Overriding New button in Salesforce Lightning Experience with a Custom Lightning Aura Components
Navigate to a lightning component or standard record page creation based on Record Type in Salesforce Lightning NewContact Lightning Component: <aura:component implements="lightning:actionOverride, lightning:hasPageReference"> <aura:handler name="init" value="{!this}" action="{!c.doInit}"/> </aura:component> NewContact Lighting ....