Enabling the Open Map Viewer Option - Integration for Esri - English - Foundation 22.1 - OnBase - external

Integration for Esri

Platform
OnBase
Product
Integration for Esri
Release
Foundation 22.1
License

For the Open Map Viewer option to be available from the main menu of the Web Client, the < enabled> element of the OpenMapViewer setting must be enabled. To do so, follow these steps:

  1. Open the Web Server web.config file using a text editor such as Notepad.
  2. Locate the OpenMapViewer setting. For example:
    <ControlBar>
        <name><![CDATA[OpenMapViewer]]></name>
        <displayName><![CDATA[Open Map Viewer]]></displayName>
        <path><![CDATA[blank.aspx]]></path>
        <icon><![CDATA[]]></icon>
        <enabled>True</enabled>
    </ControlBar>
  3. Set the < enabled> element to True.
  4. Save and close the web.config file.
  5. Restart IIS.