Share via


InventModelType_MovingAverage.postUpdatePhysicalReturn Method [AX 2012]

Processes the inventory transaction after it is updated physical for return.

Syntax

public void postUpdatePhysicalReturn(
    InventMovement _inventMovement, 
    LedgerVoucher _ledgerVoucher, 
    InventTrans _inventTrans, 
    InventTrans _returnInventTrans)

Run On

Called

Parameters

Remarks

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

See Also

Reference

InventModelType_MovingAverage Class