Can we debug the action in Inbound email using script Debugger?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2020 04:37 AM
Can we debug the action in Inbound email using script Debugger?
- Labels:
-
Case and Knowledge Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2020 04:46 AM
Hi Akhila,
you can try adding logs in the inbound action script.
That will help you knowing whether the inbound action script triggered and is working fine or not
gs.info(); // use this to log
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2020 04:49 AM
Can we do it via script debugger?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2020 05:03 AM
i think yes.
Adding one Youtube video , it has explained well , same way you can apply for inbound action.
Ask the Expert - Scoped Debugging: Logging - Tips and Tricks with Steve Bell MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2020 05:59 AM
Business Rules and Scheduled jobs, are good to debug, but can we debug inbound action script?
Even in the video, all server side scripts are explained but not Inbound actions.