.isFirstRecordDefaultSelected()

Previous Next

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

.isFirstRecordDefaultSelected()

 

Example

$.udbMeta('EMP').isFirstRecordDefaultSelected();