QuickBooks Integrator 2020 C++ Builder Edition

Questions / Feedback?

LinkedTxnType Property

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

Syntax

__property String LinkedTxnType[int LinkedTxnIndex] = { read=FLinkedTxnType };

Default Value

""

Remarks

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

Valid values include:

Bill(Bill component)
BillPaymentCheck(n/a)
BillPaymentCreditCard(n/a)
BuildAssembly(n/a)
Charge(StatementCharge component)
Check(Check component)
CreditCardCharge(CCCredit component)
CreditCardCredit(CCCharge component)
CreditMemo(CreditMemo component)
Deposit(Deposit component)
Estimate(Estimate component)
InventoryAdjustment (AdjustInventory component)
Invoice(Invoice component)
ItemReceipt (ItemReceipt component)
JournalEntry(JournalEntry component)
LiabilityAdjustment(n/a)
Paycheck(n/a)
PayrollLiabilityCheck(n/a)
PurchaseOrder(PurchaseOrder component)
ReceivePayment(ReceivePayment component)
SalesOrder(SalesOrder component)
SalesReceipt(SalesReceipt component)
SalesTaxPaymentCheck(n/a)
Transfer(n/a)
VendorCredit(VendorCredit component)
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 component 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++ Builder Edition - Version 20.0 [Build 7941]