Salesforce Test & Salesforce Development


1 Answer(s)


Brent the Development site is a different login than production. Development is normally https://test.salesforce.com , with corresponding user id firstname.lastname.@companyname.com.dev
production would be https:/login.salesforce.com using a normal email / user id firstname.lastname.@companyname.com. The crosstalk is a method within Sales Force to allow code to be deployed from sandbox to production. Using the following step by step you should see the following:
Click on Names
then click on set-up
App Setup look for "Deploy"
Under Deploy you should see
-Outbound change sets
-Inbound change sets
-Deployment Setting
-Deployment Status

you need to build a deployment package to deploy to production. Specify using outbound change sets. Critic not to add profiles to the package to ensure the fields will have access once deployed. So make sure the System admin profile at a minimum is added to the package.

Regards Fred