Enabling DKT - Enterprise Web Access for Document Knowledge Transfer & Compliance - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - external - Standard - Premier - Standard - OnBase/Enterprise-Web-Access-for-Document-Knowledge-Transfer-Compliance/Foundation-23.1/Enterprise-Web-Access-for-Document-Knowledge-Transfer-Compliance/Installation/Web-Client-Installation/DKT-Web.config-Settings/Enabling-DKT - 2023-09-11

Enterprise Web Access for Document Knowledge Transfer & Compliance

Platform
OnBase
Product
Enterprise Web Access for Document Knowledge Transfer & Compliance
Release
Foundation 23.1
License
Premier
Standard

The Knowledge Transfer context can be enabled using the Web Server's Web.config file.

To enable the Knowledge Transfer context:

  1. Open the Web.config file for the OnBase Web Server.
  2. In the following section, set enabled to true.
    <ContextInfo>
        <name><![CDATA[KnowledgeTransfer]]></name>
        <displayName><![CDATA[Knowledge Transfer]]></displayName>
        <displayOrder>4</displayOrder>
        <icon><![CDATA[NavPanel/DKT_16x16.png]]></icon>
        <enabled>True</enabled>
    </ContextInfo>
  3. Save and close the Web.config file.