- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 07:10 PM
Greetings
Do anyone know how to remove this "Show Help" button from banner?
I am in Tokyo version and tried modifying these properties, but seems non-related.
glide.product.help_show
com.glide.embedded_help.enabled
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 07:52 PM
Hi @Mo Lau,
Set false value for below the system property -
glide.product.help_show - Controls whether the help icon, help.gifx, appears in (true) or is omitted from (false) the welcome banner.
- Type: true | false
- Default value: true
- Location: System Property [sys_properties] table
com.glide.embedded_help.enabled - Active status of Embedded Help. Set to false to disable Embedded Help.
- Type: true | false
- Default value: true
- Location: System Property [sys_properties] table
For reference - Hide the help icon in top right corner
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 07:30 PM
Hi @Mo Lau,
Set false value for below the system property -
glide.product.help_show - Controls whether the help icon, help.gifx, appears in (true) or is omitted from (false) the welcome banner.
- Type: true | false
- Default value: true
- Location: System Property [sys_properties] table
For reference - Available system properties
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 07:40 PM
Hi @Sagar Pagar
I double tried mark it to false on both my comapny instance and developer instance.
Clear cache, and Re-login.
However the button is still there. Strange..
https://{instance}.service-now.com/nav_to.do?uri=sys_properties.do?sys_id=95dc4715a9fe3dba012ed94024f674f5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 07:52 PM
Hi @Mo Lau,
Set false value for below the system property -
glide.product.help_show - Controls whether the help icon, help.gifx, appears in (true) or is omitted from (false) the welcome banner.
- Type: true | false
- Default value: true
- Location: System Property [sys_properties] table
com.glide.embedded_help.enabled - Active status of Embedded Help. Set to false to disable Embedded Help.
- Type: true | false
- Default value: true
- Location: System Property [sys_properties] table
For reference - Hide the help icon in top right corner
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 07:58 PM
Thanks @Sagar Pagar and @Mohit_Gupta
Finally it was the issue on combination I tested.
Both properties must be set to false.
Either one will not work.