How Do I Hide the Interactive Training Guide Button in NX Portal?

To hide the Interactive Training Guide Interactive Training Guide icon button from the Tour Guide Tour Guide icon on the AgilePoint NX Portal, do the procedure in this topic.

Prerequisites

How to Start

  1. On your AgilePoint Server machine, open the file (NX Portal installation folder) C:\Program Files\AgilePoint\AgilePointWebApplication\AgilePointPortal\web.config

Procedure

  1. In the file web.config, add or change this key to the <appSettings> node.
    Field NameDefinition

    InteractiveTourGuideEnabled

    Function:
    Specifies whether to show the Tour Guide Tour Guide icon on the AgilePoint NX Portal home page.
    Accepted Values:
    An appSettings key in the following format:

    <add key="InteractiveTourGuideEnabled" value="[true/false]" />

    • true - Shows the Interactive Training Guide in Tour Guide Tour Guide icon for NX Portal home page.
    • false - Hides the Interactive Training Guide from Tour Guide Tour Guide icon for NX Portal home page.
    Default Value:
    true
    Example:
    <add key="InteractiveTourGuideEnabled" value="true" />