Is there a way to track all business rules executed on any particular record.

Amarendra
Mega Contributor

I tried "Enable All" in Eureka instance, but that does not exactly give you the list of all BRs actually executed on any record.

5 REPLIES 5

Chuck Tomasi
Tera Patron

Hi,



Go to System Diagnostics> Debug Business Rules



It will list which business rules were executed (and skipped) when you update or query records.


Chuck Tomasi
Tera Patron

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Amarendra,



Debugging Business rule is what you are looking for.


Debugging Business Rules - ServiceNow Wiki


Amarendra
Mega Contributor

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 !