This project shows how to use Salesforce Connect to integrate data into Salesforce without importing it.
You can find this demo on https://www.platformdemos.com, where you can also:
- Watch a video of this demo (3 minutes or less).
- Spin up your own instance of the demo in a free scratch org.
- Find related Trailhead content.
- Get high-resolution screenshots.
The easiest way to try this demo is on https://www.platformdemos.com (THIS DOES NOT YET WORK), but if you would rather clone this project for yourself, follow the instructions below.
-
Sign up for your own Heroku account, if you don't already have one.
-
Clone this repository:
git clone https://github.com/gabesumner/salesforce-connect
cd salesforce-connect
- Install shane-sfdx-plugins (if you don't already have it)
sfdx plugins:install shane-sfdx-plugins
- Run the startup script and answer the
sh orgInitLocal.sh
Supply answers to the prompts. Your demo org and Heroku app should be created.