Configuring Unity Client to Create Web Suite URLs - Reporting Dashboards - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - external

Reporting Dashboards

Platform
OnBase
Product
Reporting Dashboards
Release
Foundation 24.1
License

To enable Copy Hyperlink option and allow users to copy the URLs of dashboards and reports to the clipboard so they can be pasted into other applications, the Unity Client web.config file needs to be updated.

The Create Integration Hyperlink privilege is required to use the Copy Hyperlink option.

To enable hyperlink copying and viewing in the Web Suite:

  1. Locate the obunity.exe.config file. This file is at the same location as the Unity Client executable.
  2. Open the file in a plain text editor, such as Notepad. Do not open the web.config file in a binary-text editor, such as Microsoft Word. Binary-text editors can introduce invalid characters to the configuration file that can cause unexpected errors when users access the Unity Client.
    Note: When Windows UAC is enabled, the plain-text editor must be launched with elevated administrator privileges in order to enable the web.config file to be edited. To enable editing, right-click the text editor executable or its shortcut and select Run as administrator.
  3. Locate the emailLinkAs setting under the appSettings element and update its value attribute to weblink. This allows the dashboard or report to be accessed directly from the hyperlink using a web browser.
  4. Locate the reportingWebViewerUrl setting and update its value attribute to the Reporting Dashboards Web Suite URL. For example, https://server-name/REPORTINGDASHBOARDSWEBSUITE/dashboard, where server-name is the name of the machine where the Web Suite is running.
  5. Save and close the web.config file.
  6. Recycle the application pool for changes to take effect.