Else Clauses

(Available in EFT Server Enterprise) The Else clause or statement is a type of Condition and appears in the Conditions list box when at least one Condition has been added to the Rule pane. The Else clause executes if the Condition preceding the Else statement is not met.

This is your typical Else statement as part of an IF/THEN/ELSE block:

If A Then

{ Run B }

Else >

{ Run C }

An else statement must always follow a Condition. Else statements cannot be moved around independently. If you want to move the else statement, you need to move the entire conditional block or delete the else statement and re-create it elsewhere.

Related Topics

Using Conditions

Adding a Condition to an Event Rule

Condition Placement

Changing Condition Placement

Condition Evaluation

Logical Operators

Evaluating Expressions

The Compound Conditional Statement

List of Conditions