I have the following URL:
https://skuid.cs18.visual.force.com/apex/skuid__ui?CaseId=50011000003AQptAAG&page=CaseDetailsModel
I am using a Global Action and creating an Attach a File to the Case. This is a redirect action
with regards to the retURL I have tried the following:
/p/attach/NoteAttach?pid={{$Param.CaseId}}&retURL=%2F/apex/skuid__ui?CaseId={{$Param.CaseId}}/page=CaseDetailsModel
AND
/p/attach/NoteAttach?pid={{$Param.CaseId}}&retURL=%2F/apex/skuid__ui?CaseId={{$Param.CaseId}}&page=CaseDetailsModel
As I want the return url to be: /apex/skuid__ui?CaseId=50011000003AQptAAG&page=CaseDetailsModel
It works fine to have the return URL to contain CaseId={{$Param.CaseId}} OR page=CaseDetailsModel but I don’t know how to include both in the return URL.
I want to return the URL and have the correct page showing, would you know how to do this.
Also for the Save and Cancel buttons on standard pages.
i.e. If the user wishes to edit a case, then I have the skuid page redirect to the standard edit case page. Is there a way to redirect back to the original skuid page, after they click Save or Cancel on the standard salesforce page, thanks
Question
Global Action and Save/Cancel button Redirect back to Skuid page with Params
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
