- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 10:28 PM
Hi,
Do ServiceNow offers the functionality to convert incoming emails to pdf?
My requirement is to capture incoming email in pdf format and attach it to target record. Can we achieve this through any configuration or scripting?
Appreciate your quick response.
Thanks and Regards,
Priyanka
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 10:48 PM
Hello Priyanka,
As per my knowledge you can attach records as PDF using Business Rule.
Refer boelow thread -
How to generate a pdf from a form and send it to another table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 10:48 PM
Hello Priyanka,
As per my knowledge you can attach records as PDF using Business Rule.
Refer boelow thread -
How to generate a pdf from a form and send it to another table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 11:33 PM
Hi Nayan,
Thanks for your reply.
I created the same business rule (on insert) on 'sys_email' table and want to attach the email record on incident table.
The email through inbound action creates an incident. But this is not attaching email record to newly created incident.
Please suggest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2018 11:47 PM
when I tried response.getStatusCode() is it giving me 401 error.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2018 12:20 AM
Have you created this system Properties 'glide.user.userid' and 'glide.user.password'?
UserId which having admin role.