Share via


InventModelType_MovingAverage.updateRevaluationAdjustment Method [AX 2012]

Updates an inventory transaction with a revaluation adjustment.

Syntax

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

Run On

Called

Parameters

  • _inventClosing
    Type: InventClosing Table
    The InventClosing record that is related to the adjustment.
  • _inventTrans
    Type: InventTrans Table
    The InventTrans record to update with the adjustment.

Exceptions

Exception Condition
Error

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

See Also

Reference

InventModelType_MovingAverage Class