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
HaralambyHaralamby 

What's the easiest way to deploy an apex class code that is written in sandbox into production????

Can someone please let me know the easiest way to make an apex class available in production mode??

 

Is Eclipse the only way or can I also do it from the online user interface?

Best Answer chosen by Admin (Salesforce Developers) 
TehNrdTehNrd
The Eclipse approach is pretty easy but you can also try Cloud Deploy through the UI.

The release notes has some information on how to use cloud deploy:

https://na1.salesforce.com/help/doc/en/salesforce_winter10_release_notes.pdf

All Answers

TehNrdTehNrd
The Eclipse approach is pretty easy but you can also try Cloud Deploy through the UI.

The release notes has some information on how to use cloud deploy:

https://na1.salesforce.com/help/doc/en/salesforce_winter10_release_notes.pdf
This was selected as the best answer
PragadheeshwariPragadheeshwari
In New Release,we can use Deployment change set instead of eclipse.Its too nice.