.lookups()

Previous Next

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.

You can access runtime meta data in the reverse direction (from given Lookup controls to the data sources they refer to) via the .lookupRefs() function.

Returns an array.

Syntax

.lookups() 

 

Example

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