You need to sign in to do that
Don't have an account?

can you create triggers in production environment?
Hi at the moment if i try to create triggers or any code there is no new button in our live salesforce account. I created a sandbox project and now i can create the triggers but how do i put these changes in the live system, please help.
Details can be found here in the Apex Code documentation
http://www.salesforce.com/us/developer/docs/apexcode/index.htm
search for Deploy
You have to have your classes in a directory called Classes and your Triggers in a directory called Triggers. It doesn't work otherwise. Also, specifying 'runTests all="true"' didn't pick up the classes and triggers from my local dir, it only ran tests for classes that were already compiled in Salesforce.
'runTests alltests="true"'