How to hide gear on list

gauravshurvir
Giga Contributor

I want to hide the gear icon on the list through which we can personalize the view of fields on the list.

1 ACCEPTED SOLUTION

Tanaji Patil
Tera Guru

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.


View solution in original post

5 REPLIES 5

zica
Giga Guru

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


That's right. I don't want section of users not to be able to personalize their list.


Tanaji Patil
Tera Guru

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.


Thanks Tanaji. This worked.