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
sfdcrajsfdcraj 

exporting a change set from sandbox

Hi,

Is there any way to export a change set out of sandbox using Eclipse or in the form of package. We want to store the file exported ,

Regards,
raj
Deepak Rama1Deepak Rama1

You could try to use ant scripts and try to use the files/objects/artefacts of metadata that are stored in changeset and use ant + Force.com migration tool to "push" those files to another server. For more information, please refer to this link (http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_deploying_ant.htm).

Regards,

Deepak.

sfdcrajsfdcraj
Thanks for the help Deepak!!

i never used the scripts before I am gong to try the steps given above .

regards, 
raj