InventModelType.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 | This method is not implemented as abstract in order to keep the changes to the existing system small. Currently this method is overridden in the inventModelType_stdCost class. |
Remarks
The instance must have been initialized earlier by calling the inventModelType_StdCost.initCostTransVariance method.