In order to use the Salesforce SOQL plugin, you will need to log into the Salesforce browser interface and setup an OAuth connection. This article summarizes the key steps.
NOTE: Detailed instructions can be found in the Salesforce support area. Refer to Creating a Connected App for more information.
2. Build New App
Go to Build > Apps > New
Use the Build Section in the Left Sidebar:
- Choose Apps in the Create sub-section.
- Click the [New] button in the Connected Apps section.
3. Define the Basics
- Specify Connected App Name.
- Enter the API name used when referring to your app from a program.
- Enter the Contact Email for Salesforce to use when contacting you or your support team. This address is not given to Salesforce admins who install the app.
For more information, refer to Create a Connected App.
4. Enable OAuth Settings
- Choose Enable OAuth Settings.
- Provide a Callback URL (endpoint) in this form where
example.metricinsights.comis the hostname for your Metric Insights server. - Selected OAuth Scopes should include:
- Access and manage your data (API).
- Perform requests on your behalf at any time (refresh_token, offline_access): this will enable Metric Insights to refresh your Token.
- Click [Save].
5. Open New App
Click the Connected App Name to open its configuration page containing Consumer Key (ID) and Consumer Secret.