- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2018 11:33 AM
What I'm looking for is if it's possible to create a PDF of one record when its closed and attach that pdf to another record.
Similar to Right Click on Header -> Export/PDF
Anyone knows if it's possible?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2018 11:40 AM
https://servicenowmantra.wordpress.com/2017/07/06/love-pdf-pdf-loves-you-too-pdf-generator/
This is the best i have seen so far!
You can change the rest message a little and get what you want.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2018 11:55 AM
You need to create a PDF when the record is closed, write a before update business rule on that table with condition as
Active-->Change to-->false
and put the rest message in the script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2019 10:04 AM
It is working fine when we generate same form as PDF.
We need to attach Test case form PDF to Change form. I have added test case PDF to Change form whereas field values are empty in the PDF.