Ensuring StatusView is Enabled - StatusView - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

StatusView

Platform
OnBase
Product
StatusView
Release
Foundation 22.1
License
Premier
Standard
Essential

The following steps outline the Web Server Web.config settings you can check to ensure StatusView is enabled:

  1. Ensure the following setting is set to true to make the StatusView context available from the OnBase Web Client:
    <ContextInfo>
    <name><![CDATA[StatusView]]></name>
    <displayName><![CDATA[StatusView]]></displayName>
    <displayOrder>5</displayOrder>
    <icon><![CDATA[NavPanel/StatusView_16x16.png]]></icon>
    <enabled>True</enabled>
    </ContextInfo>
  2. Ensure the following setting is set to true to enable the My Layouts option:
    <ControlBar>
    <name><![CDATA[MyLayouts]]></name>
    <displayName><![CDATA[MyLayouts]]></displayName>
    <path><![CDATA[./StatusView/MyLayouts.aspx]]></path>
    <icon><![CDATA[NavPanel/My_Views_16x16.png]]></icon>
    <enabled>True</enabled>
    </ControlBar>