- 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
‎01-24-2016 02:54 AM
Hi Gaurav,
I am sorry but i would like as you if You don't want the user to customise his list in order to bring up the columns he wants to look in ?
is that your query ?
Kind regards,
ZA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2016 02:22 PM
That's right. I don't want section of users not to be able to personalize their list.

- 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
‎01-24-2016 02:23 PM
Thanks Tanaji. This worked.