

Sandboxie insufficient permissions trial#
Some Salesforce plan types, including trial versions, do not have API access by default and cannot be used with Heroku Connect.

Heroku Connect can only be used with Salesforce editions that have API access. You can also specify the API version at connection creation.

New Heroku Connect add-ons default to the current major release version of the Salesforce API. See Supported Salesforce Objects for more info. The Bulk API is not available in versions before Salesforce API v39 and thus you should use at least v39 with Heroku Connect. The complete list of objects that Heroku Connect supports for your version of Salesforce is available on the Supported Salesforce Standard Objects page. The output of these actions can modify or generate Postgres database rows which sync back to Salesforce. Your Heroku app can pull from the Postgres database to perform analytics, invoice generation, lookups with other services, and so on. If you’re building a Heroku app or already have data in Heroku Postgres, then Heroku Connect is a good fit for your Heroku to Salesforce integration.įor example, one or more Salesforce orgs can sync to the same Heroku Postgres database. This architecture is useful in many scenarios where you want a Heroku application to store or manipulate the data. You can decide which objects sync as read-only or as read-write. Heroku Connect provides a pure data integration. Trailhead also has a step-by-step tutorial for deploying an application with Heroku Connect. If you are new to Heroku in general, see our Getting Started guides prior to setting up Heroku Connect.
