Removing field from Personalize List Column.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2017 03:31 AM
I want to remove 2 fields of Demand table from Personalize List column from so it can't be bring to Demand List view. These fields are not even present in form. Is there any alternate way like ACL to do so instead of deactivating those fields??
I found that there is some ACL 'add_to_list' but not able to use it. How can I use it for this purpose? Can anyone give me any example?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2017 03:38 AM
Hi Anubhav,
There is an ACL operations called personalize_choices you'll need to set that up on the field(s) you want to restrict.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2017 03:52 AM
Hi David,
this ACL is not for this.
personalize_choices | User cannot right-click a choice list field and select Configure Choices. |
My requirement is to remove field from personalize list column istead of its choice values.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2017 03:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2017 07:49 AM
Hi,
'add_to_list' ACL should work in your scenario, I believe you are trying to remove a field from existing list view, try per below steps
Step 1: Personalize List and remove the target field from selected box.
Step 2: Write a add_to_list ACL on the field.
Refresh and check !! Hope this helps.
Thanks,
Santo