Regarding Debugging Business Rule vs Debugging Business Rule ( details)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2023 12:00 AM
Hi Community ,
Please Help help me this question
What information does Debug Business Rules(details) show that debug Business rules does not?
- The must of the business rule evaluation
- Old and New values for field values changed by business rules
- Debugging information for lists as well as forms
- The time at which the business rule executed including milliseconds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2023 08:31 PM
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.
Shravan
Please mark this as helpful and correct answer, if this helps you