Skip to main content
Version: 11.2

$.udb(ds).path()

note

This article is about the path() function of the DataSourceContainer object.

$.udb(ds).path()

Gets the full data source path of the first data source in the container, including embedded pages (if any).

Returns a data source path using data source path syntax.

Syntax

$.udb( *ds* ).path( [short] )

*short* ::= { true | [false] }

The required ds is a data source selector.

If short is true, the main page's path is excluded from the result.

Example

$.udb('EMP').name();

Result:
'EMP'
$.udb('Related DEPT page/DEPT').name();

Result:
'Related DEPT page/DEPT'