forcedotcom/CustomMetadataLoader

[Bug] Returned vlaues go over visualforce heap size limit

Opened this issue · 1 comments

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

@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'