VOOZH about

URL: https://www.cdata.com/kb/tech/salesforce-odbc-filemaker-ess.rst

⇱ Connect Salesforce Data to Claris FileMaker via ESS using an ODBC Driver and the CData SQL Gateway


Connect Salesforce Data to Claris FileMaker via ESS using an ODBC Driver and the CData SQL Gateway

πŸ‘ Dibyendu Datta
Dibyendu Datta
Lead Technology Evangelist
Connect to your Salesforce data using the ESS feature of Claris FileMaker with MySQL ODBC driver and CData SQL Gateway.

Claris FileMaker is a low-code platform that enables users to quickly create custom apps to manage and automate data workflows. Using the CData ODBC Driver for Salesforce and the CData SQL Gateway, FileMaker connects to Salesforce data through its ESS (External SQL Source) feature, allowing you to work with Salesforce records as if they were native FileMaker tables.

In this article, we configure and use the CData ODBC Driver for Salesforce and the CData SQL Gateway, along with the MySQL ODBC Driver, to connect to Salesforce data using the ESS functionality in FileMaker.

About Salesforce Data Integration

Accessing and integrating live data from Salesforce has never been easier with CData. Customers rely on CData connectivity to:

  • Access to custom entities and fields means Salesforce users get access to all of Salesforce.
  • Create atomic and batch update operations.
  • Read, write, update, and delete their Salesforce data.
  • Leverage the latest Salesforce features and functionalities with support for SOAP API versions 30.0.
  • See improved performance based on SOQL support to push complex queries down to Salesforce servers.
  • Use SQL stored procedures to perform actions like creating, retrieving, aborting, and deleting jobs, uploading and downloading attachments and documents, and more.

Users frequently integrate Salesforce data with:

  • other ERPs, marketing automation, HCMs, and more.
  • preferred data tools like Power BI, Tableau, Looker, and more.
  • databases and data warehouses.

For more information on how CData solutions work with Salesforce, check out our Salesforce integration page.


Getting Started


Create an ODBC Data Source for Salesforce

If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.

There are several authentication methods available for connecting to Salesforce: OAuth, Login (or basic), and SSO. The Login method requires you to have the username, password, and security token of the user.

OAuth Authentication (default)

The default authentication mechanism (and the one preferred by Salesforce) is OAuth. To use OAuth with CData's embedded OAuth application, leave the connection properties blank. If you have configured your own custom OAuth application with Salesforce (see the Help documentation for more information), set OAuthClientId, OAuthClientSecret, and CallbackURL to the properties for you application. Set InitiateOAuth to the desired OAuth flow ("GETANDREFRESH" will have the connector manage the entire OAuth flow).

Login (or Basic) Authentication

If you do not wish do not wish to use OAuth authentication, you can use Login (or basic) authentication. Set AuthScheme to Basic, and set the User, Password, and SecurityToken properties. You can configure your security token in Salesforce.

SSO (single sign-on) Authentication

SSO (single sign-on) can be used by setting the SSOProperties, SSOLoginUrl, and SSOExchangeURL connection properties, which allow you to authenticate to an identity provider. See the "Getting Started" chapter in the Help documentation for more information.

Multi-Factor Authentication (MFA)

If your Salesforce org has MFA enforcement enabled, set MFACode to the time-based one-time passcode (TOTP) generated by your authenticator app (such as Salesforce Authenticator or Google Authenticator). MFACode applies to both OAuth and Login authentication flows.

When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.

Configuring the CData SQL Gateway

The CData SQL Gateway bridges non-SQL data sources (like SaaS applications, APIs, and NoSQL databases) with SQL-based tools (like FileMaker, MySQL clients, and BI tools).

In simple terms, it exposes any CData driver-supported source - for example, Salesforce - as a standard MySQL or SQL Server endpoint.

See the SQL Gateway Overview to set up Salesforce data connectivity as a virtual MySQL database. Set up a MySQL remoting service that listens for MySQL requests from clients, and configure the service through the SQL Gateway UI (as shown below). Save the user credentials (Username and Password) for future use.

πŸ‘ Add a new service in CData SQL Gateway
πŸ‘ Add a new user and save the credentials

Once you establish the connection, you can use the CData SQL Gateway to access Salesforce data through the MySQL protocol.

Installing the MySQL ODBC Driver

Follow the steps below to install and configure the MySQL ODBC Driver:

  1. Download and install the latest 64-bit Windows version of the MySQL ODBC Unicode Driver from this link.
  2. Launch ODBC Data Sources (64-bit) from Windows search. Open the System DSN tab, click Add, select MySQL ODBC Unicode Driver from the Create New Data Source window, and click Finish.
  3. πŸ‘ Create a new data source using the latest MySQL ODBC Unicode Driver
  4. Enter the following connection details in the MySQL Connector/ODBC Data Source Configuration window:
    • Data Source Name: Enter a DSN of your choice
    • TCP/IP Server: localhost
    • Port: Enter the port set in the SQL Gateway (for this procedure, use "3307")
    • User: Enter the username set in the CData SQL Gateway
    • Password: Enter the password set in the CData SQL Gateway
    • Database: CData Salesforce Sys
    πŸ‘ Configure the MySQL ODBC Driver using CData SQL Gateway credentials
  5. Click Test to verify that the "Connection Successful" dialog box appears. Then click OK to save the configuration details.

You have now successfully configured the MySQL ODBC Driver.

Use FileMaker ESS function to load Salesforce data

In this section, we explore how to use the ESS (External SQL Source) feature to retrieve data in the FileMaker application. Follow the given steps to complete the process:

  1. Open FileMaker Pro. Navigate to Create from the left panel and select Blank > Create.
  2. πŸ‘ Create a new application in FileMaker Pro
  3. Enter a desired filename and click Save.
  4. In Manage Database, remove the Tables and Fields from the respective tabs. Select the Relationships tab and click Add Table.
  5. πŸ‘ Add a table in the Manage Database window in FileMaker Pro
  6. In Specify Table, expand the Data Source dropdown menu and select Add ODBC Data Source. Click OK.
  7. πŸ‘ Add an ODBC Data Source in the Specify Table window
  8. In Select ODBC Data Source, select the previously configured MySQL ODBC driver and click Continue.
  9. πŸ‘ Select the newly configured MySQL ODBC Unicode Driver
  10. In the Edit Data Source window, enter the following details:
    • Name: This field will be auto-filled. Enter a new name of choice if necessary.
    • Type: Select "ODBC".
    • Under Authentication, select the Specify username and password radio button and enter the following details:
      • User name: Enter the username set in the CData SQL Gateway.
      • Password: Enter the password set in the CData SQL Gateway.
    • Catalog Name: CData Salesforce Sys
  11. Click OK.
  12. πŸ‘ Configure the data source in FileMaker
  13. View the tables from Salesforce populated under the Data Source section. Select the table of your choice and click OK.
  14. πŸ‘ Add a new table in the Specify Table window
  15. The Relationships tab now displays the selected table and its metadata. Click OK.
  16. πŸ‘ The new table gets added in the Relationships tab
  17. Select the table from the Layout dropdown. The Salesforce table data appears on the screen. (As shown)
  18. πŸ‘ The Salesforce table data is displayed in FileMaker Pro

Get Started Today

Download a free 30-day trial of CData ODBC Driver for Salesforce to integrate Salesforce data into Claris FileMaker and use Salesforce data in your FileMaker applications.

Contact our Support Team if you have any questions.

Ready to get started?

Download a free trial of the Salesforce ODBC Driver to get started:

 Download Now

Learn more:

πŸ‘ Salesforce Icon
Salesforce ODBC Driver

The Salesforce ODBC Driver is a powerful tool that allows you to connect with live Salesforce account data, directly from any applications that support ODBC connectivity.

Access Salesforce data like you would a database - read, write, and update Leads, Contacts, Opportunities, Accounts, etc. through a standard ODBC Driver interface.