Debug GlideAjax / client callable script include
In order to debug a GlideAjax Script Include, we have to trigger the code from the server side. We can run it the same way as we do with any other Script Include: using the background script. We can simply override the getParameter function defined in AbstractAjaxProcessor, so that it uses some static values instead […]
Debug GlideAjax / client callable script include Read More »