- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2024 11:47 PM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2024 10:46 AM - edited ‎06-18-2024 10:47 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2024 10:54 AM