InventCostTransList.init Method [AX 2012]

Initializes the RecordSortedList object.

Syntax

protected void init()

Run On

Called

Remarks

The RecordSortedList object is initialized by using the following sort order:

  1. InventTransId

  2. CostTransType

  3. ItemId

  4. FinancialInventDimId

  5. Voucher

  6. TransDate

  7. ItemPriceRefRecId

This is the default sort order for a RecordSortedList object in the InventCost framework. So always use this class instead of RecordSortedList objects.

See Also

Reference

InventCostTransList Class