QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

IncludeLinkedTxns Property

Indicates whether to include linked transactions in the response.

Syntax

ANSI (Cross Platform)
int GetIncludeLinkedTxns();
int SetIncludeLinkedTxns(int bIncludeLinkedTxns); Unicode (Windows) BOOL GetIncludeLinkedTxns();
INT SetIncludeLinkedTxns(BOOL bIncludeLinkedTxns);
@property (nonatomic,readwrite,assign,getter=includeLinkedTxns,setter=setIncludeLinkedTxns:) BOOL includeLinkedTxns;
- (BOOL)includeLinkedTxns;
- (void)setIncludeLinkedTxns:(BOOL)newIncludeLinkedTxns;
#define PID_OBJSEARCH_INCLUDELINKEDTXNS 2

INQB_EXTERNAL void* INQB_CALL InQB_ObjSearch_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_ObjSearch_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 part of the ResultAggregate. Passing this aggregate to the corresponding class will parse the linked transactions into their respective properties.

Data Type

Boolean

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