How You Define Complex Approval Rules by Nesting Conditions

You can create rule conditions that include AND or OR operators. Additionally, conditions can be nested.

Example of Nested Condition

The following is an example nested approval policy condition. If the destination type is Expense, and the cost center is 111 or 112, then Pat Stock must approve.

CONDITION
    Destination Type equals Expense
   AND
      Cost Center equals 111
     OR
      Cost Center equals 112
ACTIONS
Action Type: Approval required
Route Using: Single approver
User Type: Worker
Worker: Pat Stock