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Күн бұрын
very useful and detailed explanation thanks a lottt and lott more such videos need to come from you sir
@Surya_Shanmugasundaram3 күн бұрын
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?
@geetahanchinal12714 күн бұрын
Nice and detailed explanation...Thanks a lottt
@azarshaikh360821 күн бұрын
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...
@nithinswithfun276326 күн бұрын
i have one doubt can u tell your email id, i try to send conatct@saas .... this email id address showing wrong
@detlefbiedermann717427 күн бұрын
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Ай бұрын
Thank you for making this Video
@abhilashagupta80Ай бұрын
Hi how to pass html contact format in long description
@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Ай бұрын
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Ай бұрын
dont know but my hybrid script is not working i tried diff. methods but not working
@우한균Ай бұрын
Perfect Video man, It's really helpful.
@azarshaikh3608Ай бұрын
sir can you please provide a tutorial on how to remove and assign role based on titile name through scripting
@kulkarni_01Ай бұрын
Is this training still relevant in 2024?
@dhruvyadav2814Ай бұрын
setDisabled() is used to make field non-interactive or read-only for users.
@thulasiramr859Ай бұрын
how to handle the popup Alert in ATF Service Portal?
@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Ай бұрын
Excellent guidance bro
@wahidullah85Ай бұрын
I have same problem not getting records in Leave bucket.
@inertiapixel2 ай бұрын
I watched all episode of this series and turned SNOW developer now. Thanx for cook a beautifull course sir. ❣
@azarshaikh36082 ай бұрын
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!!!!
@azarshaikh36082 ай бұрын
for best practice when your updating a record use current.setWorkflow(false), current.update()
@Loveandlight2672 ай бұрын
Is this course information relevant for 2024 csa exam?
@Loveandlight2672 ай бұрын
Great lesson and i understood everything. Thank you!
@azarshaikh36082 ай бұрын
it is asking for a role or list of user for glide ajax
@techgyan1182 ай бұрын
Amazing
@gsood22 ай бұрын
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-o1z2 ай бұрын
Great job explaining API integration in a way that's simple and easy for beginners to understand!
@mahajanravish2 ай бұрын
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-KUDUMULARAVITEJA2 ай бұрын
Hi bro
@KrishnaVeni-k2c2 ай бұрын
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
@azarshaikh36082 ай бұрын
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
@luismartain21662 ай бұрын
Your accent is really fake ...thask😂
@SuperTeraflop2 ай бұрын
This is gold. Thank you so much for these great trainings.
@azarshaikh36082 ай бұрын
what current.setWorkflow() do ???
@azarshaikh36082 ай бұрын
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
@annirnitadash2 ай бұрын
Incident is extended table from task, so it will work on incident case as well
@azarshaikh36082 ай бұрын
@@annirnitadash than you for your guidance !
@azarshaikh36082 ай бұрын
@@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??
@annirnitadash2 ай бұрын
@@azarshaikh3608 can you elaborate? Didn't get you
@azarshaikh36082 ай бұрын
@@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-z3w2 ай бұрын
which user name and Passowrd i have tp put in Python Code, Thanks
@gaddamvenkateswarlu-jk5ju2 ай бұрын
Thanks for your video same how we can give condition by using script
@deepthim-w6z2 ай бұрын
Brilliant and Clear
@CaptianKuvira2 ай бұрын
cmdb, cmdb_ci, cmdb_rel_ci
@subhashreenayak92902 ай бұрын
Sir can you Share Servicenow Admin note PDF
@ru29793 ай бұрын
What's with the weird accent man !!
@FahadKhan-f1g3 ай бұрын
Very good and Simple ServiceNow scripting
@inasmuchdrummer3 ай бұрын
Great video. Very in-depth explanation. I appreciate your attention to detail.
@ujjwalpundir74863 ай бұрын
Bhai teri 31 minute ki video me 32 bar so gya mai kaisa padahata h bhai😂