Santanu

Santanu

Get record details by UI API

As discussed earlier, Salesforce introduced UI(User Interface) API to build Salesforce UI for mobile and custom web apps by calling this UI API. You don’t need to write Apex Class to fetch data or DML operations, just need to call…

20,454 total views, 3 views today

Wire Service Syntax

Lightning Web Component can get Salesforce Data using a reactive wire service built on Lightning Data Service. Each value in the immutable stream is the newer version of the value that precedes it. Wire Service is a reactive service because…

9,338 total views, no views today

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