You need to sign in to do that
Don't have an account?

Multi select Picklist - how to se thte values
Hi all,
I am developig a web service for a custom Object.I got the multi select pick list values for currencies selected like "usd,gbp.inr,sgd" etc from my web service.
Now i am submitting a page with all the selected values from JSP, all the selected currency values in an array.
Now my problem is how to set multiple selected values for currencies selected multipicklist. can anyone please let me know how to set the values to a multi select picklist.Does i need to use any seperator or ?
thanks
Chandra.
All Answers
Multi select picklist values are stored with ; separator.
The values will be as follows.
test1;test2;test3
Hope this helps you