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
CalledParameters
- 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.
Community Additions
ADD
Show: