
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 07:28 AM
in a business rules condition which on runs first:
the condition set up in the condition builder?
or
the condition set up in javascript field condition on the advanced tab????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 07:34 AM
- The condition builder is the first gate. If it fails, the business rule won’t run at all.
- Only when the condition builder is satisfied does the JavaScript condition in the advanced tab come into play
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 07:34 AM
- The condition builder is the first gate. If it fails, the business rule won’t run at all.
- Only when the condition builder is satisfied does the JavaScript condition in the advanced tab come into play

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 07:34 AM - edited 08-20-2024 07:35 AM
@Community Alums In business rule, condition setup in the condition builder is evaluated first once it returns true the condition setup in the advanced tab is evaluated.
Please mark the response helpful and accepted solution if it answers your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 08:02 AM
@Community Alums Did my response not address your question?