- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2019 08:56 AM
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"
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2019 09:20 AM
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2019 09:09 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2019 09:20 AM
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2019 09:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 07:31 AM
What if we have to hide some 30 field at single go instead of writing 30 ACL's
