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
sangeeta.marathe@Futurewise.cosangeeta.marathe@Futurewise.co 

Execute project in Force.com IDE

How to deploy project from Force.com IDE ?

As i know that I have login with my sandbox usename & Password in Force.com IDE to write my program & pages.

So from where i have execute the entire project as i think that i have login with sandbox id so it will not allow me to execute it on production environment.

du-scodouglasdu-scodouglas

I'm not sure exactly what you are trying to do, but I can give you a few pointers, please let me know if it helps:

 

When deploying from the IDE, you need a token as well as your Username and Password, this could be the problem.

 

You need test class coverage to deploy to a production enviroment.

 

To deploy any part of a Force.com project in eclipse to a Salesforce Instance, simply right click on the class/object/trigger and select Force.com -> Deploy to server. From here you will generate a deployment payload, and then this metadata will be deployed to the destination instance.