Install the Widget - Integration for Esri - English - Foundation 22.1 - OnBase - external

Integration for Esri

Platform
OnBase
Product
Integration for Esri
Release
Foundation 22.1
License

To install the widget, follow these steps:

  1. Open the [Geocortex Virtual Directory]\Resources\Compiled directory on the server hosting the application.
  2. Copy the following JavaScript files and paste them into this directory:
    • OnBaseCompiled.js

    • OB_WebAPI.js

    • OBVersionAgent.js

    • OBWidgetViewModel.js

  3. Open the [Geocortex Virtual Directory]\Resources\Images directory on the server hosting the application.
  4. Copy the onbase.png file and paste it into this directory.
  5. Open the configuration file in a text editor such as Notepad. The configuration file is usually named Desktop.json.js.
  6. Inside the configuration file, locate the libraries array near the top of the file.
  7. Insert the following code into the libraries array:
    ,
    {
        "id": " OnBase ",
        "uri": "Resources/Compiled/OnBaseCompiled.js",
        "locales": []
    }
    Note:

    Do not forget the comma at the beginning. If you insert this code as the final item in the libraries array, you do not need a comma at the end.

  8. Save and close the configuration file.