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

p t1
Kilo Sage
Kilo Sage

Hi,

You can able to see which scripts is running on field by using field watch..

Right click on field

You can able to see watch..

Thanks

Omkar Mone
Mega Sage

Hi 

You can find it now With the help of Feild Watcher.

Activate the feild watcher. Being on the same page go to the form or feild you want to test. Right click on the feild and select "Watch"-field name. 

For more details refer below link :- 

https://docs.servicenow.com/bundle/jakarta-application-development/page/script/debugging/concept/c_F...

 

Mark Correct if it helps.

 

Warm Regards, 

Omkar Mone.

www.dxsherpa.com

manjusha
Kilo Guru

Hi,

open any record , go to >configure>All.

you will see no of business rules , client scripts , ui policies etc running for the record.

Please Mark Correct/Helpful if Helps.

Regards,

Manjusha Bangale

tshk
Giga Contributor

Configure all will show all the configs/script related not that are ran for a particular record. Feild watcher yes but happens only when we want to reactively troubleshoot.

I'm looking for some base setup that may be available or can help troubleshoot. Something like a refer back book/logs to see what happened.