QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

AccountName Property

An account name to search for in a transaction.

Syntax

ANSI (Cross Platform)
char* GetAccountName();
int SetAccountName(const char* lpszAccountName); Unicode (Windows) LPWSTR GetAccountName();
INT SetAccountName(LPCWSTR lpszAccountName);
@property (nonatomic,readwrite,assign,getter=accountName,setter=setAccountName:) NSString* accountName;
- (NSString*)accountName;
- (void)setAccountName:(NSString*)newAccountName;
#define PID_OBJSEARCH_ACCOUNTNAME 18

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

Default Value

""

Remarks

An account name to search for in a transaction. Limits the search to transactions associated with the account specified by AccountName. For example, if searching for a CCCredit AccountName would be the full name of a credit card.

Only applicable to searches for transaction objects and BillToPay queries.

Data Type

String

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