$.udb(ds).pageAlias()
note
This article is about the pageAlias() function of the DataSourceContainer object.
$.udb(ds).pageAlias()
Returns the page alias of the first data source in the container.
Syntax
$.udb( *ds* ).pageAlias()
The required ds is a data source selector.
Example
$.udb('EMP').pageAlias();
Example result:
'P1'