ServiceNow Script Debugger | How to debug Server Side Script

How to debug Server Side Script in ServiceNow? In this video we use a business rule on the incident table to to pull back all active request items allocated to the caller. We use the script debugger and breakpoints to pause the business rule script to view variable values throughout the script. This can be used to pause any synchronous server side script that runs in an interactive transaction (where gs.isInteractive() is TRUE: Business Rule Script Include UI Actions (that require a response)

Script debugger docs:

https://docs.servicenow.com/bundle/paris-application-development/page/script/debugging/concept/script-debugger.html

GlideAjax:

https://youtu.be/519gY-dHX68

#ServiceNow #debug #serverside

Share

You may also like...