ServerName
- Last Updated: April 18, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
Purpose
Specifies the base Salesforce URL to use for logging in.
Valid Values
url
where:
- url
- is the root of the Salesforce URL to which you want to connect.
Example
Suppose you have a Salesforce instance that is configured with a production instance and a
sandbox instance. You can specify login.salesforce.com as the value for the
ServerName property to connect to the production instance or
test.salesforce.com to connect to the sandbox instance:
| Salesforce Instance | URL |
|---|---|
| Production |
|
| Sandbox |
|
Data Source Method
setServerName
Default
login.salesforce.com
Data Type
String