- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hello ,
I have a requirement to show existing UI action on SOW on incident record. In the UI action there is a popup when button click to select, In ui action i click on the workspace form button then it is visible on the workspace, but when i click the button the popup is not showing, does anyone has any idea how to achieve this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
another way is don't use UI page and show reference field on modal itself and then update
see this
How to use g_modal from an UI Action for Agent Workspace? -> response from Amitoj
💡 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
you can use g_modal in workspace client script to show modal/pop-up etc
there are lot of OOTB UI Actions with this
Did you explore 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hello ,
Thank you for your response.
I was using g_modal in workspcase client script. The popup is showing but when i click submit it is not submitting the record.
'select_business_service' , this is the ui page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
your UI page must be updating the record.
did you check if it's written properly with script?
Did you check any OOTB UI action which uses UI page and how it updates the record? use same logic
💡 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hello @Ankur Bawiskar ,
I am not finding any similar Ui action, is there any way to do this with declarative action?
