$.udbMeta(ds).isFirstRecordDefaultSelected()
note
This article is about the isFirstRecordDefaultSelected() function of the DataSourceMetaContainer object.
$.udbMeta(ds).isFirstRecordDefaultSelected()
Gets the value of the 'Set First Record as Default Selected Record' value of the first data source in the container. If this value is true (the default), the record first queried is by default the selected or current record. Related data sources can only synchronize with the data source if it has a current record.
Returns a boolean.
Syntax
$.udbMeta( *ds* ).isFirstRecordDefaultSelected()
The required ds is a data source selector.
Example
$.udbMeta('EMP').isFirstRecordDefaultSelected();