- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 11:59 AM
Hello All,
I want to create the modal pop up in catalog task of the SOW. When we click on UI action Close task then the modal should appear in SOW and having 2 fields 1 is choice one and another is Textarea. How we can achieve it in service operational Workspace.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 09:38 PM
Hi,
1. Make sure client checkbox and workspace button is checked on UI action
2. Sample workspace client script code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 09:38 PM
Hi,
1. Make sure client checkbox and workspace button is checked on UI action
2. Sample workspace client script code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 03:29 AM
Hi @Shruti ,
For workspace is fine but what we can do for native UI?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 10:28 PM
there are lot of OOTB examples on how to render modal in sow
you can use g_modal API
check this
How to use UI Actions in Workspaces
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 01:52 AM
Hi @Shruti ,
For workspace is fine but what we can do for native UI?