Activity Forums Salesforce® Discussions List Button does not work properly in Salesforce Lightning Experience

  • Abhinav

    Member
    March 30, 2016 at 2:35 pm

    You can create the global action using VF page. And on the click of that global action visual force page will open up and it will simply redirect to the URL where you want to redirect. This will open the URL on the same window not in another window.

    Use the following in the script of the VF page :-

    window.open("/one/demoPage","_parent");

    Where demoPage is my VF page.

    I hope this help.

    • This reply was modified 8 years ago by  Abhinav.
  • Raghavendra

    Member
    November 22, 2016 at 7:35 pm

    Abhinav, Can you explain more on this ?. I need to open up visualforce flow in new window.  how to do that

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos