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

Sumanth16
Kilo Patron

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?