QuickBooks Integrator 2016 C++ Builder Edition
QuickBooks Integrator 2016 C++ Builder Edition
Questions / Feedback?

IncludeLinkedTxns Property

Indicates whether to include linked transactions in the response.

Syntax

__property bool IncludeLinkedTxns = {read=FIncludeLinkedTxns, write=FSetIncludeLinkedTxns, default=false};

Default Value

false

Remarks

If you set IncludeLinkedTxns to true, then the returned object will include a list of all the transactions linked to the queried object (this list is similar to the History view of a transaction in the user interface, but not identical, as the SDK list contains only linked transactions, not items). Each linked transaction will be represented by a LinkedTxn aggregate, which will be parsed by the component into the following properties:

Data Type

Boolean

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7353]