Share via


InventTransAdjustDataMap.add Method [AX 2012]

Adds an adjustment to the class.

Syntax

public void add(
    InventTransId _inventTransId, 
    ItemId _itemId, 
    CostAmount _costAmount, 
   [RecId _itemPriceRecId, 
    InventItemCostGroupRollupList _inventItemCostGroupRollupList])

Run On

Called

Parameters

  • _itemPriceRecId
    Type: RecId Extended Data Type
    For standard cost items, the price to which the adjustment belongs; optional.

See Also

Reference

InventTransAdjustDataMap Class