Business Rule vs Flow designer execution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 05:24 AM
Hi Friends,
We have designed an after business rule[create, update] on CMDB table which performs certain work. In parallel we designed a flow designer for the same table to perform certain work. (Both the works are not same)
The flow designer functionality works as expected when the business rule is not active. But when the business rule is active the flow designer is not functioning.
Can you please let me know why this discrepancy ?
Regards
Siva Teja B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 05:31 AM
Hello @Ballela Siva Te
Ideally the order of Execution of Business Rule Comes first before Flow Designer, This might be the reason when you are making BR active , Flow designer not functioning.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 05:33 AM
@Samaksh Wani Then how can we make the functionality in the flow designer execute ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 05:36 AM
Hello @Ballela Siva Te
Better you can add your BR task into Flow designer with correct order of executions.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 06:04 AM
@Samaksh Wani Is there no other way I can execute them in parallel ?