Definition
External Data Sources is a Setup page where administrators configure connections to external data systems that Salesforce can query in real time using Salesforce Connect. Supported protocols include OData 2.0, OData 4.0, and custom Apex adapters, allowing Salesforce to display external data as External Objects without importing it.
Real-World Example
The admin at GlobalTech configures an External Data Source using OData 4.0 to connect to their SAP system's product inventory API. Salesforce queries the SAP data in real time and displays it as an External Object called "SAP_Inventory." Sales reps can check live inventory levels from within the Salesforce Opportunity page without logging into SAP.
Why External Data Sources Matters
External Data Sources is part of the Salesforce platform layer, which provides the foundation upon which both standard and custom applications are built. The platform handles everything from data storage and user authentication to API access and deployment management, making it the backbone of every Salesforce implementation.
Understanding External Data Sources is essential for anyone who builds on Salesforce, whether they are an admin, developer, or architect. The platform's metadata-driven architecture means that configuration changes—rather than code changes—drive most of the customization, and this feature is a key part of that model.
How Organizations Use External Data Sources
- •Dunder Mifflin Inc — Built a custom application on the Salesforce platform using External Data Sources to manage their entire vendor qualification process. What used to live in spreadsheets is now a structured, auditable system with automated notifications, approval routing, and real-time dashboards.
- •Hooli Technologies — Used External Data Sources to extend their Salesforce org beyond traditional CRM. They built project management capabilities directly on the platform, eliminating the need for a separate tool and giving their team a single interface for customer data and project delivery.
- •Prestige Worldwide — Applied External Data Sources to create a partner portal where external distributors can log in, view their accounts, submit orders, and track shipments—all powered by Salesforce without any custom infrastructure.
