I need to redirect the users to one UI page to another UI page. Its just a simple redirect and am not touching any DB tables.In UI action it is asking the table name. Kindly someone help me here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-24-2019 02:20 AM
I need to redirect the users from one UI page to another UI page . Its just a simple redirect and am not touching any DB tables. In UI action it is asking the table name as mentioned above am not doing anything with tables. Kindly someone help me here
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-24-2019 12:26 PM
Hi Gokhul,
You can refer to the below thread where you can get idea how to redirect from one UI page to another UI Page.
Also, not sure if you are trying to call a UI page from UI Action? If yes you could refer below link:
Kindly mark my answer as Correct and Helpful based on the impact.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2019 01:29 AM
Hi Chaitanya,
Thanks for your reply.
Here i am explaining a bit more, We have created a new UI page for taking the assessments(customized from OOB ) and configured mail notifications as well. in the mail we have a link to open the assessment and while clicking,it will take us to old assessment take page by default and we need to redirect users to new page and currently we are not in the position to change the old link to new one.
Old page Link:
assessment_take2.do?sysparm_assessable_sysid=xyz&sysparm_assessable_type=xyz'
new page link:
assessment_take2_sm.do?sysparm_assessable_sysid=xyz&sysparm_assessable_type=xyz'
in UI action, business rule and workflow we need to mention the table name right, But this is straight forward one without any table intervention. Kindly assist.
Thanks,
Gokhul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2019 02:00 AM
Just try this,
action.setRedirectURL('your url')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2021 03:33 AM
Hi,
Try gs.setRedirect('url'); in UI action.
give url of the page you want to be redirected.
"no need to check the client checkbox"
Please mark correct/helpful if it works.
Regards,
Shivam