Need to stop business rule for particular flow designer when it executes..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi I am having flow which make zip files unzip but the some business rules are not allowing to make that file unzip on the particular table that is requested item table. What should I add in workflow so this business rules should not bother this flow on that table to unzip the files
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
If you're using a script with a GlideRecord, try setWorkflow(false). Otherwise, add something to the Business Rule so that it doesn't run in this specific scenario, or doesn't prevent the action.