Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
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.