function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dev fastdev fast 

How to Create Aura Component on Buyer page and embed LWC component (child) and send the data from parent record id to child and fetch the Buyer with the help of record without calling apex controller. (Use any field on Buyer Object to fetch the data).

Create Aura Component on Buyer page and embed LWC component (child) and send the data from parent
 record id to child and fetch the Buyer with the help of record without calling apex controller. 
(Use any field on the Buyer object to fetch the data).
Piyush jadavPiyush jadav

Hi

As you already have recordId you can fetch record using LWC uiRecordAPI without calling APEX controller. please refer belove link

LWC uiReccordApi (http://://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_wire_adapters_record)