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
PavanReddyPavanReddy 

How can retrive more 1000 records in a VF page?

How can retrive  more 1000 records in a  VF page?

bob_buzzardbob_buzzard

If you aren't going to be making any changes to the records, you can make the page read only which allows your components to handle 10,000 records:

 

http://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_readonly_context.htm

hitesh90hitesh90

Hi pavan,

 

Try to use readonly="true" attribute in your visualforce page <apex:page> tag.

see below link.
collection exceeds maximum size: 1001

 

Important :
Hit Kudos if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.
 
Thank You,
Hitesh Patel
SFDC Certified Developer & Administrator