Is there a way to track all business rules executed on any particular record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2016 07:39 AM
I tried "Enable All" in Eureka instance, but that does not exactly give you the list of all BRs actually executed on any record.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2016 07:41 AM
Hi,
Go to System Diagnostics> Debug Business Rules
It will list which business rules were executed (and skipped) when you update or query records.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2016 07:43 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2016 07:44 AM
Hi Amarendra,
Debugging Business rule is what you are looking for.
Debugging Business Rules - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2016 01:52 AM
It is same as "Enamble all" but "System Diagnostics> Debug Business Rules" shows BRs only. So it is easy to find BRs.
Thanks Pradeep and ctomasi !