You need to sign in to do that
Don't have an account?
dev 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).
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).
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)