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
NinoJoseNinoJose 

Limit for Custom List Controller

Hi Guys,

 

I read that the standardListController can only handle 10,000 records. How about for Custom List Controller? Is it the same?

 

Thanks,

 

Nino

NinoJoseNinoJose
I've just checked the developer guide for visual force and found out that the StandardSetController has a maximum of 10,000 records. the StandardSetController is also being use when your creating a Custom List Controller so I guess for Custom List Controller, it can only have 10,000 records on the query. :-(
mtbclimbermtbclimber
That's correct. The limit, like the limit in Visualforce context generally, is 10k records.