FormObjectSet.findRecord Method [AX 2012]

Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.findRecord method, which finds a specified record in the data source and makes it the current one.

public boolean findRecord(Common record)

Run On

Client

Parameters

record
Type: Common Table
A parameter that is not used in the FormObjectSet base class.

Return Value

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

Community Additions

ADD
Show: