Email Client: Add attachments from the incident (or underlying record)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2012 12:36 PM
Anyone have some cleverness up their sleeve to add underlying attachments when using the email client?
For example, if you use the email client from an Incident record that has, say, three attachments, you would have to save these locally, then reattach them in the email client. I'm looking for a selectable way to show the attachments on the email client so that you can avoid this step. I might also only want to choose one, two, of these to attach.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2012 10:49 PM
Hi Garrick,
Did you ever get an answer to your question?
I am looking for something similar.
When pressing the email icon in an incident, is it possible to get all attachments that is attached to the incident to be attached to the email automatically?
There are scripts to get this for email notifications, but I can't find anything for this icon.
Regards,
Tor-Werner Carlsson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2012 05:52 AM
I will try to play with this:
Build a javascript e.g. using http://wiki.service-now.com/index.php?title=Useful_Attachment_Scripts
Call the script using gs.javascript from the mail template…..as per: http://wiki.service-now.com/index.php?title=Enabling_the_Email_Client#Controlling_What_Appears_in_the_From_Line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2014 02:18 AM
hi guys !
Did you ever get an answer to this question ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2014 05:07 AM
Hi Gai,
I think you should create a before business rule on the sys_email table that copy the attachments from "source" record.
Note that all attachments will be collected.