$.udb(ds).relations()
note
This article is about the relations() function of the DataSourceContainer object.
$.udb(ds).relations()
warning
This technical function is not typically needed. You only need it if you want to access runtime metadata of referrer Lookup controls, in particular, if you need to access their runtime data source alias.
Gets the relation information of the first data source in the container.
Returns an array of relation objects.
Syntax
$.udb( *ds* ).relations( [index] )
The required ds is a data source selector.
The optional index parameter returns only the relation object with the given index. If omitted, it returns the entire array of objects.
Example
$.udb('EMP').relations();