kim_purcell
Kilo Explorer

Do you need to export a large set of data to an Excel or XML file? Are you perplexed why the platform stubbornly allows only a certain amount of data for export? The reason for this is intentional; the platform sets a default limit to prevent performance issues caused by large exports. Here are some format-specific export limits:

Screen Shot 2014-07-30 at 1.27.46 PM.JPG

You'll notice if you try to export data from a list that exceeds this limit (for example, more than 10,000 records to Excel), a dialog box appears indicating that your records are being exported, but only until it reaches the default limit:

Screen Shot 2014-07-30 at 1.32.35 PM.JPG

In cases where you absolutely need to export a large chunk of data at once, you can create a system property to increase the limit:

 

  1. Enter sys_properties.list into the filter text field.
  2. Click New.
  3. In the Name field, enter glide.ui.export.limit.
  4. For type, select integer.
  5. In the Value field, enter <new amount>.
  6. Click Submit.

 

You can now export all of your records (for this one, the limit was increased to 20000):

 

Screen Shot 2014-07-30 at 2.17.17 PM.JPG

Although this property can be set to any value, exceeding the default export limit can impact system performance. To save resources, another option is to break up the data into smaller sets. See Breaking Up Large Exports for more information.

 

See Export Limits and Troubleshooting Exports for additional resources.

To watch the YouTube video, see Troubleshooting ServiceNow Export Limits.

14 Comments