Setting Rule (Row) Priorities

Each row is like a separate business rule. You can control the order in which sets of rows are executed using the row priority setting.

Rows with higher priorities are executed before those with lower priorities, as follows:

  1. First, all conditions are checked for all rows that have the highest priority. (The checking order within a set of rows with the same priority is not determinate.)
  2. Then the rule actions for all of those rows whose conditions evaluate to true are executed. (The execution order is not determinate. The runtime engine optimizes rule execution.)
  3. The process is repeated for all rows with the next highest priority, and so on.

Ten is the lowest priority and one is the highest. Five is the default priority.

Procedure

  1. Select the row whose priority you want to set.
  2. Select the Properties view, and select the Rule side-tab.
  3. In the Priority field, select the appropriate value and click Apply.
Related reference