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

Dependent Multi-select picklist not displaying chosen values
Hi,
I have a Normal Picklist field(which is a controlling picklist) say pickA and a multi-select picklist say pickB(which is the dependent picklist to the picklist pickA) on a custom object.
I have a Visualforce page containing those 2 picklists. On selecting a value from picA and selecting some values from pickB and clicking on Save saves the picklist values to the database but on Edit, the value selected in picA gets displayed but the selected values from multi-select picklist picB are not getting displayed under "Chosen" and instead all are showing under "Available" as if no value is selected.
Please let me know how to resolve this.
Thanks a lot.
I have a Normal Picklist field(which is a controlling picklist) say pickA and a multi-select picklist say pickB(which is the dependent picklist to the picklist pickA) on a custom object.
I have a Visualforce page containing those 2 picklists. On selecting a value from picA and selecting some values from pickB and clicking on Save saves the picklist values to the database but on Edit, the value selected in picA gets displayed but the selected values from multi-select picklist picB are not getting displayed under "Chosen" and instead all are showing under "Available" as if no value is selected.
Please let me know how to resolve this.
Thanks a lot.


I tried the same in my test ORG with two dependent picklists with the dependent one being multiselect and am able to get the selected values under the chosen section of the picklist when I go to edit it.
can you please share your code here so I can try and replicate the issue on my ORG.

Were you ever able to get this issue resolved? I am running into the exact same issue with my dep field for a multi picklist.