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
AjuAju 

Unable to "Deploy trigger using Force.com IDE"

Hi all,

I might be sounding childish but..it is

Iam trying to deploy a trigger from sandbox onto production instance using Force.com IDE.

When i select the project ->Force.com IDE-> i donot see any option to deploy the trigger on production

Iam using eclipse 3.2 and respective Force.com IDE.

Pls help

Thanks
Kumar
mikefmikef
do you see "deploy to server".

if you don't try refresh from server then deploy might show up.
AjuAju
Tried doing it..
Does help though!!

Any thoughts!!

Ajay
mikefmikef
I am not sure what the issue is with Eclipse without taking a look at your setup.

You can try creating another Force.com project for the your sandbox, and see if the deploy shows up.

OR

You could use the ant toolkit to deploy.
It's more involved and there is a little bit of config work but it will deploy your code for you.


AjuAju
Thanks Mike.

I actually tried using Ant.
Could not figure out the deployment after i saw it working on Sandbox and did the test coverage.

Did config,was rolling through some issues and then tried Force IDE feeling this might work.

I already tried creating a new project using developer /sandbox and still could not get the option to deploy on prod.

Neither of these work..:(


Ajay
DuTomDuTom
be sure you are right clicking on the 'src' folder.
AjuAju
Thanks a ton...Sir..


It works now:smileyvery-happy: