Exporting Caseload/Watch/Search results are limited to 1000 records in the CSV. There should not be a limit to the number of records.
Environment
None
Activity
Daniel McCallum
January 13, 2015 at 5:32 PM
Fixed in:
master - 2.7.0
rel-2-6-patches - 2.6.1
Daniel McCallum
January 13, 2015 at 12:31 AM
Actually... probably makes more sense to stipulate the pagination configuration in the clients of ExportService.js
Daniel McCallum
January 12, 2015 at 10:12 PM
I think this happens b/c the UI does not send pagination rules to the export API, which, as is standard, falls back to the default max (1000). Just need to change ExportService.js to lift that limit.
Exporting Caseload/Watch/Search results are limited to 1000 records in the CSV. There should not be a limit to the number of records.