Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 831 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 831 Bytes

Creates a REST API exposing the Database content. This REST API can be consumed using APEX Connector in Salesforce

Steps

1- Clone the git

2- Launch the deploy.sh giving a name (ex: yournameapexconnector) to create the heroku app

3- Go into the Salesforce folder and deploy the source to your org

4- open the org and go to remote site to update the default herokuapp url to the one you created

5- open the external data source and do the same

When clicking on sync, any table in Postgres will be available as an external object.

Note: Sync is done, as well as query (to display the external objects)./ Search will be done at a later stage

Deploy it here Deploy