LDS Base Components for Create, Read, and Update
We used the Base Components, which are built on the Lightning Data Service, to perform
Create, Read, and Update on account records using the
lightning-record-form
in our component template (HTML) files.
We attached our first LWC createAccount
to an existing Account record
page to Create a related or sub account.
Our next LWC is named viewAccount
. We created this component to be able
to both Read (View) and Update an account. We created a new Account Record Page and
added this component as the main content for the page.