QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ItemCustomPrice Property

Fixed price for this item.

Syntax

ANSI (Cross Platform)
char* GetItemCustomPrice(int iItemIndex);
int SetItemCustomPrice(int iItemIndex, const char* lpszItemCustomPrice); Unicode (Windows) LPWSTR GetItemCustomPrice(INT iItemIndex);
INT SetItemCustomPrice(INT iItemIndex, LPCWSTR lpszItemCustomPrice);
- (NSString*)itemCustomPrice:(int)itemIndex;
- (void)setItemCustomPrice:(int)itemIndex:(NSString*)newItemCustomPrice;
#define PID_PRICELEVEL_ITEMCUSTOMPRICE 6

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

Fixed price for this item.

When you create a price level, you have the option to create it with a custom price that is either a fixed amount (ItemCustomPrice) or a fixed discount percentage (ItemCustomPricePercent).

Alternatively, instead of a flat custom price or discount, you could apply a price discount based on either the current custom price, the standard price of the item, or the cost of the item.

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 amount should be formatted as a string in dollars.

If the ItemCustomPrice property is left empty, no custom price will be sent to QuickBooks.

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]