Skip to main content
Hi,

 

I am having single picklist value called  Advocate Type on Case Object and Multi picklist value Advocate Type On Contact.

 

I need to update a Contact Advocate Type Multipick list value with Advocate Type Single Picklist value  of all cases realted to contact using process builder.

 

Example  :

 

If  Case 1      Advocate Type ='Test1'

 

     Case 2      Advocate Type ='Test2'

 

     Case 3      Advocate Type ='Test3'

 

     Case 4      Advocate Type ='Test4'

 

Then on Contact  AdvocateType='Test1;Test2;Test3;Test4'

 

Is this possible by using process builder ? if it is can you tell me how can I do this 

 

    

 

 
1 answer
  1. Nov 12, 2015, 2:50 PM
    Please think about moving away from multi-picklist fields - they have so many data collection and reporting limitations (like the one you just found), that any data stored in them is basically inaccessible to be used in your business.

     

    You dependent picklists, or a series of checkboxes to get your data stored in a way that it is useful.

     

    ~ Jeff May
0/9000