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

how to get the object wise page layout names using schema class or any other method
I need to get the object wise page layout names. is there any app exchange package or some other way we can find the page layout names object wise using schema class or any other method ?
Thank you in advance
Greetings to you!
It is an Idea (https://success.salesforce.com/ideaView?id=08730000000KmowAAC) to Make Page Layout data available to apex via SOQL or Schema class.
However, you can get layout details from workbench (https://workbench.developerforce.com/login.php).
Also, you can make describe call on the object to get the metadata information. Here's your API call:
/services/data/v43.0/sobjects/Account/describe/layouts
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.
Thanks and Regards,
Khan Anas
Thanks khan,
I need to create a documentation for all the objects and all the layouts assosiated with it. This is lot of manuall process is there a way through which we can extract using excel or something. I dont want to do continous manual process to document them