Attachment - Inbound Email Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2014 07:48 AM
Hi All,
We are creating Incidents via the Inbound Email Actions. So, whenever an email contains attachment that gets attached to the Incident which got created from that mail. So, can anyone tell me that if we don't want to attach that on the incident from inbound email, then how can we do that.
We are using calgary.
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2016 05:24 AM
I figured out what the issue is. When an email with an attachment (or embedded image) is processed by an Inbound Action, the table name on the attachment record during insert is "sys_email" and then once it figures out which Incident, Request, etc the email is related to, it changes the table name of the attachment. All I had to do is switch my Business Rule to being on the sys_email table.
This is actually good news since it's ONLY the ones coming in via email that I want to block - since it's signature images that are the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 02:51 PM
Hi,
Could you please post the code? I have a similar requirement where i need to filter out images which are coming from inbound and i have to perform this only for a particular table
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2025 04:51 PM
Hi Sharan,
I am also facing same issue.
Did you got any solution, please share your thoughts here it will help to all.
Thanks ,
Lakshman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 04:28 PM
Can you please post the code which you have written on email table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2017 01:34 PM
Over a year on... this looks great Michael. We have a similar issue- I saw an example the other day where over 1600 small images had been attached to an incident. I will try out your solution.