Share via


InventCostTransCostList.next Method [AX 2012]

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

Syntax

public boolean next(InventCostTransVariance _inventCostTransVariance)

Run On

Called

Parameters

  • _inventCostTransVariance
    Type: InventCostTransVariance Table
    An instance of the InventCostTransVariance table where the next record of the cost list is stored.

Return Value

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

Remarks

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

See Also

Reference

InventCostTransCostList Class