Embed Screen Flows in Lightning Web Component

Big Idea or Enduring Question: How do you embed a screen flow within a lightning web component? Objectives: After reading this blog, you’ll be able to: Embed the screen flow inside a lightning web component Apply conditional rendering in lightning web component Use uiRecordApi to fetch the record’s field value

Read More

Different Ways to Make Screen Component Read Only

Big Idea or Enduring Question: How to make the screen component read-only? Objectives: After reading this blog, you’ll be able to: Add read-only text to screen component using Display Text Add read-only text to screen component using a custom Lightning Web Component Configure custom lightning web component for screen flow

Read More

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