Skip to content

Instantly share code, notes, and snippets.

@mbraga-sfdc
Created November 10, 2020 21:39
Show Gist options
  • Save mbraga-sfdc/7e24a23f444a743eeec2533e168c8b0d to your computer and use it in GitHub Desktop.
Save mbraga-sfdc/7e24a23f444a743eeec2533e168c8b0d to your computer and use it in GitHub Desktop.
configure external data source steps for Multi-Org Visibility for work.com blog post
1. Click the gear icon in the upper-right corner.
2. Click Setup.
3. Enter “External” in the Quick Find box and click External Data Sources.
4. Click New External Data Source. For the New External Data Source screen, fill in the values as follows:
a. External Data Source: (any name will work)
b. Type: Salesforce Connect: OData 4.0 (choosing this option will add a set of parameters to the screen)
c. URL: This the Service URL from the Heroku Connect External Objects page, as highlighted in step 5a. It will be unique to your Heroku Connect instance.
d. Identity Type: Named Principal
e. Authentication Protocol: Password Authentication
f. Username: The value from the User field, as highlighted in step 5a.
g. Password: The value from the Password field, as highlighted step 5a.
5. Click Save.
6. Click Validate and Sync.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment