Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

is there way in a flow to stop business rules from running when updating a record

nlaw
Kilo Contributor

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.

1 REPLY 1

lochuynh33
Tera Expert

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.