- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 10:35 AM
Hi All,
We have recently upgraded our Development instance to Vancouver. We came across "Provide Feedback" at the bottom of the Help Center during our testing. After some investigation, I found the Provide feedback to ServiceNow documentation that says this functionality will send the feedback to ServiceNow. Our worry is that when we upgrade production our users might use that thinking they are providing our admin team feedback when it actually provides the feedback to ServiceNow.
Is there a way to disable that "Provide Feedback" button or at a minimum hide it based on a role?
Thanks
Ethan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 12:05 AM
Solved it.
Follow this process:
property name: glide.ui.product_feedback_enabled
change application scope to: Polaris app shell
then set the property value to false.
Mark as helpful if worked.
Best Regards,
Mahesh Sharma.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 10:50 AM
Give a try by setting the value to false in below system property.
com.glide.sn_help.panel.show_feedback
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 11:04 AM
This did not work for me. After I set the property to false, I even opened a new browser and signed in with a non-admin user and the option was still there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 11:26 PM
Same requirement. I too have tried disabling the property, didn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 12:05 AM
Solved it.
Follow this process:
property name: glide.ui.product_feedback_enabled
change application scope to: Polaris app shell
then set the property value to false.
Mark as helpful if worked.
Best Regards,
Mahesh Sharma.