Regarding Debugging Business Rule vs Debugging Business Rule ( details)

Shubham Rai
Tera Contributor

Hi Community ,

Please Help help me this question 

 

  What information does Debug Business Rules(details) show that debug Business rules does not?

  1. The must of the business rule evaluation
  2. Old and New values for field values changed by business rules
  3. Debugging information for lists as well as forms
  4. The time at which the business rule executed including milliseconds
1 REPLY 1

Sai Shravan
Mega Sage

Hi @Shubham Rai ,

 

The answer is "The time at which the business rule executed including milliseconds."

 

Both "Debug Business Rules" and "Debug Business Rules (details)" in ServiceNow allow you to debug Business Rules, view the must of the Business Rule evaluation, and see the old and new values for field values changed by the Business Rules. Additionally, both options provide debugging information for lists as well as forms.

 

However, "Debug Business Rules (details)" provides additional details compared to "Debug Business Rules". These details include the execution order of the Business Rule, the current transaction details, and the debug log for the Business Rule.

 

But neither "Debug Business Rules" nor "Debug Business Rules (details)" shows the time at which the Business Rule executed, including milliseconds. You can view this information in the System Log or by adding custom logging statements to your Business Rule script.

 
Regards,
Shravan.
Please mark as helpful and correct solution.
Regards,
Shravan
Please mark this as helpful and correct answer, if this helps you