- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018 10:34 AM
hello Everyone,
seeking help !!!!
we have inbound action any email to servicenow creates a CALL Record
we have one alert which comes to servicenow i need to create Incident ticket from that?
i created one more inbound action saying if subject contains "XYZ" then create incident.
now it creates incident as well as call record. how can i stop this?
what is the best practice or what others are doing in this situation?
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018 10:38 AM
You need to set an order in the inbound action. So if you want Inbound action for incident should run first, order should be less than inbound action for call record.
Then If an inbound action processed the email, it should stop processing. To do that, there is a checkbox on inbound action page 'Stop Processing'. Make sure you check that checkbox for you inbound actions
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018 10:38 AM
You need to set an order in the inbound action. So if you want Inbound action for incident should run first, order should be less than inbound action for call record.
Then If an inbound action processed the email, it should stop processing. To do that, there is a checkbox on inbound action page 'Stop Processing'. Make sure you check that checkbox for you inbound actions
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018 10:43 AM
I see the check box Stop Processing. i should check mark that in the First one which creates incident right?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018 10:44 AM
You should check mark that box in all the inbound actions you are working on, if not checked already
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018 10:39 AM
Hi Nikunj,
Inbound email action has order field. order with lowest number is ran first and then higher one. if any one inbound email action found for that table then you can use stop processing checkbox which would stop executing further inbound email action.
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader