LinkedTxnLinkType Property
Indicates the nature of the link between the transactions.
Syntax
property LinkedTxnLinkType[LinkedTxnIndex: Integer]: String;
Default Value
''
Remarks
Indicates the nature of the link between the transactions. Possible responses include:
AMTTYPE | The two transactions are linked based on an amount value (for example an invoice linked to a payment). |
QUANTYPE | The two transactions are linked based on a quantity. This affects transactions that are linked to sales orders, estimates and purchase orders. For example, an invoice might be created from a sales order, based on the quantity of items received. |
The size of the array is controlled by the LinkedTxnCount property.
This property is read-only and not available at design time.
Data Type
String