Integration using Salesforce Connect - Part 1 - Cross Org Adapter
When we want to access data stored in an external system - to display, search, or modify within Salesforce, Salesforce Connect is one of the solution options. In the Developer edition, by default, you will have one license available. But for other orgs you need to purchase a license. You can use Salesforce Connect to retrieve data from different types of endpoints: 1. Another Salesforce Org 2. File Connect - To connect to Google Drive, SharePoint site etc. 3. OData supported Services 4. Simple URL - If chatter is enabled, Salesforce can access another website to display details in Files Tab and Feed Salesforce Connect is based on 2 key features: 1. External Data Source Here you are defining details of the service you are going to connect, authentication type, which salesforce connect adaptor we are going to utilize etc. 2. External Object Once the connection is established with an external endpoint, we can sync objects/tables available in the External system to Salesfo...