RecordSortedList.next Method [AX 2012]

Sets the record buffer to the contents of the next record in the recordSortedList and positions the list to the record returned.

public boolean next(Common record)

Run On

Called

Parameters

record
Type: Common Table
A record buffer to receive the result.

Return Value

Type: boolean
true if the operation was successful; otherwise false.

Community Additions

ADD
Show: