Share via


InventModelType_MovingAverage.postUpdatePhysical Method [AX 2012]

Processes the inventory transaction after it is updated physical.

Syntax

public void postUpdatePhysical(
    InventMovement _inventMovement, 
    LedgerVoucher _ledgerVoucher, 
    InventTrans _inventTrans, 
   [InventOnhand _financialInventOnhand])

Run On

Called

Parameters

  • _financialInventOnhand
    Type: InventOnhand Class
    The InventOnhand object that has the financial inventory available.

Remarks

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

See Also

Reference

InventModelType_MovingAverage Class