- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2022 05:27 AM
How to find what actions (UI Policies, BR's or Client scripts) running on specific field (on incident form) instead of checking configure all (table level).
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2022 05:34 AM
Hi Balu,
I can suggest two things:
First turn on watch for that field and do a Reload Form. That will show you what UI Policies and Client Scripts are being invoked.
The other is download and install Code Search from the ServiceNow store. That will let you specify a string (e.g. field name) and it will search all the code in your instance for that string. It runs very quickly.
The one thing that neither tool will search well is if you are setting values via the Actions tab in a Business Rule.
Hope that helps.
:{)
Helpful and Correct tags are appreciated and help others to find information faster
:{)
Helpful and Correct tags are appreciated and help others to find information faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2022 05:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2022 10:23 PM
Hi Sagar, thanks for your quick reply, but I am unable to watch fields in new tab. Its working only on Home tab.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2022 05:33 AM
Hello,
Field watcher might help, go through below link to explore more.
https://docs.servicenow.com/en-US/bundle/sandiego-application-development/page/script/debugging/concept/c_FieldWatcher.html
Mark my answer as correct if that helps.
Regards
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2022 05:34 AM
Hi Balu,
I can suggest two things:
First turn on watch for that field and do a Reload Form. That will show you what UI Policies and Client Scripts are being invoked.
The other is download and install Code Search from the ServiceNow store. That will let you specify a string (e.g. field name) and it will search all the code in your instance for that string. It runs very quickly.
The one thing that neither tool will search well is if you are setting values via the Actions tab in a Business Rule.
Hope that helps.
:{)
Helpful and Correct tags are appreciated and help others to find information faster
:{)
Helpful and Correct tags are appreciated and help others to find information faster