How Do I Hide the Interactive Training Guide Button in NX Portal?
To hide the Interactive Training Guide button from the Tour Guide on the AgilePoint NX Portal, do the procedure in this topic.
Prerequisites
- AgilePoint NX PrivateCloud or AgilePoint NX OnPremises v7.0 Software Update 2 or higher.
How to Start
- On your AgilePoint Server machine, open the file (NX Portal installation folder - v8.0 and lower) C:\Program Files\AgilePoint\AgilePointWebApplication\AgilePointPortal\web.config
Procedure
- In the file web.config, add or change this key to the <appSettings> node.
Field Name Definition InteractiveTourGuideEnabled
- Description:
- Specifies whether to show the Tour Guide on the AgilePoint NX Portal home page.
- Allowed Values:
- An appSettings key in the following format:
<add key="InteractiveTourGuideEnabled" value="[true/false]" />
- true - Shows the Interactive Training Guide in Tour Guide for NX Portal home page.
- false - Hides the Interactive Training Guide from Tour Guide for NX Portal home page.
- Default Value:
- true
- Example:
- <add key="InteractiveTourGuideEnabled" value="true" />