- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
You can stop processing of an inbound action using script.
Use case - Customer has a requirement that when an email is sent to ServiceNow from a particular email address, no case should be created if the Subject contains text 'xxxx....This is an automated report'
Solution - You can create a new inbound action on the same table with conditions as per the subject line and other customer requirements. Make sure this inbound action runs before other inbound actions on the same table by changing the order.
In the script section, simply write below line.
event.state = "stop_processing";
If my content helped you in anyway, please mark this content as BOOKMARK, SUBSCRIBE & HELPFUL
Best Regards,
Prashant Kumar (LearnIT)
YouTube Channel LearnIT: https://www.youtube.com/@learnitwithprashant
Blog LearnIT: https://medium.com/@LearnITbyPrashant
Prashant Kumar LinkedIn: https://www.linkedin.com/in/learnitbyprashant/
ServiceNow Community Prashant Kumar - https://www.servicenow.com/community/user/viewprofilepage/user-id/19635
- 2,572 Views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.