Disable welcome.do page

Alon Grod
Tera Expert

Hi,

I have a problem that there are some actions in the system that whenever the user clicks on them they redirect him to 'welcome.do' blank page. Is there any way to disable this page or to write a BR or something else that whenever the user get redirect to welcome.do it will redirect him to Service Operations Workspace home page instead?

 

Screenshot 2023-10-22 at 10.17.53.png

 

1 ACCEPTED SOLUTION

Hello @Alon Grod 

 

The Back Button on which you are clicking takes to random page which you might open before it.

 

If you want a particular back button which should be direct to specific page, 

 

Create a New UI Action> Name as Back Button.

 

add script :-  action.setRedirectURL('URL of your page');

 

Plz mark my solution as Accept, If you find it helpful.

 

Regards,

Samaksh

View solution in original post

5 REPLIES 5

Samaksh Wani
Giga Sage
Giga Sage

Hello @Alon Grod 

 

use 

action.setRedirectURL('URL of your page');

 

Plz mark my solution as Accept, If you find it helpful.

 

Regards,

Samaksh

@Samaksh Wani but where should I put it? it happend with the user click back

Hello @Alon Grod 

 

It should be on the UI Action Button which you are clicking.

@Samaksh Wani Im clicking on the back button (top left side) but I cant find it under UI Action.

Screenshot_2023-10-22-13-47-00-03_40deb401b9ffe8e1df2f1cc5ba480b12.jpg