You need to sign in to do that
Don't have an account?
Aniqaaa
deployment process
Hi,
could anyone guide me of how to make deployments. I have the name of sandbox, where I need to deploy it to.
Do I use eclipse? How can I make sure that the test coverage is the same in deployment as in my own sandbox?
Thanks
Anika
Each username belongs to an organization. You do not need to know the name of the organization (e.g. Sandbox name) you are deploying to. You need to know the username, password, and security token. The username informs salesforce.com which organization you are connecting to. Assuming you have the right login information, you will, by definition, be deploying to the correct sandbox.
All Answers
Hi, Usually migration to sandboxes test coverage is not required. I suggest you to use ANT tool by setting run all test = TRUE
Thanks for your help.
Quick question, do I type in my username, password and security token? I have the name of sandbox, to which I need to deploy it to. Where do I type the name of the sandbox, is it as an extension??
Could you please provide step-by-step guidance?
Thanks
Anika
Username itself is unique in salesforce which means different Sandbox has different usernames.
You just need to put your Username,Password+securityToken and select Sandbox in the Env.(Assuming you are using Eclipse and your destination org is Sandbox too).
I understand what you are saying, but where do I put the name of the sandox I want to deploy it to?
thanks
You are not getting the point,Being username unique means,It would identify the destination org with which the username is associated to.
You don't need to put it anywhere the Sandbox name.
I have done this already, but now I need to put it into their sandbox. They gave me the name and asked me to do it.
thanks
Anika
Each username belongs to an organization. You do not need to know the name of the organization (e.g. Sandbox name) you are deploying to. You need to know the username, password, and security token. The username informs salesforce.com which organization you are connecting to. Assuming you have the right login information, you will, by definition, be deploying to the correct sandbox.
Ok, that makes sense
Thanks :)
Aniqaa,
I was telling the same thing :)