-
How to Convert Salesforce Classic Console App into Lightning?
I am trying to convert salesforce classic console app into lightning. The classic app has a custom VF page (MainPage) which then initiates navigation to various other pages/standard screens based on search using toolkit methods ( openPrimaryTab, openSubTab etc).
In lightning console I tried to fit the same search page. I am also able to navigate to another VF page using methods such as openPrimaryTab().
However I am stuck in the following :
VF page (AccountOverridePage) overrides account view.If I try to implement console toolkit methods in this page after opening it by clicking on an account record, it throws error. However if I navigate to this page from the MainPage using openPrimaryTab() method, then the same toolkit methods work fine in AccountOverridePage.
What is the way to send parameters to AccountOverridePage from the MainPage. Using the getTabLink() method I don’t see the parameters (as expected).
-
This discussion was modified 7 years, 3 months ago by
R.
-
This discussion was modified 7 years, 3 months ago by
R.
-
This discussion was modified 7 years, 3 months ago by
Forcetalks.
-
This discussion was modified 7 years, 3 months ago by
Forcetalks.
-
This discussion was modified 7 years, 3 months ago by
Log In to reply.