TDV Adapter for SuiteCRM

Build 25.0.9434

SuiteCRM V8 Data Model

Suite CRM Adapter models SuiteCRM modules as relational .

Tables

Table definitions are dynamically retrieved. The adapter connects to Suite CRM and gets the list of tables and the metadata for the tables by calling the appropriate Web services. Any changes you make to your Suite CRM account, such as adding a new table, or adding new columns, or changing the data type of a column, will immediately be reflected when you connect using the adapter.

The adapter can also expose custom modules on your Suite CRM account that are not mentioned in the . You can query against these custom modules as with any other table. Additionally, you can query against custom fields of standard modules.

This section shows the sample table definitions that are included in the SuiteCRM development environment.

Query Processing

The adapter offloads as much of the SELECT statement processing as possible to Suite CRM and then processes the rest of the query in memory. The adapter uses the Suite CRM API to process supported filters. The adapter processes other filters client-side within the adapter.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434