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
keerthikeerthi 

How to Deploy

Hi,
 
     I m new to the deployment process as well as eclipse. I don know how to deploy it. I want the step by step prcess. So that i could able to deploy my trigger in my production environment. Please help me to solve this
Always ThinkinAlways Thinkin
Hi Keerthi,
The best step-by-step is in the Eclipse Help Contents under:
-Force.com IDE Library
--The Force.com IDE
---Quickstart with Force.com IDE (as Step 5)
 or
---Using the Force.com IDE (as Deploying with the Force.com IDE)

Both walk you through the steps and tell you some of what to expect.

I've used it to successfully deploy from Dev-to-Sandbox and from Sandbox-to-Production.

Good luck!

keerthikeerthi
Hi,
 
Thanks for reply. I tried the following steps.
The Steps are
---------------------------
Download Eclipse 3.2 and jre
 
In Eclipse
-----------
 
Go to Help menu
 
--Software updates
 
---Find and Install
 
---Select Remote site
 
--- as Force.com IDE
 
---Url: Link:
 

Windows
-------------
 
--Open perspective
 
--other
 
--Force.com
 

File
-----
 
--New
 
--Force.com project
 
--user name
 
--password
 
--security token
 
 
 
After this i will be getting this error. I have given security token also but it will not  work. Can anyone help me to solve this.

Connection Error
------------------------
 
Unabale to create connection to salesforce
 
Invalid username or password or locked out
 
Retry or Abort to verify your organization settings
 
Can you help me deploy
 
crocodilecrocodile
Hi,
       I am new to Salesforce. I wrote Apex classes, Triggers & test classes in Developers edition and it is working fine. Now the major problem is how to deploy from developer edition to sandbox org.

Please guide me how to deploy from dev to sandbox org.

Thanks in advance,
-Vissu
Always ThinkinAlways Thinkin
Hi Vissu,
You can just cut and paste the code from your Dev org to your Sandbox org. Sandboxes don't have the restrictions that Production orgs do about adding APEX with code coverage. If you don't have a lot of files and configuration changes and you're not currently setup in Eclipse, that would work fine.

Are you using the Force.com IDE in Eclipse? That will present you the another easy way of deploying from one org to another.