We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is possible and easy to import data that will have a Visualforce error when the load succeed because the data reutrned is too big
Results success sould be paginated server-sied to avoid VF heap size limits
The text was updated successfully, but these errors were encountered:
@Windyo running into same issue. Successfully uploads ~500 records, but instead of success page displays 'Maximum view state size limit (170KB) exceeded. Actual view state size for this page was 198.548KB'
Sorry, something went wrong.
No branches or pull requests
Description
It is possible and easy to import data that will have a Visualforce error when the load succeed because the data reutrned is too big
Wanted Behavior
Results success sould be paginated server-sied to avoid VF heap size limits
The text was updated successfully, but these errors were encountered: