TransTmplBatch
Stores batched transaction template data, enabling bulk handling of repeated transaction patterns.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | Unique identifier for the transaction template batch record. |
| Templateid | String | The ID of the transaction template associated with the batch. |
| Status | String | The status of the transaction template batch. |
| Gljournalname | String | The name of the general ledger journal associated with the batch. |
| Gljournalkey | String | The key for the general ledger journal associated with the batch. |
| Offsetacctno | String | The offset account number associated with the transaction template batch. |
| Offsetacctkey | String | The offset account key associated with the transaction template batch. |
| Description | String | A description of the transaction template batch. |
| Whencreated | Datetime | The date and time when the transaction template batch was created. |
| Whenmodified | Datetime | The date and time when the transaction template batch was last modified. |
| Createdby | Int64 | The identifier of the user who created the transaction template batch. |
| Modifiedby | Int64 | The identifier of the user who last modified the transaction template batch. |
| Megaentitykey | Int64 | The unique identifier for the mega entity associated with the transaction template batch. |
| Megaentityid | String | The ID of the mega entity associated with the transaction template batch. |
| Megaentityname | String | The name of the mega entity associated with the transaction template batch. |
| Record_url | String | The URL for accessing the transaction template batch record. |