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
ganeshjjganeshjj 

Pageblock table limit???????????

any body help me what is the limit of pageblock table????????

souvik9086souvik9086

1000 is the limit of the pageblocktable. But when adding below this, it can be increased to 10000.

<apex:page readonly="true"

 

You can refer below link

http://boards.developerforce.com/t5/Visualforce-Development/Getting-around-1000-record-collection-size-limit-in/td-p/204419/page/2

 

 

If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.

Thanks

ganeshjjganeshjj

If  we  want to display more than 10000 records,, then what i have to do??????????/

souvik9086souvik9086

Check this. This is the original salesforce wiki. 1000 is the limit, then making it readonly we can maki it upto 10000, but not beyond that.

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

 

If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.

Thanks

AmitSahuAmitSahu
Use pagination...!
Ashish_SFDCAshish_SFDC

Hi Ganesh, 

 

To display more than 10000 records you may hit some sort of Governor limit and it will take long time to load or query and also process. 

As Salesforce.com is Cloud based Multi Tenant shared resource architecture, our display should be selective. 

Is there anything specific that you are looking for?

 

Regards,

Ashish