Share via


InventCostTransCostList.first Method [AX 2012]

Moves the cursor for the RecordSortedList object to the first position.

Syntax

public boolean first(InventCostTransVariance _inventCostTransVariance)

Run On

Called

Parameters

  • _inventCostTransVariance
    Type: InventCostTransVariance Table
    An instance of the InventCostTransVariance table where the first record of the cost list should be stored.

Return Value

Type: boolean
A Boolean value which is the return value of the first method of the recordSortedList class.

Remarks

The first method of the recordSortedList class is called to find the first record in the RecordSortedList object.

See Also

Reference

InventCostTransCostList Class