function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dai developerdai developer 

SaveURL

Hello,

I build an Url like this:

//s?cancelURL=%2FcaseId&saveURL=%2F_ui%2Fcore%2Femail%2Fauthor%2FEmailAuthor?p3_lkid=caseId&template_id=emailTemplateId&rtype=500&p2_lkid=contactId

Redirect

pagereference ....(urlBuild) ---------------> bum!

somehow between urlBuild and the disaster, two of the parameters travel from saveurl to cancelurl like this

//s?cancelURL=%2FcaseId&saveURL=%2F_ui%2Fcore%2F&rtype=500&p2_lkid=contactId&email%2Fauthor%2FEmailAuthor?p3_lkid=caseId&template_id=emailTemplateId

Thats the url debugged

Thanks
Andy BoettcherAndy Boettcher
What is the error that you are getting?
dai developerdai developer
I get a blank page while navigation seems to enter an infinite loop
dai developerdai developer
sorry i think ive repeated the url the one debugged has type an another param next to cancel before saveurl=... El 16/07/2014 19:35, "Felipe Luque Antona" escribió:
Andy BoettcherAndy Boettcher
You're going to need to post some code for additional help - looping is a sign of improper logic in your code.  If you post your code here, please remember to use the "< >" button in the compose window here to format it correctly.