RecordSortedList.first Method [AX 2012]

Positions the list to the first record in the list, and copies its contents to the record buffer.

public boolean first(Common record)

Run On

Called

Parameters

record
Type: Common Table
A record buffer to contain first record in list.

Return Value

Type: boolean
true if the method is successful; otherwise false.

Community Additions

ADD
Show: