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
SFDC 007SFDC 007 

the collection size 1468 exceeds the maximum size 1000 Ipad error

Hi ,

 

   I have an issue with Ipad , like when  a customer is trying to view his calender entry link in salesforce report the user is getting this error 

 

"the collection size 1468 exceeds the maximum size 1000"

 

This error happens only in IPAD and the functionality is fine with the desktop

 Please tell me how to resolve this issue.

 

 

Thanks and Regards

MagulanDuraipandianMagulanDuraipandian

List or set collection type from your controlling is retrieving more than 1000 records.

 

List or collection type limit is 1000.

 

Regards,

Magulan D

Salesforce.com certified Force.com Developer.

SFDC Blog

SFDC Site

If this post is your solution, kindly mark this as the solution and give Kudos.

SFDC 007SFDC 007

Hi Magulan,

 

Is there a way that i can fix it , its having issue only with IPAD , Please guide me

 

 

   
  
   
    Thanks

MagulanDuraipandianMagulanDuraipandian

Kindly check whether your list or set or map data type is retrieving more than 1000 records in  your controller.

 

Regards,

Magulan D

Salesforce.com certified Force.com Developer.

SFDC Blog

SFDC Site

If this post is your solution, kindly mark this as the solution and give Kudos.

AmitSahuAmitSahu
The issue is with the same user who's desktop version is working fine?
SFDC 007SFDC 007

Please give me ur mail id , I will send my code, Not able to figure out the issue in my code...

 

 

not able to paste the code here also

 

 

Please help me

SFDC 007SFDC 007
Yes , apart from him 4 users are having the same issue
AmitSahuAmitSahu
Just try updating the queries to have a limit of 1000 and check if that works, then you can implement pagination in ipad app
SFDC 007SFDC 007
That didnt work same error in IPAD, guess there is some issue with IPAD ,
AmitSahuAmitSahu
Have you checked the debug log for this to see exactly which line gives you the error