How to hide a field in listview and also from filter without any Acl

Charan123
Tera Expert

How to Hide a field from list view and filter

6 REPLIES 6

Maik Skoddow
Tera Patron
Tera Patron

Hi @Charan123 

unfortunately, that is not possible. You have to create ACLs. The question is: Why don't you want to leverage OOTB features to achieve your goal? Do you have any doubts? Please provide more details to help us understand you better

Maik

Hi @Maik Skoddow ,

Thanks for the response, Without Read operation in Acl, can we achieve? ( From filter ).

Thanks

 

Hi @Charan123 

 

not sure whether I got your point. If you just wanto to prevent users from adding a field to the list view, although they have reading rights for the particular field, you can use the "add_to_list" ACL type.

 

In the following example, only users with the admin role are allowed to add the "Assigned to" field to the list view on the incident table:

 

MaikSkoddow_0-1702788515160.png

 

Hope that helps.

 

Maik

SunilKumar_P
Giga Sage

Hi @Charan123,

 

ACLs are the best way to control access to records and fields. To hide a field in list view, you can leverage the “Read” operation on the field.

 

Regards,

Sunil