QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

LinkedTxnType Property

This property indicates which type of linked transaction has been returned.

Syntax

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

Unicode (Windows)
LPWSTR GetLinkedTxnType(INT iLinkedTxnIndex);
- (NSString*)linkedTxnType:(int)linkedTxnIndex;
#define PID_CREDITMEMO_LINKEDTXNTYPE 42

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

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

Default Value

""

Remarks

This property indicates which type of linked transaction has been returned. The LinkedTxnTxnType returned will tell you which class to use to retrieve the original transaction. Use the LinkedTxnTxnId as the Id parameter in the indicated class's Get method to return the original transaction details.

Valid values include:

Bill(Bill class)
BillPaymentCheck(n/a)
BillPaymentCreditCard(n/a)
BuildAssembly(n/a)
Charge(StatementCharge class)
Check(Check class)
CreditCardCharge(CCCredit class)
CreditCardCredit(CCCharge class)
CreditMemo(CreditMemo class)
Deposit(Deposit class)
Estimate(Estimate class)
InventoryAdjustment (AdjustInventory class)
Invoice(Invoice class)
ItemReceipt (ItemReceipt class)
JournalEntry(JournalEntry class)
LiabilityAdjustment(n/a)
Paycheck(n/a)
PayrollLiabilityCheck(n/a)
PurchaseOrder(PurchaseOrder class)
ReceivePayment(ReceivePayment class)
SalesOrder(SalesOrder class)
SalesReceipt(SalesReceipt class)
SalesTaxPaymentCheck(n/a)
Transfer(n/a)
VendorCredit(VendorCredit class)
YTDAdjustment(n/a)

Note: Not all of the above values are available in the QuickBooks API. Some are only available within the QuickBooks application itself. If the value above is available in the API, the corresponding class is indicated in parenthesis.

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]