Using Conditions

Conditions allow you to define more narrowly the trigger for an Event Rule. Conditions are optional; you do not have to define a Condition on an Event Rule to make it trigger an Action, but Conditions allow fine control over when an Action can take place.

You can further fine-tune each Event trigger to execute only if certain Conditions are met. These optional Conditions act like filters or compound IF statements so that IF a specific Event occurs and IF a Condition is met, then an Action is executed. For example, an Event trigger that is called whenever a file is uploaded can be fine-tuned to trigger only if that file’s extension is .txt and nothing else.

Refer to the List of Conditions for the Conditions supported by EFT Server. Conditions that require you to specify a value or parameter have further instructions with their description in the List of Conditions. For a list of which Conditions are available with each Event trigger, refer to Which Conditions are Available with Which Events.

icon_info.gif

Conditions are NOT REQUIRED for an Event Rule to work. In its base form, the Event trigger itself is a sort of Condition, therefore you can execute Actions when/if an Event triggers, without adding any additional Conditions.

Related Topics

Adding a Condition to an Event Rule

Condition Placement

Changing Condition Placement

Condition Evaluation

Else Clauses

Logical Operators

Evaluating Expressions

The Compound Conditional Statement

List of Conditions