is there way in a flow to stop business rules from running when updating a record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
I am updating a record in flow and when I do that it triggers a business rule that I do not want to run. The business rule in question is OOTB so I do not want to touch it. Is there a way to stop the execution of business rules from flow. I know of the setworkflow(false) method in glide record but that is not helping me in this case.
- Labels:
-
Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago - last edited an hour ago
Hello,
You can use setWorkflow(false) within the action script of the Flow to prevent all Business Rules from being executed.
If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution.
