Is there a way to see/identify what all scripts ran for a particular record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2018 10:32 PM
Does servicenow has a log or something that records what all scripts (client scripts, business rules, schedule script, etc)
that ran for a particular record (eg. INC, CHG, etc)
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2018 08:16 AM
Aside from the JavaScript Log and Field Watcher option, navigate to the Debug module and turn on the debug options you need, but then again, as you say this is also reactive.
If you want to go through logs, download the Node logs(System Logs - Node Log File Download) and all the localhost logs are there. The logs are text files where you can use your favorite text search tool to look for the log info you need.