To install the OnBase plugin, follow these steps:
-
Copy the following JavaScript files for the OnBase plugin:
-
OBCityworksPlugin
-
OBWidgetViewModel
-
OB_WebAPI
-
OBVersionAgent.min.js
-
- Save the copied files into the Assets\map\custom directory.
- Copy the OnBasePlugin.xml into the Xml\Field directory.
-
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:
- Open the PluginLoaderPlugin.xml using a text editor such as Notepad.
-
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.
- Save and close the file.