How to add a pop up form when clicked on UI Action Button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2026 12:34 AM
Hi Everyone,
I have a requirement like I want to add a pop up form when I click on a custom UI Action button on a form. This should also work on Workspace as well.
Like confirm boxes, let me know if there is anything I can use and start. I would require a text field in that pop up form and a submit and a cancel button on that pop up form.
Let me know where can I start in this?
Thanks in advance,
Amol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2026 12:44 AM
HI @amolpawar ,
that's achieved through UI pages
refer below
https://www.youtube.com/watch?v=xt8SjqAwl7c
https://www.youtube.com/watch?v=ELz0fhNvddg
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2026 12:45 AM
to make it work in native you can use UI action which is client side and invoke UI page using GlideModal
for same UI action to work in workspace you need to use workspace client script and use g_modal.showFrame to render same UI page
check this link
How to open a UI Page in a popup window (GlideModal) from Workspace UI Action
Also there are lot of OOTB UI actions which has similar code, check that
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2026 07:19 PM
Hope you are doing good.
Did my reply answer your question?
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader

