You need to sign in to do that
Don't have an account?
Nasipuri
sandbox
Hi,
We have developed an interface in java which create and update some record in SFDC application.
We want to point the interface first to the sandbox environment for testing and once the testing is over we want to point the interface to the enterprise SFDC application.
What is the standard practice to point the interface to different environment (sandbox /production i.e. normal?
Thanks in advance.
Regards,
Dinesh Nasipuri
benjasik
best practice would be store the endpoint in a config file, and set it on startup time. I'd also make the username slightly different or the passwords different so you don't end up pointing test to production, or production to test mistakenly