IDO Data Rule Actions tab
The Data Rule Actions define the actions that are performed when a rule is activated for a data row. Actions are evaluated after activation and filter conditions have been satisfied. A rule can include one or more actions to modify IDO property behavior or to invoke custom logic.
Note: To make changes to IDO Data Rule Actions, the IDO must be checked out.
Access the IDO Data Rule Actions tab from the IDO form and through the Data Rules button. The IDO Data Rule Actions are stored in a sub-collection grid and the Data Rule on the form is the Primary collection.
Create or delete rows in the grid by clicking in a cell of any editable grid column and then right-clicking on the column heading to see the available row operations.
In the IDO Data Rule form, the Actions tab show this grid:
| Field | Description |
|---|---|
| Sequence | Specifies the evaluation order and provides uniqueness for each action. |
| Action Type | Defines the type of action that is performed when the rule is activated. |
| Property Name | Identifies the IDO property affected by the action. This field is enabled for property-based actions. |
| Property Value | Specifies the value assigned to the property for applicable action types. |
| Validators | Defines one or more validators tat override the property's existing validator. |
| Inline List | Defines an inline list that overrides the property's existing inline list definition. |
| Domain IDO Name | Specifies the IDO that provides the domain values for the property. |
| Domain Property | Specifies the property in the selected Domain IDO that provides value used to populate and validate the target property when the Set Property Domain action is applied. |
| Additional List Properties | Defines additional list properties associated with the domain. |
| Action Method Name | Specifies the extension class method that is called by the rule action. |