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
miha198206miha198206 

From sandbox to production

Hello.

 

What is the easiest way to transfer changes from sandbox to production? Don't know what to do. Is there any other way in addition to using Force.com IDE?

 

Thanks

Best Answer chosen by Admin (Salesforce Developers) 
knightknight

With spring 10 , you can create change sets and transfer it across instances

 

Change Sets
A change set is a means by which one organization can send customizations to another organization.

  • An outbound change set is a change set created in the organization you are logged into and want to send to another organization.
  • An inbound change set is a change set that has been sent from another organization to the organization you are logged into.
  • Change sets can only contain modifications you can make through the setup menu.
  • Change sets may contain customizations to existing components or new components, but can't be used to delete or rename components.

 
Deployment Connections
In order for change sets to be sent from one organization to another, a deployment connection is required.

  • A deployment connection is automatically created between all related organizations whenever a sandbox is created.
  • Each organization must be authorized to send and receive change sets.
  • The deployment connection list shows which organizations can upload changes to this organization, and which organizations allow this organization to upload changes to them.