QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

itemAdjustRelativeTo (property)

Pricelevel percentage is adjusted relative to this property.

Syntax

- (int)itemAdjustRelativeTo:(int)itemIndex;
- (void)setItemAdjustRelativeTo:(int)itemIndex:(int)newItemAdjustRelativeTo;

/* Possible Values */
A_NOT_SET(0),
A_STANDARD_PRICE(1),
A_COST(2),
A_CURRENT_CUSTOM_PRICE(3)
public func itemAdjustRelativeTo(itemIndex: Int32) throws -> PricelevelItemAdjustRelativeTos
public func setItemAdjustRelativeTo(itemIndex: Int32, newItemAdjustRelativeTo: PricelevelItemAdjustRelativeTos) throws -> Void
public enum PricelevelItemAdjustRelativeTos : Int32 { case aNotSet = 0 case aStandardPrice = 1 case aCost = 2 case aCurrentCustomPrice = 3 }

Default Value

0

Remarks

Pricelevel percentage is adjusted relative to this property.

When you create a price level, you have the option to create it with a flat custom price (flat amount or percentage) or 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.

You specify the price discount in the ItemAdjustPercentage field and the price to be discounted (standard item price, item cost, or the item's current custom price) in the ItemAdjustRelativeTo field.

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.

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