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
Cris9931Cris9931 

multi-select picklist in VF

hi, i'm a newbie in development and i have this task to add one more box in the VF page. Now, we have only 2 boxes one is Available and the other one is Chosen.. but now the client wants one more box and it has to be like this: First box - Available, Second box - Presented, third box - Interested... and I don't know how to add the third box. I tried to look up in the code and I found the code which make this boxes...User-added imageUser-added imageI'm not sure how to add the third box in here... some suggestions, please?
Khan AnasKhan Anas (Salesforce Developers) 
Hi Cristian,

Greetings to you!

Please refer to the below link which might help you further with the above requirement.

https://salesforce.stackexchange.com/questions/146743/3-dependent-multi-select-picklist-display-detail-record-and-edit-record

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
Cris9931Cris9931
Sorry, didn't helped me ...