RecordLinkList.first Method [AX 2012]

Puts the pointer on the first record in the list and, if it is present, copies the record into the buffer that is provided.

public boolean first([Common record])

Run On

Called

Parameters

record
Type: Common Table
The record buffer that will contain the result; optional.

Return Value

Type: boolean
true if the method succeeds; false if no records exist.

Community Additions

ADD
Show: