Category Lightning Web Component

Lightning Data Service – Lightning Record View Form

lightning-record-view-form component will display the record details by using record-id and lightning-output-field. This component is also based on LDS(Lightning Data Service). We will show the user record by lightning-record-view-from component. So, we have built a LWC named “showLRVFRecord“. Step 1:…

15,811 total views, 3 views today

Lightning Data Service – Lightning Record Form

We can show the Salesforce Record using lightning-record-from Salesforce base component which is based on LDS(Lightning Data Service). Even, System will allow to edit the record in standard way using this component. We will show the user record by lightning-record-from…

11,407 total views, 6 views today

Lightning Web Component with Salesforce Data

Now the big question is how Lightning Web Component will communicate with Salesforce Data or Lightning Platform Database. There are many more strategies to get the data from Salesforce via Lightning Web Component. Please read the following strategies to communicate…

11,612 total views, 3 views today

Get & Set in Lightning Web Component

In this session, we will learn how to use get & set method in Lightning Web Component. Generally, GET method returns value and SET method sets the value. We will follow the same way as in other OOPS Programming Language,…

70,317 total views, no views today