You need to sign in to do that
Don't have an account?

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.
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!