Data Model
The Highrise CRM Adapter models the Highrise CRM API as relational tables, views, and stored procedures. The adapter uses the Highrise CRM API to process supported filters. The adapter processes other filters client-side within the adapter.
Tables
The Highrise CRM Adapter models writable Highrise CRM APIs as easy-to-access Tables. Most tables are defined in simple, text-based schema files. However, some tables, such as Companies, Deals, and People, are dynamic. When you connect, the adapter gets the metadata for dynamic tables by calling the appropriate Web services.
Views
Views are read-only tables. Typically, data that cannot be modified is represented in views.
Stored Procedures
The adapter also surfaces Stored Procedures, function-like interfaces to Highrise CRM that surface additional capabilities of the API.