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.
- _inventTransOriginId
Type: InventTransOriginId Extended Data Type
The origin ID of the transactions to which this adjustment will eventually be made.
- _adjustment
Type: CostAmount Extended Data Type
The amount by which the cost will eventually be adjusted.
- _returnInventTransOriginId
Type: InventTransOriginId Extended Data Type
The return origin ID of the transactions to which this adjustment will eventually be made.
- _voucherPhysical
Type: Voucher Extended Data Type
The physical voucher of the transactions to which this adjustment will eventually be made.