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
Wayne Cordrey 29Wayne Cordrey 29 

Is there a query I can use to find all related lists per object, and identify the page layout as well?

I'm working as an admin doing some org cleanup.  I'm wondering if there is a SOQL query to get a list of related lists per object.  If I can also identify the page layout for each that would be excellent.  

If a query won't do it, I'm open to suggestions.   I am trying to avoid going thru objects/page layouts manually.  
 

PriyaPriya (Salesforce Developers) 
Hi Wayne,

For your requirement, you can refer this link :- 
https://salesforce.stackexchange.com/questions/280448/how-to-find-all-the-related-child-objects-metadata-standard-and-custom

Thanks!