Salesforce Heroku Method Integration Overview :Data Replication and Data Proxy
  • Introduction to the course
  • Salesforce Heroku Integration Overview
  • What is heroku and how does it work?
  • How to create heroku account and Salesforce Developer Account?
  • Review for the course
  • Salesforce heroku integration Methods Overview: Data Replication and Data Proxy
  • 10 Salesforce Extensions That Will Make You Salesforce Expert
  • Salesforce Integration with Heroku through Data Proxy
  • Overview of salesforce heroku integration methods
Integration using Heroku Connect
  • How to deploy app on Heroku?
  • How to add heroku add on: postgres and Heroku Connect?
  • Setting up Heroku Connect
  • Install heroku toolbelt and node js on windows
  • Running Heroku app locally
  • heroku git clone repository and making changes to the application for re-deploy
  • Commit and push changes to heroku app
Integration using Salesforce Connect
  • Overview of Salesforce Connect
  • When to use Salesforce connect?
  • Setting up Salesforce Connect
  • Create a new External Data Source
  • Salesforce connect adapters
  • Creating a tab for external object to access data
  • Types of Relationship in External Object
  • External object relationships: Lookup Relationship, External Lookup and Indirect
  • How to create external lookup relationship in salesforce?
  • View the external data
  • Overview of Indirect Lookup Relationship
  • Creating Indirect Lookup relationship between External and Standard object
  • Enable Chatter for External Data
  • View External data on Mobile using Salesforce1
Webservice Callouts
  • Webservice callouts in Salesforce
  • Installing app in Salesforce
  • Create Heroku app from existing repository
  • Salesforce Remote Site Settings
  • APEX webservice and callouts
  • Invoking callouts using APEX
  • Create an Integration Class
  • Test @future method
  • Create a Trigger to Call the @future Method