[SalesForce] Redirect to the lightning new record creation popup

In lightning experience clicking on the "New" button for an object opens a new pop-up to fill the data and create that object

Is there a way to redirect to/open that new record creation popup by navigating to a specific URL?

Create Record

Best Answer

If i understood correctly, you want to open this popup in a custom component or a button/url. If so, you can try using force:createRecord.

You can check this link for more: force:createRecord or createRecord Documentation