When Clicking on 'Back' button, it redirects to welcome.do blank page

Alon Grod
Tera Expert

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?

12 REPLIES 12

Danish Bhairag2
Tera Sage
Tera Sage

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

 

@Danish Bhairag2 so what is the back button on the incident form? its not OOB?

Danish Bhairag2
Tera Sage
Tera Sage

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

 

@Danish Bhairag2 i shared a screenshot, the back button is on the left

 

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

 

Ahhhh got u..plz follow the below comment related to after BR which I just posted.

 

That should resolve your issue.

 

Link: https://www.servicenow.com/community/developer-forum/when-clicking-on-back-button-it-redirects-to-we...

 

Thanks,

Danish