Launch custom LWC from Quick Action using Lightning Component – User friendly Tech help
Problem- Using Quick Action to launch custom Lightning web components. n Solution:- n n Create a Lightning component as a wrapper for Quick action, to launch in subTab by using Open SFDC interface. n n ({ n init: function(component) {n var workspaceAPI = component.find(“workspace”);n workspaceAPI.getFocusedTabInfo().then(function(response) {n workspaceAPI.openSubtab({n parentTabId: response.tabId,n pageReference: {n “type”: “standard__component”,n “attributes”: {n…