UI Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 06:50 AM
I have created a custom UI Action in related list relationship, I want it should redirect to sys_user table, How can I achieve this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2023 06:12 AM
Hi @nksrapn ,
You can try using below snippet:
action.setRedirectURL("/sys_user_list.do");
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2023 06:17 AM
It should redirect in this way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2023 06:28 AM
@nksrapn ,
Get the url starting after the instance name i.e. after service-now.com from the browser to where you want to redirect and then modify any static values there with values from your UI action else if nothing static, leave it to that.
Put it in action.setRedirectURL("<url here>");