RecordLinkList.get Method [AX 2012]

Copies the record at the current position or the specified position to the provided record buffer, without affecting the pointer position.

public boolean get(Common record, [int index])

Run On

Called

Parameters

record
Type: Common Table
The record buffer that is used to hold the record that is retrieved.
index
Type: int
The number of the record in the list to retrieve if the current record is not being retrieved; optional.

Return Value

Type: boolean
true if a record could be retrieved; otherwise, false.

Community Additions

ADD
Show: