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
MWelch_WTMWelch_WT 

Getting list of selected entries from enhancedList?

I need to allow the user to perform an operation on any number of records of a specific object.  Rather than building a whole custom list view VF page and controller, I though I'd see if I could leverage the enhacnedList VF element first.

 

I note that the enhancedList has checkboxes next to each entry, as well as a "select all" checkbox at the top.  Is there any way to get the list of selected records back to the controller to be operated on?  I can't see what other purpose the checkboxes might have, unless I'm missing something obvious. 

 

Thanks for any input.