The CreatorCon Call for Content is officially open! Get started here.

How to make changes to records without triggering any Business rules?

Suggy
Giga Sage

I want to make some changes to bulk records say using Background script. During that time, I dont want to trigger any of the Business rules (before, after and async).

Is it possible?

1 ACCEPTED SOLUTION

Hello Suggy, 

 

That's right the setWorkflow(false) doesn't prevent async business rule.  You can either disable it, set it to after, or change your script so that this business does not get triggered.

View solution in original post

5 REPLIES 5