Condition set overrides
To configure a rule to run for each condition set, first open the Quick Rule Editor in Config mode. When you select a rule in Config mode, rule execution conditions are shown under the Rule Description field. By default, Once for the first satisfied condition set is shown.
Click the plus button next to Override check box and select Once for each satisfied condition set from the list.
to override the default setting. To run the rule for each condition set that is satisfied, select theThis setting corresponds to the overriddenConditionSetExecIsME
and
overrideConditionSetExecIsME
attributes in the XML rule definition.
See Editing the XML of calculation groups.
- Selecting Once for the first satisfied condition set is equivalent
to these attribute values:
overriddenConditionSetExecIsME="true" overrideConditionSetExecIsME="false"
- Selecting Once for each satisfied condition set is equivalent to
these attribute values:
overriddenConditionSetExecIsME="false" overrideConditionSetExecIsME="false"