function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Julio HernandezJulio Hernandez 

Visualforce page doesnt work with lightning

Hi,

In the past I created a VF page that had 4 buttons on it to do 4 actions. Take Ownership...Flag a Case...etc. When I put the VF page on as a lightning component the buttons do not work. The buttons are controlled with Javascript in the VF code.
I am assuming that I have to redesign the page to be a lightning component. This isn't a question on how to do, I am wondering what to do to get these buttons to work in the Lightning Experience.

Thanks,
-Julio Hernandez
Best Answer chosen by Julio Hernandez
Julio HernandezJulio Hernandez
Ended up creating Lightning Components

All Answers

Yogesh BhosaleYogesh Bhosale
If you have mandate to use lightning as technology then use it otherwise you should use javascript framework like angular.
Further you will understand lighning is very immature technology with lot of restiction and lot of basic things are missing in lightning.

 
Ido Greenbaum 10Ido Greenbaum 10
Hi Julio, 
Conserning Take Ownership - there's an App, which supports Lightning (but missing a List View custom button, let me know if you want me to share an internal solution I have for that) here: https://appexchange.salesforce.com/listingDetail?listingId=a0N30000007qNiSEAU
Julio HernandezJulio Hernandez
Ended up creating Lightning Components
This was selected as the best answer