- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2023 12:24 AM
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?
 
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2023 01:31 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2023 01:24 AM
Hello @Alon Grod
use
action.setRedirectURL('URL of your page');
Plz mark my solution as Accept, If you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2023 01:25 AM
@Samaksh Wani but where should I put it? it happend with the user click back
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2023 01:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2023 01:28 AM