How to convert the list of incident records which is created on today to PDF using scheduled job
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2025 08:08 PM
Hi,
I am trying to convert the incident records which is created on today to PDF using the scheduled job which will be run on daily at 12 AM IST.
I tried this PDFGenerationAPI api but it is converting the HTML fields to PDF only. But I want list of records to PDF using scheduled job script.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2025 09:12 AM
@Community Alums Below is my implementation to achieve your requirement.
1. Create a report on Incident table with the condition as created on today which brings the list of records.
2. Select Schedule option on the report
3. Email is sent out with the list of records in PDF format.
Note: Use client provided email id, if its customer's environment. This would help you in achieving your requirement without any code.
Sujatha V.M.