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
sathisathi 

deployment process

im very new to sfdc ......how can i deploy the code in production?

Vinita_SFDCVinita_SFDC

Hello Sathi,

 

Either you can deploy your code to production by Force.com IDE, using change set or using Ant migration tool. For each of these refer following links for details:

 

http://help.salesforce.com/apex/HTViewSolution?id=000005283&language=en_US

 

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_deploying_ide.htm

 

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_qs_deploy.htm

 

 

@anilbathula@@anilbathula@
Hi

you can deploy code into production through changes sets,eclipse and ANT
sathisathi
Thank you it is helpful for me....