How to pass recordId to get current Contact record details using lightning-record-view-form & lightning-output-field elements in Lightning Web Component (LWC) | import the @api decorator to get current record of Contact from recordId uses of lightning-output-field elements in Salesforce LWC
Hey guys, today in this post we are going to learn about How to pass Record Id to get current Contact record details using lightning-record-view-form & lightning-output-field elements in Lightning Web Component (LWC). The component uses @api to define a public recordId property. If the component is nested in a Lightning record page, which our … Read more →