function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
UjwalaUjwala 

How to create update picklist through configuration

Hi all,

I have one scenario where i want to add new value into picklist field on object everytime record created related to that object.
I tried updating field using process builder..  when we check restrict checkbx on picklist field it wont allow new value but if we dont check that checkbox new values are overwriiten to old values. but i want to update it with old and new values.

can we achieve this without using apex.?? 
 
Harisa HashimuddinHarisa Hashimuddin
Hi,
I've tried this in my dev org and unchecking the Restrict picklist values allowed me to enter new values. I tried to insert a new record with a new picklist value from the dev console. Did you mean that you need to add the new values through process builder rather than apex?

Thanks,
Harisa