Pop up widow on UI Action click
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 11:56 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2023 01:34 AM
Hi @Ketan Pandey ,
You can use the method GlideDialogWindow for your purpose,
Refer here Difference between GlideDialogForm, GlideDialogWin... - ServiceNow Community
Thanks and Regards,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2023 01:56 AM
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 ?