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
Squire Q KershnerSquire Q Kershner 

Lightning Component to display and edit child records . . . where to start?

I'm going to try to flex my dev-legs by building a component to effectively inline-edit child records while on a parent.  (ie inline edit related Contacts while on the Account).  I'm having some trouble getting started and there's so many posts and articles and trails.  Any recommendation on a good starting post/article to get me moving?

I know enough to pull a list of Contacts and display the list in a component, and I can get the fields to display and edit on change.  But what I'm really having issue with is using Lightning Data Service to know what contacts to actually pull back with the controller?

Thanks in advance for some direction.