- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2016 10:54 PM
I want to hide the gear icon on the list through which we can personalize the view of fields on the list.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2016 04:25 AM
Hello Gaurav,
If you want to hide this button globally depending on roles then you can use the system property named 'glide.ui.list_mechanic.roles'.
Type 'sys_properties.list' in the left navigation and search for 'glide.ui.list_mechanic.roles'.
In the value field of this property mention 'admin' (comma seperated list of roles which should see the gear icon). This will make the gear icon visible only to admins.
Thanks,
Tanaji Patil
--Mark correct/helpful if it helps solving your issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2018 02:20 PM
Hi,
I have got requirement like this.I want to hide gear icon on hr table(which is in scoped application) when user opened in list view .Is it possible?