Debugging Script Includes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2023 06:22 AM
I am trying to debug a script includes being called by an artifact configuration.
I have inserted a "gs.log" statement at the very beginning of the script includes.
I have inserted a second "gs.log" statement at the very beginning of the first function in the script includes.
The first log statement is running, but the second log statement is not.
What would cause a script includes to run but the first function NOT to run?
How do I troubleshoot such a situation?
Thanks for your assistance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2023 06:44 AM
how are you invoking that function and from where?
share some details for it
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2023 06:45 AM
The script includes is being called from an artifact configuration.