How do I test Ajax methods?

grosch
Mega Expert

I have a script include where the class inherits from AbstractAjaxProcessor, and I call it via a GlideAjax() object.   Since it's Ajax, i can't test this from the "Scripts - Background" module.   I seem to remember there's some way to pop up a window that lets me do Ajax type calls.   Anybody know what that is?

1 ACCEPTED SOLUTION

Mark Stanger
Giga Sage

CTRL+ALT+Shift+J will fire up the client-side javascript executor.   That should allow you to issue your GlideAjax calls.


View solution in original post

5 REPLIES 5

Mark Stanger
Giga Sage

CTRL+ALT+Shift+J will fire up the client-side javascript executor.   That should allow you to issue your GlideAjax calls.


You'd think they'd teach you this in the scripting course. Very handy thank you


Is there a shortcut equivalent for the Mac? This same one doesn't seem to work.


Sorry, meant to type 'Control+Option/Alt+Shift+J'.   Command won't work.   I've used this consistently for 5+ years on several Macs so I know it works there.