Use the lightning-record-view-form
component to create a form that displays Salesforce record data for specified fields associated with that record. The fields are rendered with their labels and current values as read-only.
You can customize the form layout or provide custom rendering of record data. If you don’t require customizations, use lightning-record-form
instead.
To specify read-only fields, use lightning-output-field
components inside lightning-record-view-form
.
lightning-record-view-form
requires a record ID to display the fields on the record. It doesn’t require additional Apex controllers or Lightning Data Service to display record data. This component also takes care of field-level security and sharing for you, so users see only the data they have access to.
recordViewForm.html