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
Somasundaram S 1Somasundaram S 1 

change set

I have created new dev sandbox and some minor modification on that , now i would like to move this changes to test environment by using change set.
I couldnt find the option to creation deployment connection. Please advise me . How to move this changes from dev new sandbox to test by creating connection and outbound , inbound 
thanks
Mahesh DMahesh D
Hi Soma,

Deployment Connections for Change Sets

A deployment connection is required between two Salesforce orgs to send change sets from one org to another. Deployment connections can't be created between arbitrary orgs; instead, they’re created between all orgs affiliated with a production org. For example, if you have a production org and two sandboxes, a deployment connection is created between production and eachsandbox. Also, a deployment connection is created between the two sandboxes.

Authorize a Deployment Connection
Before you can receive change sets from a sandbox or other organization, authorize a deployment connection in the organization that receives the changes.
  1. Log into the organization that’ll receive inbound change sets. Usually this is the production organization associated with your sandbox.
  2. From Setup, enter Deployment in the Quick Find box, then select Deployment Settings.
  3. Click Edit next to the organization from which you want to receive outbound change sets. Usually this is your sandbox.
  4. Select Allow Inbound Changes and click Save.

Please go through the below links:

https://help.salesforce.com/apex/HTViewHelpDoc?id=changesets_about_connection.htm&language=en

https://help.salesforce.com/apex/HTViewHelpDoc?id=t_changesets_deployment_connection.htm&language=en

https://help.salesforce.com/apex/HTViewHelpDoc?id=changesets_admin_connections_view.htm&language=en

https://help.salesforce.com/apex/HTViewHelpDoc?id=changesets_implementation_notes.htm&language=en


Trailhead module:


https://developer.salesforce.com/trailhead/en/app_deployment/app_deployment_changesets (https://help.salesforce.com/apex/HTViewHelpDoc?id=changesets_about_connection.htm&language=en)

Please do let me know if it helps you.

Regards,
Mahesh
SarisfdcSarisfdc
Hi,
1) Create outbound change set in source org
2) Login on DESTINATION org and Go to Setup>Deploy>Deployment settings
3) Edit the connection between source and destination org and Click on Allow Inbound change set.
4) Login on SOURCE org and deploy the created chenge set to DESTINATION org.
5) After 10 mins login on DESTINATION org and go to Inbound change set, You will find the new change set.
6) Validate and deploy the change set.

IF above steps solved your problem, then please mark my Answer as best.
Somasundaram S 1Somasundaram S 1
Mahesh 
            I am missing some basic ,do i need any setting to create deployment connection between new dev sandbox to test sandbox .User-added image
Mahesh DMahesh D
Log into the Test sandbox organization that’ll receive inbound change sets. 
From Setup, enter Deployment in the Quick Find box, then select Deployment Settings.
Click Edit next to the organization from which you want to receive outbound change sets. Usually this is your dev sandbox.
Select Allow Inbound Changes and click Save.