- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have a requirement to generate multiple PDF's at once from list of cases. Should be able to click on the checkboxes of the cases and add "Generate PDF" button.
In the PDF I want details from Case table and survey table. Can someone kindly help me on this requirement.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @Srinika ,
I have done this on knowledge articles table, you can modify this script as per your need. Try this
UI Action:
UI Action script:
I have used fun2 for deleting attachments from the record after downloading, if you don't want it, remove it.
Script include function:
Used PDFGenerationAPI to attach pdf to record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Srinika
Did you tried right click on the column and export as PDF?
This is the only way else you need to go for Custom Solution
If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!
Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI
YouTube: https://www.youtube.com/@learnservicenowwithravi
LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Gaurav,
I want a custom solution by adding a button on the List view, I should be able to generate PDF for the selected cases. May be for 5 cases at a time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @Srinika ,
I have done this on knowledge articles table, you can modify this script as per your need. Try this
UI Action:
UI Action script:
I have used fun2 for deleting attachments from the record after downloading, if you don't want it, remove it.
Script include function:
Used PDFGenerationAPI to attach pdf to record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
