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
Eddy KovacEddy Kovac 

Custom Component Population

I build a custom component that I want to populate with contacts that are related to that specific record. 

I followed https://trailhead.salesforce.com/en/projects/quickstart-lightning-components/steps/quickstart-lightning-components3

I have the component in place on the page. What do I need to do/add to the code in order for it to let me add data, in this case contacts, to the component.
Raj VakatiRaj Vakati
You need to complete the next two levels also towork completly  as of now you defined just base code

https://trailhead.salesforce.com/en/projects/quickstart-lightning-components/steps/quickstart-lightning-components4

https://trailhead.salesforce.com/projects/quickstart-lightning-components/steps/quickstart-lightning-components5