Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2014 11:58 AM
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?
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2014 12:29 PM
CTRL+ALT+Shift+J will fire up the client-side javascript executor. That should allow you to issue your GlideAjax calls.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2014 12:57 PM
Thank you!