* Why Quick Actions? * Quick Actions allow developers to create prepopulated forms for creating or updating records. * They are a modern alternative to JavaScript buttons in Lightning Experience. * Why Not Other Options? * A: Validation rules enforce data integrity but do not create records. * B: Apex triggers automate processes but are not used for user-initiated actions. * C: Record-triggered flows execute automatically when records are created or updated, but they do not replace JavaScript buttons for user-initiated actions. * Quick Actions: https://help.salesforce.com/s/articleView?id=sf.quick_actions_create.htm References: