Sequential Execution of Edit Trigger Filters

The EditTriggerFilter attribute allows you to configure multiple triggers in sequence separated by a semicolon.

In certain cases a field value might be dependent upon another field that was updated by a previous editTrigger in the sequence. In such cases the dependent field value is not evaluated. For example, if a field A = B + C and field D = A + E. Then setting an edit trigger in sequence for the two updates only updates field A but not field D that is dependent on field A.

To ensure that field D is updated with newly updated value of field A, set the ExecuteTriggersInSequence attribute to true.

The following screenshot shows the two attributes set for a field group.