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
Allen MoyAllen Moy 

Custom Lightning Component not Appearing on Edit Page

I have two custom objects in a Master-Detail relationship: "Reservation" is a child of "Day". I have created a custom lightning component to lookup Reservations based upon the Day and other criteria saved into the SOQL query in the Apex controller. I want my component to appear on the Day record page. When I go to "Edit Page" for the Day record the custom component does not appear. However, when I go to "Edit Page" for the Reservation record, the component does appear and can be placed on the page. How do I get this component - essentially a customized Related List - to become available for the parent page?