InventModelType.updateRevaluationAdjustment Method [AX 2012]

Update an inventory transaction with a revaluation adjustment.

Syntax

public void updateRevaluationAdjustment(
    InventClosing _inventClosing, 
    InventTrans _inventTrans, 
    CostAmount _adjustment)

Run On

Called

Parameters

  • _inventTrans
    Type: InventTrans Table
    The InventTrans record for to update with the adjustment.

Exceptions

Exception Condition
Error

A revaluation cannot be performed by using this method for the inventory model.

See Also

Reference

InventModelType Class