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
lnryanlnryan 

How do I Access Records Selected within an <apex:enhancedlist> to use on the same VF page?

Hi,

 

I want to create a page that has the following: 1 enhanced list, 1 panel below that displays a list of detail fields for the records selected from the enhanced list.

 

How do I get the Ids from the enhanced list without leaving the page? 

krishnagkrishnag

go to salesforce developers guide and see for chapter 9 you can see a similar example at page 289

lnryanlnryan

sorry...that doesn't help. the sample is for a select list, which of course you can easily bind to a property in your controller. I was asking how to access the selections made withing the enhanced list generated when you use <apex:enhancedlist />

 

Can someone help?

SteveBowerSteveBower

Not sure, but I might look at:  

 

{!GETRECORDIDS(object_type)}


Best, Steve.