RecordSortedList.find Method [AX 2012]
Sets the record buffer to the contents of the record that has a key that matches the key fields in the record buffer, and positions the list to the record returned.
public boolean find(Common record)
Run On
CalledParameters
- record
- Type: Common Table
A record buffer that contains the key values to be searched for. The record found will replace the contents of the record buffer.
Community Additions
ADD
Show: