FormDataSource.findRecord Method [AX 2012]

Finds the specified record in the data source and makes it the current record.

public boolean findRecord(Common record)

Run On

Client

Parameters

record
Type: Common Table
The record to find.

Return Value

Type: boolean
true if the record was found; otherwise, false.

This method is activated when the FormDataSource.findValue method is called.

The findRecord method can be overridden on a form data source by right-clicking the Methods node under the data source, pointing to Override Method, and then clicking findRecord.

Community Additions

ADD
Show: