RecordLinkList.next Method [AX 2012]

Puts the pointer on the next record and copies it to the provided buffer.

public boolean next([Common record])

Run On

Called

Parameters

record
Type: Common Table
The record buffer of same type as the record at the position; optional.

Return Value

Type: boolean
true if the method succeeds; false if there are no more records.

Community Additions

ADD
Show: