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
Jeevana Priyanka BJeevana Priyanka B 

refresh a lightning web component when a record is edited

How to refresh a lightning web component when a record is edited.

For Eg: If I have lightning web component (Account details) on Contact when I edit a contact how does the LWC will get refreshed.

Any help is greatly appreciated.
VinayVinay (Salesforce Developers) 
Hi Jeevana,

Check below link that can help you.

https://salesforce.stackexchange.com/questions/251299/force-refresh-view-in-lwc
https://salesforce.stackexchange.com/questions/274378/refresh-lwc-component-on-record-save

Thanks,