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

@Alon Grod ,

 

Also if the issue is happening only on incident form u can write an after update BR on incident table

 

Where u can paste the same line of code which I provided in above comment with order as 999.

 

Code to be pasted in advanced section of BR

 

action.setRedirectURL(current)

 

That should resolve your issue.

 

Thanks,

Danish

 

@Danish Bhairag2 but it happened when the user click on the back button not when he click on update

Ohh ok then in that case can u advise the user to use the browser button to go back instead of using the form button & also to refresh the cache by doing cache.do in the url

 

Thanks,

Danish