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
trishtrish 

EnhancedList

I have the following requirement -
 
I am implementing a search functionality to query a custom object based on certain criteria. I would like to display the result set in an <apex:enhancedlist>. Is this possible ?
 
 
davehilarydavehilary

Hi,

 

I have a similar requirement to display the output of a dynamic SOQL query on a custom object in an enhanced list. I can't find anything in the documentation that explicitly says this is not possible, but I've had a number of my developers say it can't be done...but it's only enhanced lists that have this problem. 

 

Has anyone ever managed to do this?

 

Thanks.