Share via


InventItemCostGroupRollupList.next Method [AX 2012]

Moves the pointer of the costGroupRollupListrecordSortedList to the next position.

Syntax

public boolean next(InventItemCostGroupRollup _inventItemCostGroupRollup)

Run On

Called

Parameters

Return Value

Type: boolean
The return value of the next method of the recordSortedList class.

Remarks

The next method of the recordSortedList class will be called to find the next record in the costGroupRollupListrecordSortedList.

See Also

Reference

InventItemCostGroupRollupList Class