How to call Script include in ui script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 07:22 PM
How can i call script include in ui script?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 08:47 PM
Below link might help you
https://www.youtube.com/watch?v=Rjxjm6SzbXA
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.
Thanks

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 09:34 PM
@BoHyun Jung You can simply make a GlideAjax call from the UI Script, it is quite similar to how we do it in case of client script. Here is an example https://gist.github.com/nfreeze/a9803d7f6049aa814d08de31eb80ee95
Hope this helps.
UI Script helper for making GlideAjax calls in ServiceNow and returning JSON - EasyGlider.js