Need Help in Scheduled report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2024 05:38 AM
We have a requirment where in report we have records more than 1000. And in the system Property for pdf format the row limit is set to 1000. We want to execute the scheduled report in multiple batches of 1000 without changing the system property limit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2024 06:02 AM
Example: if you have 1500 records to be sent
so you are saying the 1st batch should pick 1st 1000 and next batch should pick the remaining i.e. 500?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2024 06:03 AM
Yes @Ankur Bawiskar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2024 06:04 AM
Yes Ankur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2024 06:08 AM
I don't think you can do this without touching the OOB system property for that PDF limit
The property has default value of 1000. But you can give anything between 1000 to 5000.
I believe some members have tested and it works for value under 5000 but not beyond that
glide.pdf.max_rows
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader