Hide Help button in header

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2016 10:54 AM
Hi Community,
Since we are self hosted, I'd like to hide the help icon in the upper right corner (Geneva). Our users don't have access to any help info found online.
I'm ok updating a UI Page or any other type of UI element, just not sure which piece to modify.
Any help is greatly appreciated
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2016 11:29 AM
Hi Matthew,
This Toggle Help Sidebar is added by a embedded help plugin.
In order to hide it , you need to traverse through the sys_properties.list << com.glide.embedded_help.enabled << Set Value as false.
And logout and login back again with the new user session.
Thanks
Akhil
Hit Like/helpful/correct, if applicable.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2016 11:50 AM
Akhil,
The property wasn't quite named like you mentioned, but I found this property:
glide.product.help_show
I deactivated it and it's gone.
thanks much!
Matthew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2016 07:40 AM
If you have your own help articles in a knowledge base, you can change the target of the embedded help. Change the system property glide.help.default.page to the url of your knowledge base: https://<your_instance>/$knowledge.do#search?kb=<knowledgebase_sysid>