-
Notifications
You must be signed in to change notification settings - Fork 237
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
BUG: Collection Size Exceeds 1,000 in new wizard #1223
Comments
could this end up returning over 1,000 objects? declarative-lookup-rollup-summaries/dlrs/main/classes/ManageLookupRollupSummariesNewController.cls Line 255 in cc5f5c2
|
We have added an error message in #1224 that advises users to use the old wizard for these cases. Do we need more to close this issue? |
it appears that using: False: 1397 objects |
Will be shipped with 2.17 and then closed. |
Shipping with 2.17 |
Problem
when hitting the button to load the new wizard in a real client org we hit the Collection Size limit in VF
Solution
Logic Assertions
Steps to test the solution works:
QA Proof it passed QA (steps and pictures)
Implementation
The text was updated successfully, but these errors were encountered: