How to stop running the business rules when we run fix scripts ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2020 10:15 PM
How to stop running the business rules when we run fix scripts ?
Labels:
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 03:38 AM
Hi Anusha,
You should use setWorkflow(false) to disable the running of BR.
setWorkflow(false)- Disables the running of business rules that might normally be triggered by subsequent actions. Workflow Engine, and I believe all other engines, will not run. It also turns off auditing.
- Pradeep Sharma