This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
(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.
Adding a Condition to an Event Rule
The Compound Conditional Statement