Is that okay to give 50 conditions for business rule?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 08:18 AM
Is that okay to give 50 conditions for business rule? does it won't consider as performance issue??
I feel each one acts as one database query??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 08:23 AM
Let's back up... do you really need 50 conditions? I can't imagine a scenario that would require that many conditions. Tell us about your business case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2025 02:15 AM
Let's consider I am making a rest outbound call whenever an approval record created on approval table either from BR or through flow however I want to make it happen only for few tables as well as few catalog items obviously I need to set the conditions, right? to avoid triggering it for remaining.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 08:11 AM
You can use the is one of operator to specify the specific tables/catalog items.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 08:17 AM
Hello @KM SN
Better alternative to have Filter Condition for Source table is one of as shown below:
Hope that helps!
Hope that helps!