QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ItemOverrideAccountId Property

An account which will override the default account for the line item.

Syntax

ANSI (Cross Platform)
char* GetItemOverrideAccountId(int iItemIndex);
int SetItemOverrideAccountId(int iItemIndex, const char* lpszItemOverrideAccountId); Unicode (Windows) LPWSTR GetItemOverrideAccountId(INT iItemIndex);
INT SetItemOverrideAccountId(INT iItemIndex, LPCWSTR lpszItemOverrideAccountId);
- (NSString*)itemOverrideAccountId:(int)itemIndex;
- (void)setItemOverrideAccountId:(int)itemIndex:(NSString*)newItemOverrideAccountId;
#define PID_LINEITEMGROUPS_ITEMOVERRIDEACCOUNTID 22

INQB_EXTERNAL void* INQB_CALL InQB_LineItemGroups_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_LineItemGroups_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
INQB_EXTERNAL int INQB_CALL InQB_LineItemGroups_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

An account which will override the default account for the line item. QBXMLVersion must be 2.0 or higher to use this configuration setting.

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]