Share via


InventCostTransVarianceList.initFinal Method [AX 2012]

Initializes a new RecordSortedList object.

Syntax

protected void initFinal()

Run On

Called

Remarks

The RecordSortedList object is initialized using the following sort order:

  1. InventCostTransRefRecId

  2. Level

  3. CostGroupId

  4. Split

  5. VarianceType

  6. Dimension

This type of list is only used when the InventCostTrans record belonging to the InventCostTransVariance records has already been created. This is currently the case in the InventCostUpdate class.

See Also

Reference

InventCostTransVarianceList Class