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
Anshuma YadavAnshuma Yadav 

How to refresh/reload custom LWC component automatically after updation in the standard detail page of the record?

I have created an LWC component. After updating particular record details of the object(lead)  I am getting updated field records of that object(lead) through apex in the LWC component.
And I don't want to include the Aura component to complete this requirement.
VinayVinay (Salesforce Developers) 
Hi Anshuma,

Check below references that can help you.

https://medium.com/@anala007/auto-refresh-lwc-components-when-the-lightning-record-page-refreshes-d06f481ef52d
https://salesforce.stackexchange.com/questions/323944/how-to-refresh-the-component-in-lwc-after-successful-save-of-standard-record-pag

Please mark as Best Answer if above information was helpful.

Thanks,