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
Luke Padula 7Luke Padula 7 

LWC Edit field values of a parent record

Hi guys, long time listener first time caller

I am trying to create an LWC that updates account records from the opportunity page. I was wondering how would I retrieve and then update account fields. Would this require calling apex classes to update the record? I cant seem to find any examples of using LDS to edit fields of a related record. 

Many thanks 
MagulanDuraipandianMagulanDuraipandian
Luke,
No need of LWC. You can use Related Record component and Quick actions.
https://www.infallibletechie.com/2021/03/how-to-show-parent-record-information.html