QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

SalesRepEntityName Property

Sales representative's entity name.

Syntax

ANSI (Cross Platform)
char* GetSalesRepEntityName();
int SetSalesRepEntityName(const char* lpszSalesRepEntityName); Unicode (Windows) LPWSTR GetSalesRepEntityName();
INT SetSalesRepEntityName(LPCWSTR lpszSalesRepEntityName);
@property (nonatomic,readwrite,assign,getter=salesRepEntityName,setter=setSalesRepEntityName:) NSString* salesRepEntityName;
- (NSString*)salesRepEntityName;
- (void)setSalesRepEntityName:(NSString*)newSalesRepEntityName;
#define PID_QBLISTS_SALESREPENTITYNAME 18

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]