memdoc
Stores memorized transaction records, often used for non-financial transactions.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | Unique internal identifier for the memorized transaction. | |
| action | String | Action performed by the memorized transaction (such as create, update). | |
| every | Integer | Frequency interval for repeating the memorized transaction. | |
| externalid | String | External identifier used for integrations or external systems. | |
| hasremaining | Boolean | Indicates whether there are remaining transactions to process. | |
| indefinite | Boolean | Specifies whether the transaction repeats indefinitely. | |
| inprogress | Boolean | Indicates whether the transaction is currently being processed. | |
| isinactive | Boolean | Indicates whether the memorized transaction is inactive. | |
| name | String | Name of the memorized transaction. | |
| nextdate | Date | Date of the next scheduled occurrence of the transaction. | |
| nexttrandate | Date | Next scheduled transaction date. | |
| numberremaining | Integer | Number of remaining occurrences for the memorized transaction. | |
| overridetransactiondate | Boolean | Specifies whether the transaction date can be overridden. | |
| repeatevery | Integer | Defines the repeat interval for the transaction. | |
| subsequent | Date | Date of the next subsequent transaction. | |
| subsequentpostingdate | Date | Next posting date for the subsequent transaction. | |
| timeperiod | String | Time period associated with the transaction's recurrence. | |
| transactiontemplate | String | Template used for the memorized transaction. | |
| unit | String | Unit of measure related to the transaction recurrence. | |
| updateaddresses | Boolean | Specifies whether addresses are updated for each occurrence. |