in a business rules condition which one runs first?

Community Alums
Not applicable

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????

 

1 ACCEPTED SOLUTION

Manoj R Zete
Tera Expert

 

  • 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

 

View solution in original post

3 REPLIES 3

Manoj R Zete
Tera Expert

 

  • 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

 

Sandeep Rajput
Tera Patron
Tera Patron

@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.

@Community Alums Did my response not address your question?