We've run our Lightning Experience Readiness Report, along with Visualforce Report. Within the reports, I don't see any references to our many APEX Classes. Is there anything we need to consider as part of the lightning coversion? Or should the classes migrate over to Lightning with no problems? #Lightninglounge
4 件のコメント
If you'd like to use an existing Apex class with a new Lightning component that you create, you'll need to mark it as @AuraEnabled and may need to change some other aspects. If you're just using it as triggers or as controllers for Visualforce pages, you should be good to go.