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
deepak kumawatdeepak kumawat 

Create replica of one Salesforce Org

Hi Guys,
What is my requirement, i want to create the replica one salesforce org, in the created org metadata and data should be exactly same as first org.
So there is any tool/package avaible, using that i can do this.

Please reply ASAP.
Thanks in Advance !!

Deepak Kumawat 

 
jigarshahjigarshah
Deepak,

If you intend to replicate the metadata and data from a production instance to a sandbox you should use the Sandbox refresh functionality provided out of box by Salesforce. Refer the following articles to udnerstand further about Creating a Sandbox (https://help.salesforce.com/articleView?id=data_sandbox_create.htm&type=0) and Refreshing a Sandbox (https://developer.salesforce.com/docs/atlas.en-us.dev_lifecycle.meta/dev_lifecycle/lifecycle_adv_sandbox_refresh.htm) from Production.

If you intend to replicate the metadata along with its customizations from one Production org to another Production or developer org you will need to use the Force.com Migration Tool which internally leverages the ANT utility to do so.

Refer the following article to understand how to do so - Using the Force.com Migration Tool (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_deploying_ant.htm).

Please do not forget to mark this thread as SOLVED and answer as the BEST ANSWER if it helps address your issue.