Export large amounts of data in Excel.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2024 06:38 PM
ボタンを押すことで、UI アクションを作成し、Excel でリストを抽出できます。
Excelの抽出回数の上限は10,000ですが、それ以上の抽出ができるようにしたいです。
プロパティの設定を変更せずにスクリプトで上限を設定できますか?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2024 09:08 AM
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.