- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2024 06:49 AM
With an Inbound Email Action in ServiceNow....can you create one for a base table which recognizes replies from its extended tables?
I thought this situation would work but it seems that I need to create an inbound email action for each extended table.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 06:17 AM
My apologies on the misunderstanding of your question. Everything I'm finding points to having to have an inbound email action for each table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2024 05:35 AM
Here are a few links that you may find helpful
Explanation on notifications on extended tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2024 12:25 PM
I think you have my question backwards. Those links seem to be refering to triggering notifications to fire from the extended tables. My notifications are fine because I'm triggering them with an event.
However, I have an inbound email action which is looking at inbound emails and then does something with them (i'm just adding the text from the body to the record). I would like to just make one of these for the base table...but it doesn't seem to be triggering if the record is from an extended table....just thought I might be missing something here like a 'trigger for extended tables' checkbox.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 06:17 AM
My apologies on the misunderstanding of your question. Everything I'm finding points to having to have an inbound email action for each table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 06:52 AM
Thank you for the quick response...its always easiest to find the things that you can do...always difficult to find the things you can't.