QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ItemOther2 Property

Standard QuickBooks Custom Field available for transaction line items.

Syntax

ANSI (Cross Platform)
char* GetItemOther2(int iItemIndex);
int SetItemOther2(int iItemIndex, const char* lpszItemOther2); Unicode (Windows) LPWSTR GetItemOther2(INT iItemIndex);
INT SetItemOther2(INT iItemIndex, LPCWSTR lpszItemOther2);
- (NSString*)itemOther2:(int)itemIndex;
- (void)setItemOther2:(int)itemIndex:(NSString*)newItemOther2;
#define PID_CREDITMEMO_ITEMOTHER2 24

INQB_EXTERNAL void* INQB_CALL InQB_CreditMemo_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_CreditMemo_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
INQB_EXTERNAL int INQB_CALL InQB_CreditMemo_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

Standard QuickBooks Custom Field available for transaction line items.

The ItemOther1 and ItemOther2 custom fields are available for immediate use: you don't need to enable these in the transaction template to be able to access them via SDK. (However, those ItemOther1 and ItemOther2 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.

The ItemIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ItemCount property.

This property is not available at design time.

Data Type

String

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