Hello Everyone,
We are planning for lightning Migration and I am stuck at a point.
In one of our apex class, we are embedding a href link to some data and showing it on VF page, which navigates to a different VF page when clicked. This is working fine in classic..
But after Lightning Migration we want user to migrate to a lightning page instead of classic page. So my question is "Is there a way we can construct a lightning VF page URL in apex code..." ??
Any help would be really appreciated..
Thanks in Advance
Rahul Bansal
2 comments
@Rahul Bansal This component I wrote can help you include your Visualforce pages in Lightning pages.
https://unofficialsf.com/load-visualforce-page-with-parameters/