Service portal redirect issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
- Hi Team,
I have 3 widgets.
1. Data table OOTB widget.
2. Form widget (OOTB).
3. Cloned form widget.
If I click the record in data table widget then it will redirect to cloned form widget, it is working fine but if I click back browser button it will redirect to form widget (OOTB) but I want to redirect to data table widget.. please help me out from this..
Data table widget -> Cloned form. This is working fine.
I want to redirect like this
Cloned form widget -> data table widget.
Thanks,
Manju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Naveen20 ,
From Data Table -> Cloned form is working.
I need back landing page like
I want cloned form -> data table..
But currently it is working like this cloned for -> OOTB form -> data table.. This one I won't..
I want like cloned form -> data table.
Thanks,
Manju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Classic browser history headache with Service Portal — the back button just follows the URL stack and doesn't know about your intended widget flow. The cleanest fix is handling the redirect yourself inside the cloned form widget using spUtil.addErrorMessage or a client script that pushes state with $location on load, so the back button lands where you actually want it. Worth checking if your portal page URL changes between the two form widgets at all.