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
Rohit SharmaGRohit SharmaG 

Export all configuration Setting from Org

Is there any way/free Appexchange product for export all config setting from org/sandbox.

please let me know if any .

Thanks in advance :)


praveen murugesanpraveen murugesan
Rohit,

You can export all configuration through Eclipse IDE. This will allow you to export profiles, pagelayouts, custom objects, fields, record types, workflow rules, apex code, visualforce pages and a host of other things. 

Or 

You can also try to package your "configuration" and install it in the new instance.

Refer this.

https://success.salesforce.com/answers?id=90630000000gtQRAAY


https://success.salesforce.com/answers?id=90630000000h287AAA

Mark it as best answer if its helps.

Thanks.