QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Other2 Property

Pre-defined QuickBooks Custom Field.

Syntax

ANSI (Cross Platform)
char* GetOther2();
int SetOther2(const char* lpszOther2); Unicode (Windows) LPWSTR GetOther2();
INT SetOther2(LPCWSTR lpszOther2);
@property (nonatomic,readwrite,assign,getter=other2,setter=setOther2:) NSString* other2;
- (NSString*)other2;
- (void)setOther2:(NSString*)newOther2;
#define PID_PURCHASEORDER_OTHER2 40

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]