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
Roshan 10Roshan 10 

How can a custom LWC Component know when a field value in Standard Lightning Page Components (Record Detail Component).

For ex: On case detail page, when status value is changed (status is present in Record Detail component) and I need to detect that in my LWC component
Best Answer chosen by Roshan 10
AnudeepAnudeep (Salesforce Developers) 
Hi Roshan - You can try using getters and setters to detect changes. See sample code in this post

As you must be already aware with spring'20 
The @track Decorator Is No Longer Required for Lightning Web Components