QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Other Property

Pre-defined QuickBooks Custom Field.

Syntax

ANSI (Cross Platform)
char* GetOther();
int SetOther(const char* lpszOther); Unicode (Windows) LPWSTR GetOther();
INT SetOther(LPCWSTR lpszOther);
@property (nonatomic,readwrite,assign,getter=other,setter=setOther:) NSString* other;
- (NSString*)other;
- (void)setOther:(NSString*)newOther;
#define PID_SALESORDER_OTHER 43

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

Default Value

""

Remarks

The Other property is a transaction-level field, like the FOB field, PO Number field, and so forth. This property appears only once for the transaction: you can write to it and modify it. 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]