Activity Forums Salesforce® Discussions How to reRender from child vf page to parent vf page?

  • Ravi

    Member
    July 20, 2016 at 10:30 am
    1. add a function in your parent page that executes window.parent.location=

        function refreshParent(){
    window.parent.location.href="/{!$CurrentPage.parameters.id}";
    }

    2. In the child execute:

    window.opener.refreshParent();

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos