Configuring Web Suite to Display Documents in the Web Client - Reporting Dashboards - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - external

Reporting Dashboards

Platform
OnBase
Product
Reporting Dashboards
Release
Foundation 24.1
License

To display documents in the OnBase Web Client from a dashboard or report item in the Reporting Dashboards Web Suite, the Web Suite appsettings.json file needs to be updated.

To enable displaying documents in the Web Client:

  1. Locate the appsettings.json file for the Reporting Dashboards Web Suite. The default location is C:\Program Files\Hyland\ReportingDashboardsWebSuite\config\.
  2. Open the file in a plain text editor, such as Notepad. Do not open the appsettings.json 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.
    Note: When Windows UAC is enabled, the plain-text editor must be launched with elevated administrator privileges in order to enable the appsettings.json file to be edited. To enable editing, right-click the text editor executable or its shortcut and select Run as administrator.
  3. Locate the WebClientUrl setting and ensure its value attribute is set to the Web Client URL. For example, https://server-name.hylandqa.net/AppNet/, where server-name is the name of the machine where the Web Suite is running.
  4. Save and close the appsettings.json file.
  5. Recycle the application pool for changes to take effect.