QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

EntityId Property

Limits the search to transactions associated with the entity specified by EntityId .

Syntax

ANSI (Cross Platform)
char* GetEntityId();
int SetEntityId(const char* lpszEntityId); Unicode (Windows) LPWSTR GetEntityId();
INT SetEntityId(LPCWSTR lpszEntityId);
@property (nonatomic,readwrite,assign,getter=entityId,setter=setEntityId:) NSString* entityId;
- (NSString*)entityId;
- (void)setEntityId:(NSString*)newEntityId;
#define PID_OBJSEARCH_ENTITYID 21

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

""

Remarks

Limits the search to transactions associated with the entity specified by EntityId. Note that you may use EntityName OR EntityId to search, but you may not use both.

Only applicable to searches for transaction objects, with the following exceptions: BillToPay queries map this to the PayeeEntityId field, and ItemAssembliesCanBuild queries map this to the ItemInventoryAssemblyId field.

Data Type

String

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