Get Started with the Apex Connector Framework

To get started with your first custom adapter for Salesforce Connect, create two Apex classes: one that extends the DataSource.Connection class, and one that extends the DataSource.Provider class.

The DataSource.Connection class requires a Salesforce Connect add-on license. For more information, see Salesforce Connect Adapters Included per Add-On License.

Note

Let’s step through the code of a sample custom adapter.