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
whateverwhatever 

Sandbox migration help.

Hey,

 

    I have made many changes in a sandbox. Custom objects, Workflow, Leads/Account/Contact field removals, additions. Triggers, custom validation.

 

Just wondering what the easiest way to move this into production. Creating a change set and pushing the changes to the production instance? This would be a fairly huge changeset - curious about the most efficient way. All data in production (except leads) can be removed. 

 

 Thanks.

Best Answer chosen by Admin (Salesforce Developers) 
WmWm

You can use Force.com IDE for this. It would be pretty easy and quick. Just create an empty project and add only the components to it later which needs to be deployed.

 

Hope it help!