TransactionRule
Governs financial transaction logic by defining parameters, validations, and triggers within the system.
Columns
| Name | Type | ReadOnly | Description |
| Recordno | Int64 | False |
Unique identifier for the transaction rule record. |
| Name [KEY] | String | False |
The name of the transaction rule. |
| Description | String | False |
A description of the transaction rule. |
| Journalid | String | False |
The journal ID associated with the transaction rule. |
| Status | String | False |
The status of the transaction rule. |
| Whencreated | Datetime | False |
The date and time when the transaction rule was created. |
| Whenmodified | Datetime | False |
The date and time when the transaction rule was last modified. |
| Createdby | Int64 | False |
The identifier of the user who created the transaction rule. |
| Modifiedby | Int64 | False |
The identifier of the user who last modified the transaction rule. |
| Megaentitykey | Int64 | False |
The unique identifier for the mega entity associated with the transaction rule. |
| Megaentityid | String | False |
The ID of the mega entity associated with the transaction rule. |
| Megaentityname | String | False |
The name of the mega entity associated with the transaction rule. |
| Record_url | String | False |
The URL for accessing the transaction rule record. |