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:21 AM - edited 10-22-2023 01:22 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2023 01:26 AM
@Danish Bhairag2 but it happened when the user click on the back button not when he click on update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2023 01:31 AM
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