When Clicking on 'Back' button, it redirects to welcome.do blank page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2023 11:53 PM
When the users clicks on 'Back' button, it redirects to welcome.do blank page. Any suggestion how to fix that? How do I get to the 'Back' UI Action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2023 01:00 AM - edited ‎10-22-2023 01:00 AM
Hi @Alon Grod ,
There is no OOTB back button provided by servicenow.
But if there is any custom made you can navigate to
System UI --> Ui Actions
Search under name if there is any. If found u can paste this script in that
action.setRedirectURL(current);
Are you able to recreate the issue in non prod environment by impersonating the user.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2023 01:14 AM
@Danish Bhairag2 so what is the back button on the incident form? its not OOB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2023 01:19 AM
Hi @Alon Grod ,
I cannot see any or have seen any. Sharing a screenshot with u.
Would appreciate if u can share snip of the back button on incident form.As far as i remember servicenow does not provide any button named as "back"
I hope we are on the same page when we are talking abt back button.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2023 01:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2023 01:24 AM - edited ‎10-22-2023 01:25 AM
Ahhhh got u..plz follow the below comment related to after BR which I just posted.
That should resolve your issue.
Thanks,
Danish