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 an IDO Data Rule Actions, the IDO must be checked out.
You can access the IDO Data Rule Actions tab from the IDO form and clicking the Data Rules button. The IDO Data Rule Actions tab is a sub-collection grid and the Data Rule on the form is the Primary collection.
You can create new rows in the grid by clicking any editable column in the grid and right-clicking on the column heading to see the operations you can perform, such as New, Delete, etc.
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. |
| 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. |