Redirect to other page using UI action in Service portal form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2021 05:23 AM
Hi All,
I have requirement to redirect to different URL on click on UI button/link. Created server side UI action with below code but its not working.
var customURL="/csm";
action.setRedirectURL(customURL);
I can't use window.open() or g_navigation.open() functions because client side codes are not supported on UI action in service portal.
Any help will be appreciated, Thanks.
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2021 05:32 AM
Hi,
Below link is really helpful:
Please try .
Thanks,
Vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2021 05:33 AM
setRedirectURL() operations are ignored, due to the fact that Service Portal forms do not handle redirection the same way that forms in the platform do.
You have to customize the form widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2024 07:53 PM
Hi ,
please let me know what will be the solution for redirection in portal