Creating a PDF from a catalog task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2022 01:04 PM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2022 03:20 PM
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