Share via


InventModelType_MovingAverage.postUpdateFinancialAdjustment Method [AX 2012]

Processes the inventory transaction after it is financially adjusted.

Syntax

public void postUpdateFinancialAdjustment(
    InventTrans _inventTrans, 
    Voucher _voucher, 
    TransDate _postingDate, 
    CostAmount _costAmount)

Run On

Called

Parameters

Remarks

The method must be called after the InventTrans record is financial adjusted.

See Also

Reference

InventModelType_MovingAverage Class