Configuring the Web Client to Use Application Enabler - Application Enabler - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential - OnBase/Application-Enabler/English/Foundation-22.1/Application-Enabler/Configuration/Configuring-the-Web-Client-to-Use-Application-Enabler - 2022-08-29

Application Enabler

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

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.