- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2016 11:38 AM
I am looking for a way to add code or a condition to a business rule such that it prevents further business rules and their code from running. I remember seeing something like this in the past but am having a difficult time locating the code or trigger to do this.
Lets say I have 3 business rules on the incident table. They have Order 10, 50, 100 and they all only trigger before an 'Update' to a record on the table.
Is there a way to have the business rule at order 50 have a condition or section of code when true that prevents the order 100 business rule from running at all?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2016 11:42 AM
Hi Michael,
Use of setWorkflow disables the running of BR. More info here.
http://wiki.servicenow.com/index.php?title=GlideRecord#setWorkflow&gsc.tab=0

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2021 12:10 PM
Mike, that is cool. You are a gentleman and a scholar.