Share via


InventCostTransVarianceMap.init Method [AX 2012]

Initializes the InventCostTransVarianceMap map.

Syntax

protected void init()

Run On

Called

Remarks

The map is initialized using the following criteria:

Key

A composite key retrieved by the buildKey method.

Value

An instance of the InventCostTransVarianceList class that stores all InventCostTransVariance records belonging to the key.

This is the default criteria for the CostTransVarianceMap map in the InventCost framework.

See Also

Reference

InventCostTransVarianceMap Class