QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ContactName Property

Contact person for a customer or vendor.

Syntax

ANSI (Cross Platform)
char* GetContactName();
int SetContactName(const char* lpszContactName); Unicode (Windows) LPWSTR GetContactName();
INT SetContactName(LPCWSTR lpszContactName);
@property (nonatomic,readwrite,assign,getter=contactName,setter=setContactName:) NSString* contactName;
- (NSString*)contactName;
- (void)setContactName:(NSString*)newContactName;
#define PID_CUSTOMER_CONTACTNAME 7

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 name of a contact person for a customer or vendor.

The name will automatically be parsed and appear in two places in the QuickBooks user interface: in the Contact field, and in the First Name, M.I., Last Name, and Mr./Mrs./... fields. These fields may also be edited separately using Config.

Data Type

String

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