How to hide a field in listview and also from filter without any Acl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2023 07:34 PM
How to Hide a field from list view and filter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2023 07:56 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2023 08:24 PM - edited 12-16-2023 08:24 PM
Hi @Maik Skoddow ,
Thanks for the response, Without Read operation in Acl, can we achieve? ( From filter ).
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2023 08:49 PM
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:
Hope that helps.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2023 08:48 PM
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