Salesforce Workflow Migration: How do you actually do it?
My name is Pablo Gonzalez. I’m the creator of HappySoup.io and have been a Salesforce developer for 11 years. Unless you’ve been living under a rock the last few months (and I won’t judge if you have!), you may have heard that Salesforce has plans to retire Workflow Rules and
Check User Permissions for Logged-In User in Lightning Web Component
Big Idea or Enduring Question: How to check whether the current user has specific permission (RunReports) or not to customize a component’s behavior? Objectives: After reading this blog, you’ll be able to: Check standard user permission for the current user Check custom permission for the current user Customize the component’s
Create Salesforce Leads from Emails with Match My Email
Match My Email adds another feature that Einstein Activity Capture lacks. If you ask B2B buyers what their preferred method of communication is, 62% pick email. Now, look at your team: how do they communicate with prospects? Chances are, you’ll find that most of your sales conversations take place over
Automatically Add New User to Public Group or Queue
Big Idea or Enduring Question: How do you automatically add new users to a Public Group or Queue? Objectives: This blog post will help us to understand the following Create automation associated with creating a new user Automatically add a user to a specified Public Group or Queue with Flow
Add Lightning Web Components in Mobile and Lightning Experience as Tabs
Big Idea or Enduring Question: How to surface the Lightning Web Components in Salesforce mobile and Lightning Experience as Custom Tabs? Objectives: After reading this blog, you’ll be able to: Understand the difference between surface components in App Builder pages vs Tabs Add the right target to make a Lightning
Create a Form with a Progress Bar in Lightning Web Component
Big Idea or Enduring Question: How to create a form with a progress bar in the lightning web component? Objectives: After reading this blog, you’ll be able to: Understand what is lightning-progress-bar field and how to use it Create a form using the lightning web component Add a progress bar
Access Custom Labels in Lightning Web Component
Big Idea or Enduring Question: How to use Custom Labels in Lightning Web Components? Objectives: After reading this blog, you’ll be able to: Understand the purpose of custom label Create custom labels and add translation to it Import custom labels in the lightning web component Access custom labels in the