- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 05:34 PM
Hello, I need help with service portal. The form on Unified experience has a Cancel button, but on the service portal, the cancel button won't show on the form. I noticed when configuring the UI action, there's only workspace option but no service portal option. How to add the cancel button on the form on service Portal?
Thank you very much
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 05:48 PM
Hi @ShuRiseUp2023 ,
Firstly you can only display the UI actions on the form in portal which are Server Side.
Secondly, Make sure "Client" is selected on the UI Action:
Thirdly, Check the Show update box, this should show it on existing records. Show insert will show it on new records.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 05:48 PM
Hi @ShuRiseUp2023 ,
Firstly you can only display the UI actions on the form in portal which are Server Side.
Secondly, Make sure "Client" is selected on the UI Action:
Thirdly, Check the Show update box, this should show it on existing records. Show insert will show it on new records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 06:14 PM
Thank you Sandeep, it works!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 09:18 AM
Hi Sandeep, After I changed it to server side UI action script, I found the confirmation window won't pup up after I click the UI action button. I found in order to show the confirmation window on client side, the UI action script has to be client side, then what shall I do to show this button on the service portal but still have the confirmation window pop up? Or is there workaround? Thanks