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
gvgv 

Deploying changes to production

Hi,

 

I have a question about deploying config changes to production. Since my companys implementation is medium sized, we manually(I know tiring) move the config changes(custom object,fields,etc) from sandbox to production.

 

If I were to work in a big company what would be the best way to move config changes from sandbox to production

 

Thanks

 

b-Forceb-Force

There are few other ways to deploy the changes as follow

Elipse editor (Force.com IDE)

Salesforce Change Set

 

Thanks,

B

gvgv

Thanks Bala.  Is there any way I can use Metadata API to deploy config changes from sandbox to production.

 

 

shrishri

I think you can use Metadata API  using ant script  to deploy  from sandbox to production.

b-Forceb-Force

Yap,

Metadata API is option , Even Eclipse editor internally use these API

 

Thanks,

Bala

symantecAPsymantecAP

You can use ANT Scripts. That will solve .http://www.salesforce.com/us/developer/docs/daas/index.htm