memDocTransactionTemplateLine
Records individual line items within a memorized transaction transaction template.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | Unique internal identifier for the transaction template line. | |
| class | String | Classification category associated with this transaction line. | |
| createdfrom | String | Source transaction from which this line was created. | |
| department | String | Department associated with this transaction line. | |
| entity | String | Customer, vendor, or other entity related to the transaction line. | |
| expectedreceiptdate | Date | Expected date for receipt of goods or services. | |
| expectedshipdate | Date | Expected date for shipment of goods. | |
| foreignamount | Decimal | Transaction amount in foreign currency. | |
| item | String | Item associated with this transaction line. | |
| itemtype | String | Type of item (such as inventory, service, non-inventory). | |
| linesequencenumber | Integer | Sequence number of this line within the transaction. | |
| location | String | Location where the transaction line applies. | |
| mainline | Boolean | Indicates whether this line is the main transaction line. | |
| memo | String | Additional notes or comments related to this line item. | |
| netamount | Decimal | Net amount in the transaction currency after adjustments. | |
| posting | Boolean | Indicates whether this line is part of a posting transaction. | |
| quantity | Double | Quantity of the item in this transaction line. | |
| rate | Decimal | Unit rate applied to this transaction line. | |
| shipmethod | String | Shipping method used for this transaction. | |
| subsidiary | String | Subsidiary associated with this transaction line. | |
| transaction | String | Transaction to which this line belongs. | |
| transactiondiscount | Boolean | Indicates whether this line includes a discount. | |
| transactionlinetype | String | Type of transaction line (such as item, subtotal, discount). |