Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an adjustment to the class.
Syntax
public void add(
InventTransId _inventTransId,
ItemId _itemId,
CostAmount _costAmount,
[RecId _itemPriceRecId,
InventItemCostGroupRollupList _inventItemCostGroupRollupList])
Run On
Called
Parameters
- _inventTransId
Type: InventTransId Extended Data Type
The prodId to which the adjustment belongs.
- _itemId
Type: ItemId Extended Data Type
The ItemId for which the adjustment occurs.
- _costAmount
Type: CostAmount Extended Data Type
The amount of the adjustment.
- _itemPriceRecId
Type: RecId Extended Data Type
For standard cost items, the price to which the adjustment belongs; optional.
- _inventItemCostGroupRollupList
Type: InventItemCostGroupRollupList Class
The cost broken down for the adjustment; optional.