I'm trying to convert a Custom Button that executes Javascript to a Quick Action. Do I need to create a Lightning Component? (The button triggers an API that refreshes the data being pulled into Salesforce from our ERP). Thank you.
댓글 1개
Both Visualforce and Lightning Component works. Whenever you are at a point where you have to create new metadata component or refactor existing functionality, its good practice to go with Lightning component, though it might take a little more time than VF, you'll not have any tech debt to tackle later.