Need Help in Scheduled report

sirisha27
Tera Contributor

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.

7 REPLIES 7

Ankur Bawiskar
Tera Patron
Tera Patron

@sirisha27 

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?

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Yes Ankur

Ankur Bawiskar
Tera Patron
Tera Patron

@sirisha27 

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

 

AnkurBawiskar_0-1733407694747.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader