Tool interfaces in the web application and in the desktop application are identical, and differences in functionality are given in appropriate comments.

Getting URL

A URL can be used to embed a dashboard or a dashboard object into a custom website, web application or other dashboard. The option is available only in the web application.

To be able to get URL, add description in the configuration file:

In the config.json file of the web application use the embedModeEnabled field:

"modules": {
   "8448": {
     "customization":{
       "embedModeEnabled": true
     }
   }
 }  

In the PP.xml file of the web application use the <embed> section:

<pp>
  ...
    <embed enabled="true" />
  ...
</pp>

It is also recommended to set up to display built-in dashboard or its object without login and password.

Getting Dashboard URL

To get dashboard URL:

  1. Select the Share > Document URL item in the Document main menu. A dialog box opens:

  1. Select the required format of link:

  1. Copy link text. Press CTRL+C or select the Copy item in the context menu.

Getting Object URL

A URL can be used to embed the object from a dashboard into a custom website, web application or other dashboard.

To get an object URL:

  1. Save the dashboard using one of the methods:

  2. Display object control buttons:

Point the mouse cursor on the top right corner of the block:

The object controls will be displayed, for example:

  1. Click the button.

  2. Select the Block Link item in the menu that opens. The dialog box opens:

  1. Select the required format of link:

  2. Copy link text. Press CTRL+C or select the Copy item in the context menu.

The object URL will be copied to the clipboard.

See also:

Using Additional Dashboard Services