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
ClientParameters
- record
- Type: Common Table
A parameter that is not used in the FormObjectSet base class.
Community Additions
ADD
Show: