How to hide multiple field(30 fields) from the Personalize List columns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 09:16 AM
Hi All,
I know how to hide the fields from the Personalize List columns by creating ACL.
Create an ACL Type = Record
Operation = add_to_list
But this solution will make me to create 30 add_to_list ACL's since i have 30 duplicate/un used fields.
is there any better approach to achieve this functionality.
REASON TO HIDE FIELDS: there many number of un used and duplicate field in the table(Business application) which confuses the end user which holds the true data.
Thanks,
mouli

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 09:27 AM
I dont think hiding fields is an option.
I would suggest creating views for them, which they can select which will give them the fields they need in the list view. Or just create a view and set it as default, if they just need a set of fields.
Please mark this response as correct or helpful if it assisted you with your question.