Hide Help button in header

matthew_magee1
Giga Guru

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

Capture.JPG

3 REPLIES 3

Inactive_Us1474
Giga Guru

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.


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


Howard Baker
Tera Expert

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>