QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

EntityName Property

An entity name to search for in a transaction.

Syntax

ANSI (Cross Platform)
char* GetEntityName();
int SetEntityName(const char* lpszEntityName); Unicode (Windows) LPWSTR GetEntityName();
INT SetEntityName(LPCWSTR lpszEntityName);
@property (nonatomic,readwrite,assign,getter=entityName,setter=setEntityName:) NSString* entityName;
- (NSString*)entityName;
- (void)setEntityName:(NSString*)newEntityName;
#define PID_OBJSEARCH_ENTITYNAME 22

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

An entity name to search for in a transaction. Limits the search to transactions associated with the entity specified by EntityName. For example, if searching for an Invoice EntityName would be the full name of a Customer.

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

Data Type

String

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