-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collection size 1,381 exceeds maximum size of 1,000. #50
Comments
Same issue here. Not really sure where the col size comes from. Collection size 1.835 exceeds maximum size of 1.000. |
I experienced the same issue with more than 2200k records. After researching on the Apex Classes contained within the package, I got a workaround that will help you to upload more records without having this issue. If you go the the CustomMetadataUploadController, at the line number 83, you will see this:
This will query and pull all the records from the Custom Metadata Type that you are trying to insert records to. I added This workaround will help you to upload records, but It will not be able to match if there are duplicates or not (since it won't be able to check with the entire dataset). The line should look like this |
@acorellaefx93 I made this update and am now getting Maximum view state size limit (170KB) exceeded. Actual view state size for this page was 175.267KB any ideas on this one? My feeling is that we need an update and a load button in this tool so that you can have a limit query for updates but I am an admin and only a declarative developer. |
I'm trying to upload a sample/test file that contains only two records and I'm receiving the error:
Collection size 1,381 exceeds maximum size of 1,000.
The 1,381 number matches how many metadata records are on this particular __mdt in our org.
The text was updated successfully, but these errors were encountered: