How to open new window using Quick Action using LWC in Salesforce?
NavigationMixin.GenerateUrl can be used in the Salesforce Lightning Web Component to generate the URL. Then, we can use window.open() method to open new window using Quick Action. HTML: <template> </template> ....