You can access Salesforce data in FileMaker Pro in two ways:
Note
You need to have a configured system Data Source Name (DSN). For instructions, see Configure a Windows DSN for Salesforce.
1. Select File > Create New to create a new database file, or File > Open and open an existing database file.
2. Select File > Manage > External Data Sources, then click New.
3. Specify the data source details:
DSN – Select your DSN:
Authentication – Select the authentication method:
4. Click OK.
5. In the Manage External Data Sources dialog, click OK.
Salesforce is now available among external data sources in FileMaker Pro.
6. Select File > Manage > Database.
7. On the Relationships tab, click Add a table under Tables/Relationships.
8. From the Data Source menu, select the data source that you created in the previous steps.
9. Select a table, then click OK.
The table appears in the relationships graph.
If you need to add more tables to the relationships graph, repeat steps 7 to 9.
You can work with Salesforce tables in the relationships graph and on layouts the same way as with other FileMaker tables.
Note
You need to have a configured Data Source Name (DSN). For instructions, see Configure a Windows DSN for Salesforce.
1. Choose whether you want to import data into a new database file or work with an existing file and follow the corresponding steps:
Create a new database file:
Open an existing database file:
2. Select your DSN, then click Continue.
3. In the User name and Password fields, enter your Salesforce credentials, then click OK.
The SQL Query Builder dialog opens.
4. Construct your SQL query using the tabs:
SELECT:
WHERE (optional):
ORDER BY (optional):
The resulting query appears in the SQL Query box.
5. Click Execute.
6. The workflow depends on whether you chose to create a new database file or work with an existing file:
A new database file:
An existing database file:
The imported records are added to the database file.