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

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