- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 07:22 AM
Configuration as follows, why is this not working:
I send the email and check the Incident table and no incident is created.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 08:03 AM
hello,
No the email receiving enabled should be true only then ServiceNow can receive any mails otherwise ServiceNow will not receive any emails.
That is the reason why no inbound is working for you not even the OOB.
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 07:26 AM
Why you enter at the last createTsk.insert() at last
Instead of that write current.insert();
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 07:29 AM
Thank you for that, after making that change it still appears to not be working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 07:32 AM
Check impact and urgency proper back-end values and there is already OOB inbound action for incident as well. Please check that how they have written the code and replicate the same.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 07:34 AM
Hi @Joshua Comeau,
1) Try to remove the line -
current.initialize();
2) Update createTsk.insert(); line to
current.insert();
Thanks,
Sagar Pagar