Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • You are updating that value on UI or in backend by some other process? Commented Nov 19, 2019 at 20:22
  • @PranayJaiswal I'm updating it on record page itself where the component is placed. Commented Nov 19, 2019 at 20:36
  • verifyEndDate only contains recordId are you also sending the updated value of record? Commented Nov 19, 2019 at 20:39
  • @PranayJaiswal I'm only sending the recordId and the apex method queries the record using the id. Ideally, apex method should be able to retrieve the updated record and send back the appropriate value but that's not happening at all. Commented Nov 19, 2019 at 20:42
  • So, there is another component, page that updates the value of record, but the your lwc component still shows the old value? Commented Nov 19, 2019 at 20:44