Create a PDF file from Incident

inba
Kilo Explorer

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

5 REPLIES 5

Sukraj Raikhraj
Kilo Sage

https://docs.servicenow.com/bundle/london-application-development/page/integrate/inbound-other-web-services/concept/c_PDFWebService.html