Question:
I want to setup a salesforce data interface. I need to point the connection to the test.salesforce.com url first for our testing. Can you tell me what I need to change to point it here instead of salesforce.com?
Answer:
You can update the Database Info for the Salesforce as follows
jdbc:salesforce:User=<User>.sandbox;Password=<Password>;Security Token=<Security Token>; UseSandbox=True
Comments
0 comments
Article is closed for comments.