Can GlideAjax use in <g:evaluate> Jelly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2017 12:53 PM
I have experience using GlideAjax in client script but I am new to using jelly script. Due to performance issue for loading massive data from table using GlideRecord in <g:evaluate>, I want to try use GlideAjax to see if the performance of data load improve. My question is will GlideAjax work in <g:evaluate> or it should be in <script> in HTML code box?
- Labels:
-
Best Practices
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2017 02:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2017 05:41 AM
I created GlideAjax in Client script box in UI Page and also created Script Include. The problem I have right now that ga.getXML(ajaxResponse); is not calling function ajaxResponse(serverResponse) because the alert in that function doesn't trigger. I tested gs.log() in Script Include and it does call fine there but then it doesn't call function ajaxResponse(serverResponse) when Script Include completed.