You need to sign in to do that
Don't have an account?

How to fetch more than 50 k record on VF page
I've created a VF page with Dynamic filter.
Means My SOQL is Build dynamically in controller and I'm using Standard Set controller method to return the record.
I want the page pagination to display all 70 k record on VF page.
How we can do that.. Please Guide.
Means My SOQL is Build dynamically in controller and I'm using Standard Set controller method to return the record.
I want the page pagination to display all 70 k record on VF page.
How we can do that.. Please Guide.
readonly : A Boolean value that enables read-only mode for a Visualforce page. In read-only mode, a page may not execute any DML operations, but the limit on the number of records retrieved is relaxed from 50,000 to 1 million rows. It also increases the number of items in a collection that can be handled by iteration components, from 1,000 to 10,000. If not specified, this value defaults to false.
please refer the link below for further reference.
- https://developer.salesforce.com/forums/?id=906F0000000BO4oIAG
- https://developer.salesforce.com/forums/?id=906F0000000BO4oIAG (https://developer.salesforce.com/forums/?id=906F0000000BZqaIAG)
- http://salesforce.stackexchange.com/questions/42702/how-to-paginate-10000-records-soql-offset-and-standardsetcontroller-too-limit
I hope it will be helpful.BestRegards
RahulKumar