Export large amounts of data in Excel.

Potemi
Tera Contributor

ボタンを押すことで、UI アクションを作成し、Excel でリストを抽出できます。

Excelの抽出回数の上限は10,000ですが、それ以上の抽出ができるようにしたいです。

プロパティの設定を変更せずにスクリプトで上限を設定できますか?

 

1 REPLY 1

Mio Matsushita
Mega Sage

Hello

The purpose of the OOTB export limit is to prevent performance impacts from occurring.
Larger export limits may adversely affect the performance of ServiceNow instance.
If you are exporting large data sets, please consider splitting the data into separate exports.
https://docs.servicenow.com/csh?topicname=t_BreakUpALargeExport.html&version=latest

 

You can customize the Context Menus of the export, although it is not recommended.