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
J. PostonJ. Poston 

Lightning Component - picking up changes in related list?

I've created a custom Related List lightning component for a Custom Object with master-detail to Case because of some special behaviors needed.
When I add or delete Items, my component does not know to refresh.

I've tried to 'listen' for changes by using Lightning Data Service on Case object but it's not triggered by changes in related list.

Is there another easy way to accomplish what I'm trying to do, other than some sort of PushTopic/Streaming API solution?