Пікірлер
@Crystal_Flair
@Crystal_Flair Күн бұрын
In 4th scenario, why to use var p = g_form.getValue('parent_incident'); We already have var parent in 2nd line right So can't we use, if(parent != ' ') Instead if(p != ' ') ? Please anyone answer
@geetahanchinal1271
@geetahanchinal1271 Күн бұрын
very useful and detailed explanation thanks a lottt and lott more such videos need to come from you sir
@Surya_Shanmugasundaram
@Surya_Shanmugasundaram 3 күн бұрын
I believe the set values utility is unnecessary after the approval action is set to rejected, as the stage is already updated to ‘Request Cancelled’ in the same approval action. Why do we need to update the stage to ‘Request Cancelled’ again using Set Values?
@geetahanchinal1271
@geetahanchinal1271 4 күн бұрын
Nice and detailed explanation...Thanks a lottt
@azarshaikh3608
@azarshaikh3608 21 күн бұрын
now my question is how can i retrict admin from editing the list_edit any field, i tried to create new acl with other role ie demo role but failed.... and there is no exiesting list_edit type Active ACL too...
@nithinswithfun2763
@nithinswithfun2763 26 күн бұрын
i have one doubt can u tell your email id, i try to send conatct@saas .... this email id address showing wrong
@detlefbiedermann7174
@detlefbiedermann7174 27 күн бұрын
Many thanks for the tutorial, very helpful. I was wondering if the "a" variable is really necessary. I tried (the following was working for me:) ################################################################################# answer = []; var vuser = GlideRecord('sys_user'); vuser.addEncodedQuery('location=25aba0c70a0a0bb3009fb5ec29d72af4'); //limit to 3 users (just for testing) vuser.query(); while (vuser.next()) { answer.push(vuser.sys_id.toString()); // the "toString()" is important, otherwise the array has the last users sys_id multiple times and creates only one approval for that user } #################################################################################
@soumyasreepatel4355
@soumyasreepatel4355 Ай бұрын
Thank you for making this Video
@abhilashagupta80
@abhilashagupta80 Ай бұрын
Hi how to pass html contact format in long description
@rameez123ify
@rameez123ify Ай бұрын
@56:40 I have done this part by putting both methods "orderBy() & orderByDesc()". my question is when u try to limit records to 7 or 5, it gives me only limited records, but when i use Orderby method it should give me ascending or descending within the limit and shouldnt get the data from the table in general.
@seanespino8202
@seanespino8202 Ай бұрын
I'm always getting this error: "error": { "message": "User Not Authenticated", "detail": "Required to provide Auth information" }, "status": "failure" I used the admin user on my instance. The password I'm using is the password generated for that user when I click on 'Set Password' UI Action on the sys_user table.
@azarshaikh3608
@azarshaikh3608 Ай бұрын
dont know but my hybrid script is not working i tried diff. methods but not working
@우한균
@우한균 Ай бұрын
Perfect Video man, It's really helpful.
@azarshaikh3608
@azarshaikh3608 Ай бұрын
sir can you please provide a tutorial on how to remove and assign role based on titile name through scripting
@kulkarni_01
@kulkarni_01 Ай бұрын
Is this training still relevant in 2024?
@dhruvyadav2814
@dhruvyadav2814 Ай бұрын
setDisabled() is used to make field non-interactive or read-only for users.
@thulasiramr859
@thulasiramr859 Ай бұрын
how to handle the popup Alert in ATF Service Portal?
@PyroPlaysYT79
@PyroPlaysYT79 Ай бұрын
Hello, great content! As a fresher, how can I gain practical experience with ServiceNow ATF? Are there any free resources or developer instances available? Thanks!
@jayalakshmi-pi3ze
@jayalakshmi-pi3ze Ай бұрын
Excellent guidance bro
@wahidullah85
@wahidullah85 Ай бұрын
I have same problem not getting records in Leave bucket.
@inertiapixel
@inertiapixel 2 ай бұрын
I watched all episode of this series and turned SNOW developer now. Thanx for cook a beautifull course sir. ❣
@azarshaikh3608
@azarshaikh3608 2 ай бұрын
Agile Development 2.0 go to navigator > system definition > search Agile Development 2.0 > install, even if you install the agile development 2.0 then it wasn't visible in application menu so i go to application navigator > system definition > search/filter the label with *agile > open the record > change the category to custom application ! In case anyone wondering around this is the fix!!!!
@azarshaikh3608
@azarshaikh3608 2 ай бұрын
for best practice when your updating a record use current.setWorkflow(false), current.update()
@Loveandlight267
@Loveandlight267 2 ай бұрын
Is this course information relevant for 2024 csa exam?
@Loveandlight267
@Loveandlight267 2 ай бұрын
Great lesson and i understood everything. Thank you!
@azarshaikh3608
@azarshaikh3608 2 ай бұрын
it is asking for a role or list of user for glide ajax
@techgyan118
@techgyan118 2 ай бұрын
Amazing
@gsood2
@gsood2 2 ай бұрын
Hi, Do you have any plans for launching a series about CSM module configuration in ServiceNow from scratch ? I have not found any useful video from anyone and thought of asking you. Please share your thoughts about it.
@RakeshPilly-o1z
@RakeshPilly-o1z 2 ай бұрын
Great job explaining API integration in a way that's simple and easy for beginners to understand!
@mahajanravish
@mahajanravish 2 ай бұрын
So basic rule of thumb is : 1) If we have a requirement, where we are not doing any modifications in database. We are doing everything on client side data or even if we are validating (user is VIP or not) , we will just read the data (not modify) and use onLoad client script to validate is also an example of client script. 2) Cases where we are updating, deleting, modifying the record is the server side .
@589-KUDUMULARAVITEJA
@589-KUDUMULARAVITEJA 2 ай бұрын
Hi bro
@KrishnaVeni-k2c
@KrishnaVeni-k2c 2 ай бұрын
generate a report daily at 13hrs for the new incident that are created yesterday and send the email to team lead async business rule in servicenow
@azarshaikh3608
@azarshaikh3608 2 ай бұрын
i got error demoTest is not defined in log - my function name is different while script include name is classless_demoTest... do they need to exact same every time for this type of client script
@luismartain2166
@luismartain2166 2 ай бұрын
Your accent is really fake ...thask😂
@SuperTeraflop
@SuperTeraflop 2 ай бұрын
This is gold. Thank you so much for these great trainings.
@azarshaikh3608
@azarshaikh3608 2 ай бұрын
what current.setWorkflow() do ???
@azarshaikh3608
@azarshaikh3608 2 ай бұрын
hello sir i have question with script senario 3 - you have restrict the deletetion of record if there are taks or incidents associated with same ci, but you added only one codition in glide recorrd query i.e. task, what about incident can we do both at once
@annirnitadash
@annirnitadash 2 ай бұрын
Incident is extended table from task, so it will work on incident case as well
@azarshaikh3608
@azarshaikh3608 2 ай бұрын
@@annirnitadash than you for your guidance !
@azarshaikh3608
@azarshaikh3608 2 ай бұрын
@@annirnitadash i have one more question how can i know that CI is extended from task rather than using schema map is there any way??
@annirnitadash
@annirnitadash 2 ай бұрын
@@azarshaikh3608 can you elaborate? Didn't get you
@azarshaikh3608
@azarshaikh3608 2 ай бұрын
​@@annirnitadash how do you came to know that , Incident is extended table from task, is there any trick or tip you used i really wanna know
@OdaiAlhasan-z3w
@OdaiAlhasan-z3w 2 ай бұрын
which user name and Passowrd i have tp put in Python Code, Thanks
@gaddamvenkateswarlu-jk5ju
@gaddamvenkateswarlu-jk5ju 2 ай бұрын
Thanks for your video same how we can give condition by using script
@deepthim-w6z
@deepthim-w6z 2 ай бұрын
Brilliant and Clear
@CaptianKuvira
@CaptianKuvira 2 ай бұрын
cmdb, cmdb_ci, cmdb_rel_ci
@subhashreenayak9290
@subhashreenayak9290 2 ай бұрын
Sir can you Share Servicenow Admin note PDF
@ru2979
@ru2979 3 ай бұрын
What's with the weird accent man !!
@FahadKhan-f1g
@FahadKhan-f1g 3 ай бұрын
Very good and Simple ServiceNow scripting
@inasmuchdrummer
@inasmuchdrummer 3 ай бұрын
Great video. Very in-depth explanation. I appreciate your attention to detail.
@ujjwalpundir7486
@ujjwalpundir7486 3 ай бұрын
Bhai teri 31 minute ki video me 32 bar so gya mai kaisa padahata h bhai😂
@mohammedsadiq3319
@mohammedsadiq3319 3 ай бұрын
"Absolutelyyyyy"
@AmyAllen-h8m
@AmyAllen-h8m 3 ай бұрын
Douglas Tunnel
@uliyasalman2240
@uliyasalman2240 3 ай бұрын
This word "Absolutely" is just savage!!