Removing field from Personalize List Column.

anubhavr
Giga Expert

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?

6 REPLIES 6

Dubz
Mega Sage

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.


Hi David,



this ACL is not for this.



personalize_choicesUser 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.


santhoshanandan
Mega Expert

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