Stores the information of the actions associated with rules
Data model
Fields
| Field | Type | Description |
|---|---|---|
| modification_date | DATETIME | Date of last modification |
| modified_by | INT | Identifier of the last user who modified the record |
| ruac_action_type_id* | INT | Action type identifier |
| ruac_id* | INT | Association ID |
| ruac_order* | INT | Indicates the order in execution |
| ruac_parameters | NVARCHAR (MAX) | Parameters serialized in JSON |
| ruac_rule_id* | INT | Rule ID |
Primary Key
| PK_AFW_RULE_ACTION |
|---|
| ruac_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| ruac_action_type_id* | dbo.AFW_RULE_ACTION_TYPE | acty_id | FK02_AFW_RULE_ACTION |
| ruac_rule_id* | dbo.AFW_RULE | rule_id | FK01_AFW_RULE_ACTION |