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 a ui page inside a Catalog client script

agrod
Giga Contributor

Hi,

I created a ui page with html and client script.

Then i created a catalog client script and im using this script to call the ui page, but im getting a Java Script Error, i also tried with new GlideDialogWindow but i got the same Error

var gm = new GlideModal('pop_up_yes_no');
gm.setTitle('My Custom UI Page');
gm.setSize(600, 300); // Optional: width, height
gm.render();

 

0 REPLIES 0