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:
InventTransId
CostTransType
ItemId
FinancialInventDimId
Voucher
TransDate
ItemPriceRefRecId
This is the default sort order for a RecordSortedList object in the InventCost framework. So always use this class instead of RecordSortedList objects.