- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2019 12:29 PM
We have a requirement to send a generic response to inbound emails that do not have inbound email handling in place, which includes several tables. When creating an Inbound Email Action, I can only select one table, but what if you wanted to set one Inbound Email Action for multiple tables. How would one go about this?
Solved! Go to Solution.
- Labels:
-
Notifications

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2019 12:42 PM
HI,
Now this is debatable. You can't have a email inbound action on multiple table's. What you have figure out is whether you can use a parent table for example task table. So it can create inc,chg,req,prb,etc for you. Similarly it applies for CMDB.
So you need strong and good use case to implement this.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 01:21 PM
how about creating one script include which will take care the creation part of the record and you just execute the script include inside the inbound action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2019 01:55 PM
If I do create a script include to handle the creation of the record, which target table would I select? e.g. if I choose Incident, won't it only ever make it to the script include for replies to the Incident table?