Activity Forums Salesforce® Discussions How to refresh a standard page using remote action in Salesforce Vf Page?

  • How to refresh a standard page using remote action in Salesforce Vf Page?

    Posted by Prasad on January 22, 2019 at 7:33 am

    I need to trigger a controller action once user loading the standard account page. So that I have created a custom vf page with zero height and embedded it in the account page layout in order to call the action via a remote action. Now I need to refresh the account standard page after the action.what is the best way to implement this? highly appreciate your help on this.

    Jade replied 5 years, 2 months ago 2 Members · 1 Reply
  • 1 Reply
  • Jade

    Member
    January 30, 2019 at 10:29 am

    You can try reloading the window with callback method.

    parent.location.reload();

    For any issues setup console logs to understand the flow.

     

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos