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
andororstatements. -
andoperators are processed. -
oroperators are processed.