Share via


InventModelType_StdCost.initCostTransVariance Method [AX 2012]

Calls the initialization of the inventCostMovement class instance.

Syntax

public void initCostTransVariance(
    InventMovement _inventMovement, 
    Voucher _voucher, 
    TransDate _transDate, 
    InventCostTransState _costTransState, 
   [boolean _isReturn])

Run On

Called

Parameters

  • _costTransState
    Type: InventCostTransState Enumeration
    An inventCostTransState enumeration that indicates whether it is a financial or physical update process.
  • _isReturn
    Type: boolean
    A Boolean flag that indicates whether this method is called during a return process; optional.

Remarks

First, the global class instance of the inventCostMovement class will be created. Then the inventCostMovement.initCostMovement method will be called to initialize the inventCostMovement class.

See Also

Reference

InventModelType_StdCost Class