Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to call Script include in ui script

BoHyun Jung
Mega Sage

How can i call script include in ui script?

2 REPLIES 2

Maddysunil
Kilo Sage

@BoHyun Jung 

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

Sandeep Rajput
Tera Patron
Tera Patron

@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.