Share via


InventCostTransCostList.init Method [AX 2012]

Initializes a RecordSortedList object.

Syntax

protected void init()

Run On

Called

Remarks

The RecordSortedList object is initialized using the following sort order:

  1. Level

  2. CostGroupId

  3. Split

  4. VarianceType

  5. Dimension

This is the default sort order for a RecordSortedList object in the inventCost framework. The same sort order is used also in the inventCostTransVarianceList class.

See Also

Reference

InventCostTransCostList Class