Share via


InventCostProdAdjust.adjust Method [AX 2012]

Handles the adjustment of a single production order.

Syntax

protected void adjust(InventTransId _inventTransId, Map _keyAdjustmentMap)

Run On

Called

Parameters

  • _keyAdjustmentMap
    Type: Map Class
    The storage structure that holds the adjustments.

Remarks

The keyAdjustmentMap holds all the items for which adjustments occurred. Based on this, first the indirect cost will be calculated. Then the material consumption, costing records will be created.

See Also

Reference

InventCostProdAdjust Class