Automated PDF creation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 04:29 AM
Hello all,
We have a requirement from the business to generate a PDF automatically for a record (not a report) whenever the record reaches a certain phase, and then attach it to the record.
I have tried creating the following Business rule suggested by Shrishir but this does not create the attachment for me.
Generate PDF document for each change request
Any ideas? Thanks for any help,
Charles

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 04:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2022 04:24 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 04:37 AM
If you want to use API and download the PDF file to a machine, below link may be helpful.
JavascriptProbe and MID Server Script Includes | John Andersen
Thanks
Rohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 05:02 AM
Thanks guys,
I ended up following the steps outlined by Nayan here:
https://community.servicenow.com/message/1109015#1108940
Thanks for all your help
Ch