Install the Plugin Files - 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 OnBase plugin, follow these steps:

  1. Copy the following JavaScript files for the OnBase plugin:
    • OBCityworksPlugin

    • OBWidgetViewModel

    • OB_WebAPI

    • OBVersionAgent.min.js

  2. Save the copied files into the Assets\map\custom directory.
  3. Copy the OnBasePlugin.xml into the Xml\Field directory.
  4. If the PluginLoaderPlugin.xml file does not yet exist in the Xml\Field directory, copy the PluginLoaderPlugin.xml file from your solution files into the Xml\Field directory.
    If the PluginLoaderPlugin.xml file already exists in the Xml\Field directory, follow these steps:
    1. Open the PluginLoaderPlugin.xml using a text editor such as Notepad.
    2. Ensure the following XML node exists in the messages node:
      <message id="OnBase" title="OnBase"> <value>custom/OBCityworksPlugin.min</value> </message>
      If the above XML does not exist in the messages node, add it to the messages node.
    3. Save and close the file.