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.

Pop up widow on UI Action click

Ketan Pandey
Tera Expert

Hi All,

I'm working on a requirement where when a UI Action button is clicked, it opens a Pop-up window that displays a grid table with some records.Please advise on how to accomplish this.

Assume I have a table called "Form A" with a UI Action button called "Open Site Contacts" on it. When you click the UI Action button "Open Site Contacts," it will open a pop-up window with a grid table that displays records from the "Site Contact Table."

Please advise on how to accomplish this.

 

Thank You

2 REPLIES 2

Rahul Talreja
Mega Sage

Hi @Ketan Pandey ,
You can use the method GlideDialogWindow for your purpose,
Refer here Difference between GlideDialogForm, GlideDialogWin... - ServiceNow Community

Please mark my response correct/helpful as applicable!
Thanks and Regards,
Rahul

Ketan Pandey
Tera Expert

Do i need to build a UI page first ,Then i will have to call it from GlideModalwindow ,Please correct me.

 

UI Page i need to develope in Jelly Script right ?