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

How to populate the values in multiselect picklist dynamically
I have an object rules which has records with one of the fields(rule Name) as rule 1 , rule 2 , rule 3 etc......
Now on some other page or object I want to have a picklist which fetches values from rule object i.e. rule name.
I essence the value of picklist should be rule 1 , rule 2, rule 3 etc..........
How can we achieve this?
Try this...
Apex:
Visualforce:
Thanks.