Pass sObjects and Wrapper to Flow from LWC which gives you ability to work with complex requirements. LWC can pass data to screen flows very
By Sanket Kumar
Pass sObjects and Wrapper to Flow from LWC which gives you ability to work with complex requirements. LWC can pass data to screen flows very
Screen Flow and LWC complete each other when it comes to feature limitations. Do you want to handle and show the flow error exception message
When a lightning flow is launched from LWC and throws some exception, it should be handled. Handling the exception in screen flows can be done
Tree grid Hierarchy for records can improve user experience and gives more insight on parent child hierarchy at one place. Salesforce does give Account Hierarchy
Refresh View was must needed feature missing in Lightning Web Component. When a change is invoked from custom LWC, user had to refresh the page
As Salesforce platform is moving towards low code, why don’t we as a developer try to think towards it and provide solutions that can leverage
Multi Select Dual Picklist are available as a base component in component library of the Lightning Web Component. When available picklist values are more in
Change Data Capture (CDC) Receive near-real-time changes of Salesforce records, and synchronize corresponding records in an external data store. Change Data Capture publishes change events,
Batch class can be invoked dynamically from LWC. We are going to build a batch class progress indicator. Generally, To monitor or stop the execution
Flow to LWC communication can be done instantly after spring ’23. Read out my previous blog on passing data from LWC to flow Instantly here.
Pass Data from LWC to flow instantly was one of the important feature Flow was missing till winter ’23 release. Now, Spring ’23 release has
Dependent Lookups are useful in Salesforce. We are going to build a N-Level dependent lookup component in LWC. To do so, We will use reusable