QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

CustomerName Property

Customer's name.

Syntax

ANSI (Cross Platform)
char* GetCustomerName();
int SetCustomerName(const char* lpszCustomerName); Unicode (Windows) LPWSTR GetCustomerName();
INT SetCustomerName(LPCWSTR lpszCustomerName);
@property (nonatomic,readwrite,assign,getter=customerName,setter=setCustomerName:) NSString* customerName;
- (NSString*)customerName;
- (void)setCustomerName:(NSString*)newCustomerName;
#define PID_CUSTOMER_CUSTOMERNAME 15

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

Default Value

""

Remarks

The customer's name.

In Customer objects that are sub-customers or jobs the CustomerName will be different from the FullName. The FullName may be formed by combining CustomerName with the names of all ancestors, and separating with a colon: for example, "Parent Customer:Full Customer".

FullName is also available as a special field, and may be accessed via 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]