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
Category: Lightning Web Component
Pass Data From Lightning Web Component to Screen Flow
Big Idea or Enduring Question: How do you pass data from the lightning web component to the parent screen flow? Objectives: After reading this blog, you’ll be able to: Embed a lightning web component inside the screen flow Pass the data from the lightning web component to a flow variable
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
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
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
Using Lightning Web Component to Show an Alert Banner
Big Idea or Enduring Question: How do you use the lightning web component to display an alert banner on lightning pages to display messages like an upcoming Salesforce/ internal release notification or reminder to finish year-end follow-up meetings with clients? Objectives: After reading this blog, you’ll be able to: Understand
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
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