- 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
‎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
‎02-08-2016 11:48 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2021 11:26 AM
Hi folks. I see that everyone is referring here to the following site:
wiki.servicenow.com
Does that still exist? If so, where was it moved to, please?
Any insight would be appreciated. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2021 11:54 AM
https://web.archive.org/web/20170823085412if_/http://wiki.servicenow.com/index.php?title=Main_Page#gsc.tab=0 This gets you to the main page.
https://web.archive.org/web/20170821025212if_/http://wiki.servicenow.com/index.php?title=GlideRecord#setWorkflow&gsc.tab=0 This gets you to the link as noted above 🙂