QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Other1 Property

Pre-defined QuickBooks Custom Field.

Syntax

ANSI (Cross Platform)
char* GetOther1();
int SetOther1(const char* lpszOther1); Unicode (Windows) LPWSTR GetOther1();
INT SetOther1(LPCWSTR lpszOther1);
@property (nonatomic,readwrite,assign,getter=other1,setter=setOther1:) NSString* other1;
- (NSString*)other1;
- (void)setOther1:(NSString*)newOther1;
#define PID_PURCHASEORDER_OTHER1 39

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

Default Value

""

Remarks

Other1 and Other2 are standard QuickBooks custom fields available to transactions. You don't need to enable these in the transaction template to be able to access them via the SDK. (However, those Other1 and Other2 fields and their values are viewable and printable in QuickBooks only if the transaction template has these enabled!). QBXMLVersion 6.0 or higher is required to use this property.

Data Type

String

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