Business Rule when to run Filter conditions vs Advanced Tab condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2022 04:11 AM
In a Busines rule if we have When to Run Filter condition and Advanced tab Condition as well, then which condition will be executed first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2022 04:26 AM
Hi Akanksha,
It is essentially an AND condition. Both need to be true to proceed further.
I guess the filter condition will be evaluated first.
You can mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you!
Best Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2022 04:40 AM
Generally When to run filtered condition first as compared to advanced condition, but if we add different condition on when to run and Advanced then it will check both condition and then run advanced script. If only advanced condition available then only checked advanced condition.
For more information you can check below docs
Please check and let me know if it helpful or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2022 04:43 AM
Hey @Akanksha Rawoo1
- The When to Run: is used as the trigger for the Business rule when to execute
- Advanced Condition: runs when the "When to Run" condition is satisfied and It also acts as a trigger for the script to run
Mark this as Helpful / Accept the Solution if this clears your issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2023 11:59 PM
When Advanced condition is populated, conditions from When to start will be ignored