Is it possible to call a script include within another script include?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
<p> Hi everyone,
I have recently completed my CSA and stepping into theCAD, so can anyone just tell me that is it possible to call one script include in another script include.if it is can anyone explain me and share me the examples aswell to autopopulate anything. </p>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Hi @SravanK11377255,
yes it is possible, you can check any existing script includes in your PDI and you will find it there.
My advice for you - the best possible method of learning new things is to go to your PDI and try it on your own, I can guarantee you that you will then remember it more easier than reading yes or no from a stranger on the internet ;)))
Answers generated by GlideFather. Check for accuracy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Yes, you can absolutely invoke one Script Include from another in ServiceNow. Because Script Includes run as server-side , it can communicate with each other just like other server-side components.
