client script with glide ajax is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 01:06 AM
Hi Friends,
I have written a Script include made client callable with glide ajax. I am trying to fetch the caller manager into short description , when caller is changed. But its give the below error.
onChange script error: TypeError: gax.addParm is not a function function () { [native code] }
Client Script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 10:07 AM
Your error message says:
"onChange script error: TypeError: gax.addParm is not a function function () { [native code] }"
But your GlideAjax is declared as ga
Make sure you are not calling gax.addParm
Can you confirm?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 02:39 AM
Hi Folusho,
As per my code above mentioned there is no gax.addParm that you can see
Thanks
Srinivas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 07:12 AM