How to override a Standard Action with a Lightning Component in Salesforce? December 10, 2019June 9, 2022InfallibleTechie Admin Add lightning:actionOverride to the list of interfaces in the aura:component tag. Sample Code: <aura:component implements=“lightning:actionOverride” > </aura:component> Output: