Tool interfaces in the web application and in the desktop application are identical, and differences in functionality are given in appropriate comments.
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
}
}
}
It is also recommended to set up to display built-in dashboard or its object without login and password.
To get dashboard URL:
Select the Share > Document URL item in the Document main menu. A dialog box opens:

Select the required format of link:
Link. Standard dashboard URL.
Frame. The code to embed a dashboard, for example, into a web page or other dashboard.
Copy link text. Press CTRL+C or select the Copy item in the context menu.
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:
Save the dashboard using one of the methods:
Select the Document > Save item in the main menu.
Press CTRL+S.
Display object control buttons:
Point the mouse cursor on the top right corner of the block:

The object controls will be displayed, for example:

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

Select the required format of link:
Link. Standard object URL.
Frame. The code to embed the object, for example, to a web page or a dashboard.
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: