Using lightning-record-view-form to display the record
For the same tag, let's make the record ID and content dynamic
Using lightning-record-edit-form for both inserting and updating a record
Now let's work on giving the visual confirmation to the user using the ShowToastEvent
Let's override the standard functionality using the Lightning Data Service
Let's use the ShowToastEvent to show an error message
Let's look at the all-in-one tag <lightning-record-form />
What if I want to display a customized fields set on the UI using Lightning Record Form tag?
Let me walk you through the createRecord() method in LDS 1/2
Let me walk you through the createRecord() method in LDS 2/2
Let me walk you through the updateRecord method in LDS 1/2
Let me walk you through the updateRecord() method in LDS 2/2
What if I want to delete a record using LDS? Is it possible?
Let's look at getRecord in LDS 1/2
Let's look at getRecord in LDS 2/2
Let us look at a few gotchas in getRecord() in LDS