Share via


InventModelType_MovingAverage.preUpdateFinancial Method [AX 2012]

Reverses the physical value adjustments.

Syntax

public void preUpdateFinancial(
    InventMovement _inventMovement, 
    LedgerVoucher _ledgerVoucher, 
    InventTrans _inventTrans)

Run On

Called

Parameters

  • _inventMovement
    Type: InventMovement Class
    The InventMovement that belongs to the currently processed transaction.
  • _ledgerVoucher
    Type: LedgerVoucher Class
    The LedgerVoucher to which the postings should be added.
  • _inventTrans
    Type: InventTrans Table
    The inventory transaction that is currently processed.

See Also

Reference

InventModelType_MovingAverage Class