- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2023 07:23 PM
Hi Team,
My Inbound email attachment is not automatically attaching to its related records.
After investigating I was able to find that in the sys_email logs table the 'email attachments' related list
has all the attachments stored but the action field was empty
how to set the action in the email attachment?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2023 07:34 PM
Hi,
Can you please share email logs? which Email inbound actions processed?
Have written any code to copy attachments to target record?
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2023 08:33 PM
Hello Vijay,
did you include copy attachment piece in your code which looks like below , modify your target name accordingly
GlideSysAttachment.copy('sys_email',current.sys_id,'sc_req_item',ritm.sys_id);
Regards,
Shyamkumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2023 07:34 PM
Hi,
Can you please share email logs? which Email inbound actions processed?
Have written any code to copy attachments to target record?
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2023 08:33 PM
Hello Vijay,
did you include copy attachment piece in your code which looks like below , modify your target name accordingly
GlideSysAttachment.copy('sys_email',current.sys_id,'sc_req_item',ritm.sys_id);
Regards,
Shyamkumar