- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2020 07:12 PM
So I want to send an email from the sc_task by clicking on the 3 dots and select email to compose email. When I send that email how do I get that to append to the sc_task activities?
I want whatever I email to attached to the sc_task in the activities.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2020 07:18 PM
Hi,
Per this documentation from ServiceNow: https://hi.service-now.com/kb_view.do?sysparm_article=KB0635946
That is not a feature provided out of box.
You'd want to copy the attachment from the sys_email table, to the target record:
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2020 07:18 PM
Hi,
Per this documentation from ServiceNow: https://hi.service-now.com/kb_view.do?sysparm_article=KB0635946
That is not a feature provided out of box.
You'd want to copy the attachment from the sys_email table, to the target record:
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2020 04:40 AM
So what would I need to add to make this work? From reading the docs that doesn't help me much. Any help is appreciated Allen.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2020 05:14 AM
John,
I've helped you across numerous threads. You are looking for someone to just give you exactly what you need. We'd like for you to learn as well. I've given the documentation above that literally has the copy script in it. I've also told you the table involved and then you'd need to copy that to your target table, which is incident.
So if you feel that doesn't help you much, then I don't know what to say.
Please try for yourself, then let us know what you came up with.
Thanks
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2020 05:27 AM
Allen,
So would I need to create a business rule?