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
DSLDSL 

using select values from enhancedlist

Is there a way to use the selected values from an enhancedlist? I can put an enhancedlist on any custom vf page no problem. I then can use my views and find leads/contacts.

 

Now what if I do this and have a customcontroller behind the VF page. Is there any way to assign the selected values to a list in the controller? I see you can do a selectList, but then I have to query the data myself. 

 

The ideal would be if enhancedlist had a value= or selected="" attribute. Since there is not one, any suggestions?

 

Thanks!