By default, the system limits the maximum number of records returned by the export processor based on the output format. The following system properties can be set to limit the number of records:
- General output limit: The general output limit can be configured using the glide.ui.export.limit system property and defaults to 10,000. The general output limit applies to the XML, CSV, and Excel format outputs.
- XML: The format specific output limit for an XML output format can be configured using the glide.xml.export.limit system property.
- CSV: The format specific output limit for a CSV output format can be configured using the glide.csv.export.limit system property.
- Excel: The format specific output limit for an Excel output format ...