- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2018 04:00 AM
Hi,
I need to have a button on incident.
When the button is clicked, a PDF must be generated. That PDF must contain details of assigned_to user and some custom text which client has suggested.
Help me in understanding as to how can I achieve this.
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2018 03:36 AM
Hi,
Use this share utility:
https://developer.servicenow.com/app.do#!/share/contents/3429377_pdf_generator?v=1.02&t=PRODUCT_DETAILS
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2018 04:06 AM
kindly refer the blog below. hope it will help you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2018 07:10 AM
Hi Harshvardhan,
When I open the ServiceNow share which walter brame has shared, I am not able to find the documentation.
Can you please share the link to the documentation.
Regards,
Sindhuja.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2018 04:08 AM
Hi,
We have PDF generator utils with us. We need to use this to generate PDF for this.
We have to store pdf body in one message html field and then call that in pdf generator.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2018 04:27 AM
Hi Ashutosh,
Can you please provide with sample code of how can I achieve this.
Let us suppose that PDF must contain only "This incident is assigned to: {{Assigned_to name}}" for now.
Regards,
Sindhuja.