QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

EmployeeName Property

Employee's name.

Syntax

ANSI (Cross Platform)
char* GetEmployeeName();
int SetEmployeeName(const char* lpszEmployeeName); Unicode (Windows) LPWSTR GetEmployeeName();
INT SetEmployeeName(LPCWSTR lpszEmployeeName);
@property (nonatomic,readwrite,assign,getter=employeeName,setter=setEmployeeName:) NSString* employeeName;
- (NSString*)employeeName;
- (void)setEmployeeName:(NSString*)newEmployeeName;
#define PID_EMPLOYEE_EMPLOYEENAME 10

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

Default Value

""

Remarks

The name of the employee.

The name will automatically be parsed into a first name, middle initial, last name, and salutation, and will appear in those fields respectively. These fields may be edited separately using Config.

This property is required in Add operations only.

Data Type

String

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