Enabling the View Map Button - 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 View Map button to be available in the top-right corner of the Web Client, the < enabled> element of the Maps setting must be set to True. To do so, follow these steps:

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