You need to sign in to do that
Don't have an account?

How Do I use SAveURL?
Hi,
How Do I use SaveUrl so that I can redirect it back to the edit details page
window.parent.location.href = "{!URLFOR($Action.Donation__c.Edit, Donation__c.Id,[retURL=URLFOR($Action.Donation__c.Edit, Donation__c.Id)], true)}";
Thanks
N
How Do I use SaveUrl so that I can redirect it back to the edit details page
window.parent.location.href = "{!URLFOR($Action.Donation__c.Edit, Donation__c.Id,[retURL=URLFOR($Action.Donation__c.Edit, Donation__c.Id)], true)}";
Thanks
N
window.top.location.replace("{!URLFOR($Action.Contact.Edit, Contact.Id, [saveURL='/apex/YourVFPageHere, retURL='/'+Contact.Id, cancelURL='/'+Contact.Id], true)}");