You need to sign in to do that
Don't have an account?
List Action with VF page question
I have a visualforce page that I used to override the 'New Opportunity' button on the Opportunity related list on the Account. To make this usable in Lightning, should I create a lightning component? Or is there a way to use the Visualforce page that I already have written?
Any advice is greatly appreciated.
Thanks,
Tasia
Any advice is greatly appreciated.
Thanks,
Tasia
You can still use your visualforce in the lighting just you need to teak your visaulfroce and should work. Use the below code for change the look and feel of your visualforce page.
read more here https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/vf_dev_best_practices_slds_lightningstylesheets.htm
--
Thanks,
Prashant
All Answers
You can still use your visualforce in the lighting just you need to teak your visaulfroce and should work. Use the below code for change the look and feel of your visualforce page.
read more here https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/vf_dev_best_practices_slds_lightningstylesheets.htm
--
Thanks,
Prashant
Much appreciated!
Tasia