You need to sign in to do that
Don't have an account?
advlgx
Step by Step.... What do I do to upload a trigger through Eclipse?
Perhaps I should have posted in this forum, original post here:
http://community.salesforce.com/sforce/board/message?board.id=general_development&thread.id=23554
http://community.salesforce.com/sforce/board/message?board.id=general_development&thread.id=23554
Before you deploy, make sure you have written unit tests that provide for 75% coverage of your trigger. You might want to take a look at the following link as it has more info and a link to the Force.com IDE:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_deploying_ide.htm
Once you have Eclipse installed or running, you can select Help -> Help Content and search for "Deploying to Another Salesforce Organization".
HTH
Jeff Douglas
Informa Plc
blog.jeffdouglas.com
http://community.salesforce.com/sforce/board/message?board.id=apex&thread.id=9720
In an eclipse project, create the trigger and click save. You'll also need to create a class cause you can't test a trigger through a method in the trigger itself. If you're anything like me, THAT's when you'll start having problems. Right clicking on the trigger in navigation pane in eclipse, go down to Force.com and click Save to Server will save the trigger to the environment.