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
Sunil_SFSunil_SF 

Optimised way to deploy changes to Org

Hi,

Kindly let me know  the best way to deploy changes (Fields label changes,new fields created, w/f criteria and action changes ) to destined Org ? as syncing various sandbox is too tedious with change sets .

Is ANT based deployment or through Eclipse (Force.com IDE) better than change sets ?

Thanks in advance !
 
PratikPratik (Salesforce Developers) 
Hi Sunil,

Changeset is the simplest way to do the deployment. ANT is jave based tool to do the deployment. Also you can deploy the changes through Force.com IDE. 
Through changeset, you can deploy changes only in related orgs but buy using ANT or force.com ide you can deploy it in other orgs too.

Thanks,
Pratik
ManojjenaManojjena
Hey Sunil ,

You can use ant or Eclipse .
To deploy through ant you can check the below link to down load the guide .

http://www.salesforce.com/us/developer/docs/daas/salesforce_migration_guide.pdf
 
Sagar PareekSagar Pareek
Hi Sunil ,

The best way is Force.com IDE .