- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2017 04:15 PM
Hi All
I have a UI page on that I added a button like back button which we have OOB on records.
I want that button should behave like OOB button. But I am unable to find any solution for navigating user to previous page.
Any one knows how to achieve this?
Regards,
Sajan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2017 11:32 PM
Hi Sajan,
In a link simply add below on onClick.
<a onClick="window.location=history.back()">Back</a>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2017 04:30 PM
Try this thread it should help. IT's not the solution, but maybe it can lead you in the right direction as to what you need to do.
UI Action redirecting to previous page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2017 10:25 PM
Hi,
Below thread may be useful for your query:
Change Back button on incident
Hope this helps.Mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2017 11:32 PM
Hi Sajan,
In a link simply add below on onClick.
<a onClick="window.location=history.back()">Back</a>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2018 09:22 AM
Hi Gurpreet,
So when I tried this, it takes me back too many pages and does not actually take it back but calls in a new page.
Any ideas?