Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Creating a PDF from a catalog task

Christian Pede1
Tera Contributor

Hi there, I am currently tasked with a project regarding creating a PDF from the contents of a catalog task for our Service Desk to print out when they are completing a build task. Currently, I haven't seen anything on the forum about it, but does anyone have any ideas on either creating a UI action to create a PDF or creating it within a run script? 

1 REPLY 1

sachin_namjoshi
Mega Patron

You can configure UI action on sc_task table to export record to PDF.

You can use OOB PDF Generator API and call this from UI action server script.

Take a look into below video for PDF generator API

 

https://www.youtube.com/watch?v=IMtEKBxJt0A

 

Regards,

Sachin