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
Rana RoyRana Roy 

Display Lead Records on Custom Visualforce Page

Experts,
Please help me to achieve the following-
Lead Records need to be displayed in a ListView based on the Rating Selected.
i.e. If I choose Rating Hot, the Hot Lead Records should be displayed on the List View,
Likewise Warm & Cold.
 
sri.nathsri.nath
Hi Rana,

I do not think you need a custom visualforce page to see the rating based leads. You can create three list views. In each of thos list views, add filter citeria. Ex: Hot Leads list view would have a criteria  - Lead Rating equals 'Hot'.

Your sales people can then just select the respective list views and get their job done.

Thanks!
Rana RoyRana Roy
Many thanks for your response!
Actually VF Page is needed, since I want to create a separate search module and I want the list of leads without refreshing the whole page every time.

How to do that?