GlideAjax on Servicenow Portal
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2017 04:15 AM
Requirement : On Change of 'Requested for' variable for the catalog item , the variables value for location and manager should change according to 'Requested For'.
I have implemented OnChange client script and called script include , it is working fine on the instance.
But the script is not working on ServiceNow portal.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2017 11:31 PM
hi,
2 things :
1. synchronous glideAjax does not work in service portal
2. keep ui type to both for client script
Once above two things are clear then you put logs in script include to see whether it is calling it or not.