GlideAjax.getXMLWait
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2025 09:40 PM
Hi All,
I am facing a issue where when i run my onchange client script with calling function from script include , but using
But in the on change client script i am not using GlideAjax.getXMLWait please see the below the script include and onchange client script
##Script Include Code
##Onchange client script
And when i run background script i am able to see the expected field name
this is the background script
My requirement is onchange of the table name i should get the selected table name field name
Regards
Tejas K J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2025 09:42 PM
some other client script has that. Did you check that which other client script is running?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2025 11:07 PM
Hi @Ankur Bawiskar
I checked the other client script in the scope which i am working none of the script as GlideAjax.getXMLWait
And one more thing should i check all the client script which doesn't belong to my scope also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2025 11:12 PM
this error comes for normal form or for catalog form?
if normal form, then check on that table which client scripts are running and if they have getXMLWait() irrespective of scope
If this is for catalog form then check any catalog client script applies to your item or any catalog client script which applies to variable set has that getXMLWait()
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader