Salesforce Fact #944 | Getting record id in utility bar LWC
If we have an LWC component in the utility bar, we can get record id in the context of a record detail page. For this, we need to check if CurrentPageReference type is standard__recordPage.
Comments
Post a Comment