Create a PDF file from Incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2011 05:21 AM
Hello All,
I want to create a PDF file from an incident. The pdf file should contain all the details about incident. As for as I know
https://myinstance.service-now.com/incident.do?PDF&sys_id=myincidentsysid will save the PDF file into local machine.
But I want this should be stored in a table and later I will pass this incident pdf file to another 3rd party system using webservices.
My question is how to save the pdf file to servie-now instance (like sys_attachment table ) which is getting generated using https://myinstance.service-now.com/incident.do?PDF&sys_id=myincidentsysid URL. Is there any get request can be issued against this URL and response can be stored in table.
Thanks in advance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2020 09:52 AM
https://docs.servicenow.com/bundle/london-application-development/page/integrate/inbound-other-web-services/concept/c_PDFWebService.html