Can we debug the action in Inbound email using script Debugger?

Akhila8
Mega Expert

Can we debug the action in Inbound email using script Debugger?

8 REPLIES 8

Hi Akhila,

for server side debugging you usually try adding log statements

Same goes for inbound action script

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

you have to apply same way which have been done for Business rule or script include on YouTube Video , 

 

 

 

find_real_file.png

 

find_real_file.png

 

Additional link i have added , please try. 

 

https://hi.service-now.com/kb_view.do?sysparm_article=KB0815530

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.

Have you found a solution?