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 07:48 AM
Hi Akhila,
for server side debugging you usually try adding log statements
Same goes for inbound action script
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 07:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2020 08:19 AM
Yes, this works for BR, Script includes, but even when you keep a breakpoint and debug, it just says waiting for Break-point, as this might be in a different session. The debugger works only if it executes in current session.
So I am not sure in what session does inbound actions run.
I need to debug an inbound action, able to debug BR & script includes.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2022 02:02 AM
Have you found a solution?