Share via


InventModelType_StdCost.initInventCostMovement Method [AX 2012]

Calls the inventCostMovement::newFromInventMovement method to create a new inventCostMovement class instance.

Syntax

protected void initInventCostMovement(InventMovement _inventMovement)

Run On

Called

Parameters

  • _inventMovement
    Type: InventMovement Class
    The inventMovement class for which the inventCostMovement class will be created.

Remarks

The inventCostMovement::newFromInventMovement provides a constructor interface for the inventCostMovement class to guarantee that the correct instance will be created.

See Also

Reference

InventModelType_StdCost Class