
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 08:39 AM
Hi,
Is there a way to use the synchronous glide ajax method (getXMLWait()) on OnChange() catalog client scripts for service portal ? What I found searching on community was a "trick" to use getXMLWait() on OnSubmit() catalog client scripts for service portal -> https://www.servicenow.com/community/developer-articles/getxmlwait-alternative-for-service-portal/ta... but I didn't found anything about use on OnChange().
Can you help me ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 10:02 AM
Hello,
Then as suggested In the onsubmit client script just check if the field is still empty if yes return false else return true.
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 10:02 AM
Hello,
Then as suggested In the onsubmit client script just check if the field is still empty if yes return false else return true.
Please mark my answer as correct based on Impact.