Apex Wire Method to Property with Parameters

Now, we will see how we can get the Salesforce Record details based on some parameters using Apex Class – Wiring to Property with Parameters mechanism. To do this exercise, we will try to...

18,918 total views, no views today

Apex Wire Method to Property

Now, we will see how we can get the Salesforce Record details using Apex Class – Wiring to Property mechanism. To do this exercise, we will try to show a Contact Record in Lightning...

8,064 total views, no views today

Update Record by UI API

Now, we will see how to update a record using UI API. In this example, we will update the logged-in user record by using uiRecordApi which is a part of the UI API. So,...

14,754 total views, no views today

Create Record by UI API

Now, we will see how to create a record using UI API. In this example, we will create a Contact record by using uiRecordApi which is a part of the UI API. So, we...

16,359 total views, 3 views today

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...

17,595 total views, no 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...

7,281 total views, 3 views today

Lightning Data Service – Lightning Record Edit Form

Most Powerful Component – lightning-record-edit-form. Using this component, we can show and edit the record in a customized way. We can override the Save functionality and override the default behavior using this component. We...

14,912 total views, 3 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...

13,779 total views, no views today