Is there a way to see/identify what all scripts ran for a particular record?

tshk
Giga Contributor

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)

5 REPLIES 5

sonnydee
Kilo Contributor

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.