Redirect Service Catalog Listing to User Home Page
Portal Version: 8.0.2016.7
Best Answer
-
Tom_Hendricks Customer Super IT Monkey ✭✭✭✭✭What if custom javascript set the pageForm.returnUrl property back to the custom home page after the request offering is loaded? If I am not mistaken, that would take them back to whatever page is held in that property after saving. I could also be wrong here, but it appears that this can be set using app.lib.setFormReturnUrl()
5
Answers
As far as I can tell fro my testing, the cancel button on a request offering, just takes you back to where you were before. Just like back in the browser. Can you explain more about how your custom home page works and we can probably figure this out.
Geoff
Andrew
Cheers Darryl
if (document.URL.indexOf("ServiceCatalog/RequestOffering") !== -1) {
Thanks!!!