NextTransactionLineLink
Links the next line of a transaction to the current one, ensuring proper line item sequencing.
Columns
| Name | Type | References | Description |
| foreignamount | Decimal | The transaction amount in the original currency before conversion to the base currency. | |
| linktype | String | Specifies the type of relationship between linked transactions, such as a payment applied to an invoice. | |
| nextdoc | String | The identifier of the next transaction linked to this one, if applicable. | |
| nextline | String | The line item number in the next linked transaction. | |
| previousdoc | String | The identifier of the previous related transaction in the sequence. | |
| previousline | String | The line item number in the previous related transaction. | |
| previoustype | String | The type of the previous related transaction, such as an invoice, payment, or credit memo. |