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
rashrash 

How to increase the limit of the Lists

In the Apex Code am working right now , i need to increase the capacity of my lists to more than 1000, How do i do it dynamically ? A solution would be of gr8 help
micwamicwa
It's not possible because of the governor limit. 1000 elements is the maximum for Array, Sets and Maps.