Salesforce

Salesforce

lightning-record-edit-form and lightning-record-view-form example Salesforce LWC

Sample Code: Aura Component: <aura:component implements="force:lightningQuickAction,force:hasRecordId"> <c:caseEscalation recId="{!v.recordId}"/> </aura:component> Lightning Web Component(LWC): LWC HTML: <template> <div class="slds-m-around_medium"> <template if:true={newBool}> <lightning-record-edit-form object-api-name="Case" onsuccess={handleCreate} record-type-id="0123i000000IC1dAAG"> <lightning-messages></lightning-messages> <div class="slds-grid slds-wrap"> <div class="slds-col slds-size_1-of-2"> ....