can someone help me understand the distinction?
2 réponses
I got the same question as you. Here is my opinion:
- Quick Actions: Like its name, it provides some quick actions like creating an Event/Note/Task or sending an email... Without coding. If you use the Custom Buttons button to create a Task, you need to create a Visualforce page to achieve it.
- In the past, what you could do with Quick Actions, you can also do with Custom Buttons. But now Salesforce adding more features to Quick Actions like a custom Lightning Component, Visualforce Page, Flow.
My Summary:
If you want to open an URL or execute javascript, use Custom Buttons.
Otherwise, use Quick Actions.