QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ItemId Property

Reference to the item this PriceLevel pertains to.

Syntax

ANSI (Cross Platform)
char* GetItemId(int iItemIndex);
int SetItemId(int iItemIndex, const char* lpszItemId); Unicode (Windows) LPWSTR GetItemId(INT iItemIndex);
INT SetItemId(INT iItemIndex, LPCWSTR lpszItemId);
- (NSString*)itemId:(int)itemIndex;
- (void)setItemId:(int)itemIndex:(NSString*)newItemId;
#define PID_PRICELEVEL_ITEMID 8

INQB_EXTERNAL void* INQB_CALL InQB_PriceLevel_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_PriceLevel_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
INQB_EXTERNAL int INQB_CALL InQB_PriceLevel_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

Reference to the item this PriceLevel pertains to.

Price Level line items represent price adjustments on individual items. The ItemId or ItemName represents which item the Price Level is acting on.

When you create a price level, you must specify whether it is a FixedPercentage or a per item price level. Once you create the price level, you cannot change this. Currently, only QuickBooks Premier and Enterprise support the per item price level.

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]