Hide Column from List View

zeeshn455
Kilo Contributor

I have one field in the application table which needs to be hidden permanently from List view for every user except Admin. This is already hidden in form view.

 field name is "application type" 

1 ACCEPTED SOLUTION

Harsh Vardhan
Giga Patron

here you go. 

 

Steps:

 

Create an ACL Type = Record

Operation = add_to_list

 

select the table and field name which you want to hide. 

 

sample for reference. 

 

find_real_file.png

 

What you have to do here, remove the field from "List Layout" and then apply the above ACL . the above ACL will restrict other user to not select from the personalize list because that column wont be available for other user except admin. 

 

 

 

 

View solution in original post

4 REPLIES 4

Alikutty A
Tera Sage

Hi,

If you need to hide it from both form and list view, then you can add a new field level read acl on your table and add the admin role to it.

eg Read acl on Table.Application Type, Roles: admin

This will hide it on list view as well for all users except admin

Thanks

Harsh Vardhan
Giga Patron

here you go. 

 

Steps:

 

Create an ACL Type = Record

Operation = add_to_list

 

select the table and field name which you want to hide. 

 

sample for reference. 

 

find_real_file.png

 

What you have to do here, remove the field from "List Layout" and then apply the above ACL . the above ACL will restrict other user to not select from the personalize list because that column wont be available for other user except admin. 

 

 

 

 

Thanks Bro Appreciate your help. But I have used Read Operation because add-to-list didn't work on it. Thanks and Regards Zeeshan

mouli7
Tera Contributor

What if we have to hide some 30 field at single go instead of writing 30 ACL's