Skip to main content

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개
  1. 2018년 8월 22일 오후 2:48
    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.
0/9000