Debugging Transform Map Scripts

Mike Hashemi
Kilo Sage

I have a scoped app, with a transform map. I need to run a script for a couple of the columns. After writing the script and adding a breakpoint, I opened Script Debugger and I could see my breakpoint and script. I sent a payload to the app (through Postman), but that did not trigger the debugger. What am I missing?

4 REPLIES 4

Tony Chatfield1
Kilo Patron

Hi, my understanding is that the debugger is action for the logged in (active) session user, and this would not be an interaction account. If you are debugging a transform script I think the easiest solution would to be addition of logging\info messages in the script.

Dang 😞

If it's a complicated script you could simply 'fake' in a background window or fix script using a couple of objects called 'source' and 'target'.  Source would be name:value pairs to match your input data, target could be a valid object via a GlideRecord 'get' of a suitable test record.

I wonder why only some sources are available for debugging (like Business Rules).