- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2022 01:47 AM
Hey,
I need to have a UI Action, which has to be visible in the service portal. Therefore it has to be server-side.
But the problem is that I can't have a confirm dialog on a server-side UI Action.
Does somebody know a workaround or a solution for this?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2022 02:03 AM
Hi,
do you want to show button on form widget of that record?
that's correct only server side UI actions can be seen
Why not make custom button on form?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2022 01:53 AM
Hello
Please check below link
1) https://servicenowguru.com/system-ui/ui-actions-system-ui/client-server-code-ui-action/'
Please Mark ✅ Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg
Regards
Sulabh Garg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2022 01:58 AM
Thank you! But as soon as I check the "Client"-Checkbox the UI Action isn't visible in the service portal. I need a different solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2022 02:03 AM
Hi,
do you want to show button on form widget of that record?
that's correct only server side UI actions can be seen
Why not make custom button on form?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2022 02:10 AM
Yeah, I want that the button is shown on the form widget.
Actually I don't want to clone the widget because I thought I could use the same UI Action for the Service Portal and the platform.
But apparently this is not possible