$.udbMeta(ds).lookups()
note
This article is about the lookups() function of the DataSourceMetaContainer object.
$.udbMeta(ds).lookups()
warning
This technical function is not typically needed. You only need it if you want to access runtime meta data of referrer Lookup controls, in particular, if you need to access their runtime data source alias.
tip
You can access runtime metadata in the reverse direction (from given Lookup controls to the data sources they refer to) via the .lookupRefs() function.
Accesses runtime metadata of referrer Lookup controls.
Returns an array.
Syntax
$.udbMeta( *ds* ).lookups()
The required ds is a data source selector.
Example
$.udbMeta('EMP').lookups();