TDV Adapter for Salesforce

Build 22.0.8462

Data Model

You can use the adapter to work with all of the tables in your account. The adapter connects to Salesforce with SSO and gets the list of tables and the metadata for the tables by calling the appropriate web services. Any changes you make to your Salesforce with SSO account, such as adding a new table, adding new columns, or changing the data type of a column, are immediately reflected when you connect using the adapter.

Tables

The adapter models the Salesforce with SSO API as relational Tables. The table definitions are dynamically retrieved; here, we show the sample table definitions that are included in the Salesforce.com development environment.

In addition to the tables, the adapter also offers stored procedures and views, enabling you to work with other aspects of the Salesforce with SSO API, like bulk jobs, custom reports, and so on.

Stored Procedures

Stored Procedures are function-like interfaces to Salesforce with SSO. They can be used to search, update, and modify information in Salesforce with SSO.

Views

Views offer additional metadata information from Salesforce with SSO.

Working with Polymorphic Fields

Polymorphic Fields explains how to work with related objects as different types of objects.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462