QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

LinkedTxnLinkType Property

Indicates the nature of the link between the transactions.

Syntax

ANSI (Cross Platform)
char* GetLinkedTxnLinkType(int iLinkedTxnIndex);

Unicode (Windows)
LPWSTR GetLinkedTxnLinkType(INT iLinkedTxnIndex);
- (NSString*)linkedTxnLinkType:(int)linkedTxnIndex;
#define PID_SALESORDER_LINKEDTXNLINKTYPE 37

INQB_EXTERNAL void* INQB_CALL InQB_SalesOrder_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

INQB_EXTERNAL int INQB_CALL InQB_SalesOrder_CheckIndex(void *lpObj, int propid, int arridx);

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 LinkedTxnIndex parameter specifies the index of the item in the array. 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

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 C++ Edition - Version 20.0 [Build 7941]