Application development - Inbound email action Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 07:06 AM
I need some guidance from any application developers out there.
I have created an application where an inbound action access a table to identify criteria from the email to know what values to add to the incident. The table has been made available to All Application Scopes.
When an email is received it bypasses the inbound action and does not process the email through it. If I recreate the script in an inbound action outside of the application (in the Global application) it processes the email but when it comes to accessing the table it fails.
Am i missing something here, do I need to add something to the application to enable the inbound action to be accessed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 09:36 AM
This has been done, the emails I am testing with are those that create incidents using the existing inbound action to create incidents. Without the my new inbound action is just bypassed, it does not even go through the code (gs.log statements are not presenting to the system log). The message in the processing log just shows
Create New Incident : did not create or update incident using current
The issue seems to be that the inbound action is inside the application I have built and not in the Global application. Not sure why this is as I would still expect it to try processing the email through the action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 07:54 AM
could you please share some screenshots of inbound email action configuration. May be something wrong there.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 08:01 AM
See my reply to ASA5 where I have added a screenshot