Add Popup Overlay Modal in Lightning Web Component

Big Idea or Enduring Question: How do you use the lightning web component to display the modal window?  Objectives: After reading this blog, you’ll be able to: Understand the difference between alert and modal  Display a modal with an overlay on the button click Display another lightning web component inside

Read More

How to Pass Salesforce Platform Developer I Certification Exam

It has been seven years since I pass the Platform Developer I exam. In the past few months, many people reached out to me asking for guidance and a path to becoming a certified Platform Developer I professional.  That gives me an idea for writing a blog post on this

Read More

Get Record Id and Object API Name in Lightning Web Component

Big Idea or Enduring Question: How do you access the Id of the current record, current object API Name, and component region’s width when using the lightning web component?  Objectives: After reading this blog, you’ll be able to: Access the current record Id in the lightning web component Access the

Read More

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

Read More

Lightning Web Component

Build anything you want with Lightning Web Component

Join Automation Champion on Slack!

1) Get Information About the logged-In User in Lightning Web Component

2) How to Implement Conditional Rendering in Lightning Web Component

3) Pass lightning-input field Value from a Button Click to Lightning Web Component Controller

4) Reset lightning-input Field on Button Click in Lightning Web Component

5) Add Confirmation, Alert and Prompt Dialog Box to Lightning Web Component

6) Access Static Resources, Content Asset Files in Lightning Web Component

7) Access Custom Labels in Lightning Web Component

8) Create a Form with a Progress Bar in Lightning Web Component

9) Add Lightning Web Components in Mobile and Lightning Experience as Tabs

10) Check User Permissions for Logged-In User in Lightning Web Component

11) Get Record Id and Object API Name in Lightning Web Component

12) Using Lightning Web Component to Show an Alert Banner

 

Lightning Web Component for Screen Flow

1) Barcode Scanner for Screen Flow Using the BarcodeScanner API

2) Rich Text Area Component for Screen Flow

3) Need to Redirect a User to a New Record?

3) Take Flow to the Next Level with Stages!

 

General

1) Five Lessons Learned Working with Components in Salesforce

2) How to Pass Salesforce JavaScript Developer I Certification Exam

 

Have feedback, suggestions for posts, or need more information about Salesforce online training offered by me? Say hello, and leave a message!

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

Read More

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

Read More