function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC 1904SFDC 1904 

On overriding “Edit” with a lightning aura component, Is there a way to make a popup that appear in the object record page?

ANUTEJANUTEJ (Salesforce Developers) 
Hi there,

As mentioned in https://trailhead.salesforce.com/en/content/learn/projects/workshop-override-standard-action/override_4 on overriding the edit button with a lightning component by default on clicking the edit button on record detail page it would open in a model window.

Is this what you want to achieve if that is the case then you can create a lightning component while implementing lightning:actionOverride. 

For more details you can check the above trailhead module.

Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.  

Thanks.
SFDC 1904SFDC 1904
Yes pop up is appearing but I am not able to apply edit button's backdrop which is visible when we click on edit button without overiding it.