Rule Element Precedence
When deciphering rule code, the rule engine evaluates code sections in a specific order.
-
Internal parentheses first. This includes those that are associated with a function or those that you add around
and
oror
statements. -
and
operators are processed. -
or
operators are processed.