Let’s first understand why we need to create an email as a quick action. Problem Statement: Sending an email through quick action is not available for some of the salesforce objects out of the box. For eg. Contact. Solution: We create lwc component using (Global) Send Email action and then create quick action using thisContinue reading “Create an Email as a Quick Action in Salesforce LWC”
Tag Archives: Lightning Experience
How to enable Lightning Experience for all Profiles using Metadata
Lightning Experience can be enabled for custom profile only. For the standard profiles its by default enabled. But there are few standard profiles as well where this setting is even not present. So, we will use the metadata which will enable this setting for applicable profiles. For this solution, we are using MetadataService class. We need followingContinue reading “How to enable Lightning Experience for all Profiles using Metadata”