Run Business Rules and engines in Update/Delete Jobs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2025 12:02 AM
What is the significance of the Checkbox "Run Business Rules and engines" in update and delete jobs under data management servicenow? How does this checkbox works exactly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
If you check Run business rules and engines check the Business Rule, Flow/workflow, Notifications, SLAs, ACLs, etc will trigger based on conditions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @AkashDewangan ,
So the "Run Business Rules and engines" checkbox controls whether the system runs its usual data processing when modifying records on a form.
If checked(true), ServiceNow will trigger business rules, workflows, flows, and validations just like it would during a manual update,ensuring data integrity and enforcing logic.
If this is unchecked(false), the system skips these processes and performs a direct update or delete, which is much faster but bypasses important validation and automation.
Just to know. If enabled on a large jobs it can slow down the process and if disabled this can affect data integrity or inconsistent data.
*******************************************************************************************
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards,