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
an hour ago
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
an hour ago
HI @Amol Pawar ,
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
an hour ago
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 || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
