QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

SalesRepEntityId Property

Sales representative's entity Id.

Syntax

ANSI (Cross Platform)
char* GetSalesRepEntityId();
int SetSalesRepEntityId(const char* lpszSalesRepEntityId); Unicode (Windows) LPWSTR GetSalesRepEntityId();
INT SetSalesRepEntityId(LPCWSTR lpszSalesRepEntityId);
@property (nonatomic,readwrite,assign,getter=salesRepEntityId,setter=setSalesRepEntityId:) NSString* salesRepEntityId;
- (NSString*)salesRepEntityId;
- (void)setSalesRepEntityId:(NSString*)newSalesRepEntityId;
#define PID_QBLISTS_SALESREPENTITYID 17

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

Default Value

""

Remarks

Refers to the sales representative's full information on the Employee, Vendor, or OtherName list.

Data Type

String

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