How to update navigatio after cloning page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi, I have cloned an oob Portal page A to page B and created page route maps to point all widget from A to B. now how do I redirect the navigation? Suppose some menu item/widget/button were leading users to page A, how will these route to page B now? Also how will I find these item/widget/button that were leading users to page A in the first place?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Thanks for your response. Page route didn't take care of the navigation and that's what the SN documentation also says.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago - last edited 3 hours ago
@archie5 On page A add a widget with no HTML OR Server code but just client code to redirect to pageB.
Client Controller:
window.location.href=ā/sp?id=pageBā
This will take care of all navigations.
Replace sp with tour portal suffix and page id of B.
Please mark the answer correct/helpful accordingly.