GlideAjax call doesn't work if "initialize: function" is added to the Client Callable Script Include prototypeIssue When a Script Include is created, the "initialize: function() {}" is added to the prototype automatically. When a Client Callable Script Include is created the prototype extends from the "AbstractAjaxProcessor" Class and "initialize: function() {}" will not be added since it is already in the AbstractAjaxProcessor.prototype. If we add "initialize: function() {}" into the Client Callable Script Include manually, the GlideAjax call won't work since it overrides the initialize function in the AbstractAjaxProcessor.prototype and request, responseXML, gc objects used in the Ajax call are not available. Please refer to the screen recording r1.mp4.ReleaseAll family releases.