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
Ted.TsungTed.Tsung 

Deploying Apex Code

Does anyone know a scalable way to deploy Apex Code(in this case, I'm deploying triggers)?
Best Answer chosen by Admin (Salesforce Developers) 
tmatthiesentmatthiesen

You have the option of leveraging the following:

 

Force.com IDE

Force.com Migration Tool

Metadata API

All Answers

XactiumBenXactiumBen
Eclipse with Force.com IDE seems to be the best solution for doing this, provided you have access to the account you want to deploy to.  If not, using salesforce packages would work.
tmatthiesentmatthiesen

You have the option of leveraging the following:

 

Force.com IDE

Force.com Migration Tool

Metadata API

This was selected as the best answer