
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 12:13 PM
I am calling a script include using glide ajax from client script in a UI page. And strangely getting this error GlideAjax is not defined. Everything is in global scope. not sure about the reason of such an error
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 01:07 PM
Ok. I unchecked the Direct CheckBox and it seems to be recognizing GlideAjax Now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 12:16 PM
Usually this kind of error occurs if you dont instantiate your Glide Ajax call with the Key word new. Human eyes can be deceiving, are you using the below similar syntax ?
var ga = new GlideAjax('Script Include Name');

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 12:18 PM
🙂
I understand but yes it is there. In fact same code is working in another instance, I just imported the file from that instance to my personal instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 12:20 PM
Hi,
Can you check if you have AbstractAjaxProcessor script include present in your instance?
Thanks
Ishan parikh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 12:24 PM
yes it is