Enabling DKT - Enabling DKT - OnBase - Enterprise Web Access for Document Knowledge Transfer & Compliance - 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 - Foundation 23.1 - Foundation 23.1

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
ft:lastPublication
2023-09-11T14:15:46.997000
ft:locale
en-US

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.