Share via


InventModelType_StdCost.inventCostMovement Method [AX 2012]

Retrieves the global instance of the inventCostMovement class.

Syntax

public InventCostMovement inventCostMovement()

Run On

Called

Return Value

Type: InventCostMovement Class
The global instance of the inventCostMovement class.

Exceptions

Exception Condition
Error

If the instance has not been created, the inventModelType_StdCost.initCostTransVariance method has not been called.

Remarks

The instance must have been initialized earlier by calling the inventModelType_StdCost.initCostTransVariance method.

See Also

Reference

InventModelType_StdCost Class