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

The difference between : Save to Server and Deploy
Can someone please explain what is the process of Save to Server and Deploy to Server
And to which env should I do what?
- I have both Sandbox and Production env
- Do I need to first deploy to DEV - than when i need to update, can I just save?
Or is there another workflow requirement?
In short :
Save to Server - Save the updated code to your development org (Dev Edition / Sandbox) from Eclipse IDE. There is no test methods run at this time.
Deploy to Server - Deploying to code to any kind of instance. All the test methods execute in the background before you are deploy the code. The environment can be Dev Edition/Sandbox or your Production instance.
There is no need to deploy on Dev just save it .. Deploy on the production.
I hope did not confuse you...
All Answers
In short :
Save to Server - Save the updated code to your development org (Dev Edition / Sandbox) from Eclipse IDE. There is no test methods run at this time.
Deploy to Server - Deploying to code to any kind of instance. All the test methods execute in the background before you are deploy the code. The environment can be Dev Edition/Sandbox or your Production instance.
There is no need to deploy on Dev just save it .. Deploy on the production.
I hope did not confuse you...
Thanks,
and in shorter: the names should be:
Save to Dev/SB
Deploy to -- select env (prod/sb/dev)
thanks