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

Ankur Bawiskar
Tera Patron
Tera Patron

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

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

Can we do it via script debugger?

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

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.