Rule Element Precedence

When deciphering rule code, the rule engine evaluates code sections in a specific order.

The rule-processing precedence is as follows.
  1. Internal parentheses first. This includes those that are associated with a function or those that you add around and or or statements.
  2. and operators are processed.
  3. or operators are processed.
  • www.fico.com