Activity Forums Salesforce® Discussions How to refresh the visualforce in Salesforce?

  • Marziya

    Member
    April 21, 2020 at 6:34 am

    Hii Aditya,
    following steps:--
    public PageReference WorkOrderCompleteAction() {
    // Do your code here whatever you want to do in this method
    PageReference tempPage = ApexPages.currentPage();
    tempPage.setRedirect(true);
    return tempPage;
    }

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos