Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Review the Additional Information for using Salesforce Connector.

On this page:

Table of Contents

Salesforce Security Token
Anchor
Salesforce Security Token
Salesforce Security Token


You are given a security token the first time you log into Salesforce. Don't know your security token?

To reset it:

  1. Click on your username in the top right section
  2. Choose "My Settings" from the menu
  3. Click "Personal"
  4. Click "Reset your security token" and follow the steps provided

 

This steps will send to your user email the info with the "Security Token" like: 



 












Salesforce WSDL


The follow steps will provide you the information to get the Enterprise WSDL and generate the necessary jar file for the connector

To get the Enterprise WSDL file, please follow the next steps:

  1. Click on Setup in the top right section.
  2. Click on Build/Develop in the left menu.
  3. Click "API".
  4. Download the Enterprise WSDL in "Generate Enterprise WSDL".

For complete documentation, sample code, and developer community, visit Salesforce Developer.

To generate the Enterprise Jar file, please follow the next steps: 

  1. Generate and download WSDLs.
  2. Download the last version of force-wsc JAR. (link here)
  3. Download the last version of stringtemplate JAR. (link here)
  4. Download the last version of antlr-runtime JAR. (link here)
  5. Generate Jar file using this instruction:

 

Info
java -classpath force-wsc-XXX.jar;stringtemplate-XXX.jar;antlr-runtime-XXX.jar com.sforce.ws.tools.wsdlc enterprise.wsdl enterprise.jar

Salesforce Chatter App


The follow steps will provide you the information to create the necessary Chatter App.

  1. In your Sales Force Server, go to the Setup page

  2. Go to Build / Create / Apps 
     
     

             


  3. In this new page, click on New Connected Apps 

     

             


  4. Fill the Basic Information:

    1. Connected App Name
    2. API Name
    3. Contact Email





  5. In the API (Enable OAuth Settings):

    1. Check "Enable OAuth Settings"
    2. Set the "Callback Url"
    3. Select the "Selected OAuth Scopes"




  6. Save the application
  7. In the next screen you can copy the "Consumer Key" and the "Consumer Secret" information.

                

Salesforce Consumer Key and Consumer Secret


Once you created your "Connected App" you can get the "Consumer Key" if you go to Setup / Build / Create / Apps and select your connected app.

  • Copy the "Consumer Key"
  • To get the "Consumer Secret" click in "Click to reveal"