Configuring the Web Client to Use Application Enabler - Application Enabler - English - Foundation 22.1 - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

Application Enabler

Platform
OnBase
Product
Application Enabler
Release
Foundation 22.1
License
Standard
Essential
Premier

For Application Enabler to work with the Web Client, you must set a specific setting on the Web Server. In the web.config file the following parameter must be set equal to true: sv_AppEnableIntegration

For Application Enabler to automatically launch when the user enters an Application Enabler supported feature, you must set the following parameter to true: sv_LaunchAppEnabler

The following is an example from a web.config file configured for use with Application Enabler:

<!-- AppEnabler Vars -->

<add key="sv_AppEnableIntegration" value="true"/>

<!-- Enable/disable AppEnabler integration -->

<add key="sv_LaunchAppEnabler" value="true"/>

Note:

You can also configure these parameters using the Web Application Management Console.