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
davidjthomsondavidjthomson 

Migrating org with customizations

Hello, I'm trying to migrate a development org where I have a lot of customizations, such as overridden buttons (with visualforce and custom controllers), into a sandbox.

 

It seems that when I use ant to extract all of my custom classes, triggers, objects, when I try to deploy these into a sandbox, it loses a lot of information. The controllers have been stripped of their extensions, none of the buttons/views are overridden, etc.

 

Is there a best-practice for how to do this?

 

Thanks,

David

shillyershillyer

Take a look at the Development Lifecycle Guide - specifically the chapter on Migrating Changes between Environments.

 

Hope that helps,

Sati