Share via


InventModelType_MovingAverage.postUpdateFinancial Method [AX 2012]

Processes the inventory transaction after it is updated financial.

Syntax

public void postUpdateFinancial(
    InventMovement _inventMovement, 
    LedgerVoucher _ledgerVoucher, 
    InventTrans _inventTrans, 
   [InventOnhand _inventOnhand])

Run On

Called

Parameters

  • _inventOnhand
    Type: InventOnhand Class
    The InventOnhand object that has the physical or financial inventory available.

Remarks

The method must be called after the InventTrans buffer is updated financial.

See Also

Reference

InventModelType_MovingAverage Class