Share via


InventCostItemDim.addkeyAdjustment Method [AX 2012]

Adds an adjustment to the mapKeyAdjustment map.

Syntax

protected void addkeyAdjustment(
    boolean _sameItem, 
    InventTransOriginId _inventTransOriginId, 
    CostAmount _adjustment, 
    InventTransOriginId _returnInventTransOriginId, 
    Voucher _voucherPhysical)

Run On

Called

Parameters

  • _sameItem
    Type: boolean
    A Boolean value that determines whether the adjustment is made to the same item it comes from.
  • _voucherPhysical
    Type: Voucher Extended Data Type
    The physical voucher of the transactions to which this adjustment will eventually be made.

See Also

Reference

InventCostItemDim Class