Opening Business Application

To open the business application in the web interface, use the supported browser and specify the address in the connection string:

http://<web server>:<port number>/dba/

http://<web server>:<port number>/DBA_v10.x/

Where:

The business application uses the settings determined in the config.json file. The business application specified in the targetApp field opens by default from the repository specified in the targetRepo field.

NOTE. To log in to the business application, make sure that the repository user has permissions to read the COMPONENTS folder with the EXT_COMPONENTS_FOLDER identifier and nested objects.

Business Application URL Parameters

Web application URL contains a set of parameters to change repository and open objects. Parameters are set after the type of the opened page (login, navigator or object), in conjunction with the ? and & characters.

General structure of the URL for changing repository and opening the business application, which settings are determined in the the repositories field:

http://<web server>:8210/dba/#/login?repo=<repository identifier>&appId=<business application identifier>

If single repo parameter is set, the business application opens that is specified as the first one for the repository in the repositories field.

If the repo and appId parameters are not set or non-existing identifier of repository/business application is set, the connection is established to the default repository and business application specified in the targetRepo and targetApp fields.

General structure of the URL for opening an object in the business application with displaying the navigation bar and breadcrumb:

http://<web server>:8210/dba/#/app/navigator?key=<object key>

General structure of URL for opening an object in the business application without displaying the navigation bar and breadcrumb:

http://<web server>:8210/dba/#/app/obj?key=<object key>

If the object contains parameters, specify the params parameter after the <object key> substitution in combination with the & character. To specify object parameter values, use character encoding in URL:

params=%7B"<name of parameter 1>"%3A"<value of parameter 1>"%2C"<name of parameter 2>"%3A"<value of parameter 2>"%2C..."<name of parameter n>"%3A"<value of parameter n>"%7D

The example of opening an object with displaying the navigation bar and breadcrumb:

http://<web server>:8210/dba/#/app/navigator?key=12345&params=%7B"INCLUDE"%3A"true"%2C"DATE"%3A"2026-03-01"%7D

Where:

See also:

Designer of Business Applications Back End | Setting Up Configuration of Designer of Business Applications