Cloud

Build 25.0.9539
  • SugarCRM
    • Getting Started
      • Establishing a Connection
      • Creating a Custom OAuth Application
      • SSL Configuration
      • Firewall and Proxy
    • Data Model
      • Tables
        • Accounts
        • ACLRoles
        • ArchiveRuns
        • Bugs
        • BusinessCenters
        • Calendar
        • Calls
        • CampaignLog
        • Campaigns
        • CampaignTrackers
        • Cases
        • Categories
        • ChangeTimers
        • CJ_Forms
        • CJ_WebHooks
        • CloudDrivePaths
        • CommentLog
        • Comments
        • ConsoleConfiguration
        • Contacts
        • Contracts
        • ContractTypes
        • Currencies
        • CustomQueries
        • Dashboards
        • DataArchiver
        • DataPrivacy
        • DataSets
        • DocumentMerges
        • DocumentRevisions
        • Documents
        • DocumentTemplates
        • DocuSignEnvelopes
        • DRI_SubWorkflows
        • DRI_SubWorkflow_Templates
        • DRI_Workflows
        • DRI_Workflow_Task_Templates
        • DRI_Workflow_Templates
        • EAPM
        • EmailAddresses
        • EmailMarketing
        • EmailParticipants
        • Emails
        • EmailTemplates
        • EmbeddedFiles
        • Employees
        • Escalations
        • ExternalUsers
        • Filters
        • ForecastManagerWorksheets
        • Forecasts
        • ForecastWorksheets
        • Geocode
        • HintAccountsets
        • HintEnrichFieldConfigs
        • HintNewsNotifications
        • HintNotificationTargets
        • Holidays
        • InboundEmail
        • KBArticles
        • KBContents
        • KBContentTemplates
        • KBDocuments
        • Leads
        • Manufacturers
        • Meetings
        • Messages
        • Metrics
        • MobileDevices
        • Notes
        • Notifications
        • OAuthKeys
        • OAuthTokens
        • Opportunities
        • OutboundEmail
        • PdfManager
        • pmse_Business_Rules
        • pmse_Emails_Templates
        • pmse_Inbox
        • pmse_Project
        • ProductBundleNotes
        • ProductBundles
        • ProductCategories
        • Products
        • ProductTemplates
        • ProductTypes
        • Project
        • ProjectTask
        • ProspectLists
        • PubSub_ModuleEvent_PushSubs
        • PurchasedLineItems
        • Purchases
        • PushNotifications
        • Quotas
        • Quotes
        • Releases
        • ReportMaker
        • Reports
        • ReportSchedules
        • RevenueLineItems
        • SavedSearch
        • Schedulers
        • ShiftExceptions
        • Shifts
        • Shippers
        • Styleguide
        • Subscriptions
        • SugarFavorites
        • SugarLive
        • Tags
        • Tasks
        • TaxRates
        • TeamNotices
        • Teams
        • TimePeriods
        • TrackerPerfs
        • TrackerQueries
        • Trackers
        • TrackerSessions
        • Users
        • UserSignatures
        • VisualPipeline
        • WebLogicHooks
        • WorkFlow
      • Views
        • ACLActions
        • Activities
        • Audit
        • DropDownValues
        • Relationships
      • Stored Procedures
      • System Tables
        • sys_catalogs
        • sys_schemas
        • sys_tables
        • sys_tablecolumns
        • sys_procedures
        • sys_procedureparameters
        • sys_keycolumns
        • sys_foreignkeys
        • sys_primarykeys
        • sys_indexes
        • sys_connection_props
        • sys_sqlinfo
        • sys_identity
        • sys_information
    • Connection String Options
      • Authentication
        • User
        • Password
        • APIVersion
        • URL
        • Platform
      • OAuth
        • OAuthClientId
        • OAuthClientSecret
      • SSL
        • SSLServerCert
      • Logging
        • Verbosity
      • Schema
        • BrowsableSchemas
      • Miscellaneous
        • Pagesize
        • AggregateColumnMode
        • LinkColumnsMode
        • UseDisplayNames
        • DisplayLanguage
        • IncludeRelationships
        • IncludeFiltersAsViews
        • ModulesFiltersList
        • IncludeReports
        • ReportModulesList
        • FlattenReportObjects
        • FlattenReportsArrayDepth
        • IncludeDeleted
        • ServerSideOrderBy
        • MaxRows
        • PseudoColumns
        • RowScanDepth
        • ThrowsKeyNotFound
        • Timeout
    • Third Party Copyrights

SugarCRM - CData Cloud

Overview

CData Cloud offers access to SugarCRM across several standard services and protocols, in a cloud-hosted solution. Any application that can connect to a SQL Server database can connect to SugarCRM through CData Cloud.

CData Cloud allows you to standardize and configure connections to SugarCRM as though it were any other OData endpoint or standard SQL Server.

Key Features

  • Full SQL Support: SugarCRM appears as standard relational databases, allowing you to perform operations - Filter, Group, Join, etc. - using standard SQL, regardless of whether these operations are supported by the underlying API.
  • CRUD Support: Both read and write operations are supported, restricted only by security settings that you can configure in Cloud or downstream in the source itself.
  • Secure Access: The administrator can create users and define their access to specific databases and read-only operations or grant full read & write privileges.
  • Comprehensive Data Model & Dynamic Discovery: CData Cloud provides comprehensive access to all of the data exposed in the underlying data source, including full access to dynamic data and easily searchable metadata.

CData Cloud

Getting Started

This page provides a guide to Establishing a Connection to SugarCRM in CData Cloud, as well as information on the available resources, and a reference to the available connection properties.

Connecting to SugarCRM

Establishing a Connection shows how to authenticate to SugarCRM and configure any necessary connection properties to create a database in CData Cloud

Accessing Data from CData Cloud Services

Accessing data from SugarCRM through the available standard services and CData Cloud administration is documented in further details in the CData Cloud Documentation.

CData Cloud

Establishing a Connection

Connect to SugarCRM by selecting the corresponding icon in the Database tab. Required properties are listed under Settings. The Advanced tab lists connection properties that are not typically required.

Connecting to SugarCRM

To establish a connection to SugarCRM, set URL to the URL associated with your SugarCRM account in the form http://{sugar crm instance}.com.

Authenticating to SugarCRM

To authenticate the Cloud to SugarCRM, set the following:

  • User: The user of the SugarCRM account.
  • Password: The password associated with the SugarCRM user.
  • Platform (optional): If you're encountering a login conflict during authentication, set this to one of the platforms that you have created in the SugarCRM UI.

By default, SugarCRM uses the "sugar" client id for authentication, but users can optionally specify the client Id and client secret values of a custom app. See Creating a Custom OAuth Application for more information.

  • OAuthClientId: Client Id of your custom OAuth app.
  • OAuthClientSecret: Client secret of your custom OAuth app.

CData Cloud

Creating a Custom OAuth Application

Creating a Custom OAuth Application

SugarCRM uses the OAuth 2.0 authentication standard. However, unlike the typical OAuth authentication process, SugarCRM uses the "password" grant type to retrieve the access token. This means that it does not open a browser tab during authentication. This makes it easy to connect from both a Desktop Application or a Web Application.

Authenticating with Custom OAuth Consumer Keys

By default, SugarCRM uses the "sugar" client id for authentication, but users can optionally specify the client Id and client secret values of a custom app.

To create a new set of OAuth Consumer Keys:

  1. Log in to SugarCRM with an account that has administrator access.
  2. Navigate to the Admin Dashboard.
  3. On the top right corner of the page, click your profile.
  4. In the dropdown list, select Admin.
  5. In the System section, select OAuth Keys. SugarCRM displays all your default Consumer Keys.
  6. On the main navigation bar (on top of the site), click the OAuth Keys dropdown.
  7. Select Create OAuth Key and fill the required fields:
    • OAuth Version = OAuth 2.0
    • Consumer Key = your OAuthClientId
    • Consumer Secret = your OAuthClientSecret
  8. Click Save. SugarCRM creates your new OAuth Consumer Key.

When you connect the Cloud, it automatically:

  1. extracts the access token from the response and authenticates requests;
  2. refreshes the access token when it expires; and
  3. saves OAuth values in OAuthSettingsLocation to be persisted across connections.

CData Cloud

SSL Configuration

Customizing the SSL Configuration

To enable TLS, set the following:

  • URL: Prefix the connection string with https://

With this configuration, the Cloud attempts to negotiate TLS with the server. The server certificate is validated against the default system trusted certificate store. You can override how the certificate gets validated using the SSLServerCert connection property.

To specify another certificate, see the SSLServerCert connection property.

CData Cloud

Firewall and Proxy

Connecting Through a Firewall or Proxy

HTTP Proxies

To authenticate to an HTTP proxy, set the following:

  • ProxyServer: the hostname or IP address of the proxy server that you want to route HTTP traffic through.
  • ProxyPort: the TCP port that the proxy server is running on.
  • ProxyAuthScheme: the authentication method the Cloud uses when authenticating to the proxy server.
  • ProxyUser: the username of a user account registered with the proxy server.
  • ProxyPassword: the password associated with the ProxyUser.

Other Proxies

Set the following properties:

  • To use a proxy-based firewall, set FirewallType, FirewallServer, and FirewallPort.
  • To tunnel the connection, set FirewallType to TUNNEL.
  • To authenticate, specify FirewallUser and FirewallPassword.
  • To authenticate to a SOCKS proxy, additionally set FirewallType to SOCKS5.

CData Cloud

Data Model

The CData Cloud models entities in the SugarCRM API as an easy-to-use SQL database, using tables, views, and stored procedures. When you connect, the driver automatically retrieves the available entities and their metadata. Changes that you make in SugarCRM (for example, adding modules and fields or updating field types) are reflected immediately the next time that you connect.

The driver also supports custom modules and custom fields. You can query custom modules just like standard modules, and custom fields appear alongside the other columns in the corresponding tables or views.

Tables

The Tables section, which details standard SQL tables, and the Views section, which lists read-only SQL tables, contain samples of what you might have access to in your SugarCRM account. The following table includes a list of common tables and views:

Table Description
Accounts Stores information about organizations, companies, or individuals that a business maintains relationships with. This table includes account names, contact details, industry classifications, revenue attributes, and ownership structures that are used for customer management, sales planning, and reporting.
Activities Provides a unified view of interactions such as calls, meetings, tasks, and emails across modules. This view helps users track engagement history and follow-up activity for accounts, contacts, and opportunities.
Campaigns Stores marketing campaign configuration, scheduling, and targeting details. This table supports planning, execution, and performance evaluation across campaign channels.
Calls Stores call interaction records, including call details, participants, and status. This table supports sales communication tracking, follow-up workflows, and engagement reporting.
Cases Stores customer support case records. This table supports issue tracking, escalation management, service resolution workflows, and support performance reporting.
Contacts Stores contact records representing individual people who are associated with accounts, opportunities, or leads. This table supports relationship management, communication workflows, and customer engagement activities.
EmailAddresses Stores email address records that are linked to users, contacts, leads, and other entities. This table supports communication routing, contact identity resolution, and email activity tracking.
Emails Stores inbound, outbound, and archived email message data. This table supports messaging history, communication audit, and engagement timelines.
Leads Stores prospective customer records representing individuals or organizations that might convert into opportunities. This table supports lead qualification, nurturing workflows, and conversion tracking into contacts, accounts, and opportunities.
Meetings Stores records representing scheduled meetings and meeting occurrences. This table supports appointment coordination, sales engagement tracking, and collaboration scheduling.
Notes Stores user-authored notes and supplemental descriptive information that are linked to CRM records. This table supports collaboration, annotation of activity history, and contextual business documentation.
Opportunities Stores revenue opportunity records representing potential deals in the sales pipeline. This table supports forecasting, sales stage progression, and revenue planning.
Products Stores standard product records that are available for quoting and order processing. This table supports catalog management, pricing, and sales enablement.
Quotes Stores sales quote records containing pricing proposals for potential deals. This table supports deal negotiation, approval workflows, and quote-to-order execution.
Relationships Provides metadata describing how tables and records are related within SugarCRM. This view supports data modeling, dependency mapping, and relational schema analysis.
RevenueLineItems Stores granular revenue projection and forecast line items. This table supports stage-based forecasting and revenue analytics.
Tags Stores free-form tag values that are applied to records for classification. This table supports search, discovery, and categorization workflows.
Tasks Stores task and to-do activity records. This table supports personal organization, follow-up tracking, and workflow execution.
Teams Stores team definitions that determine row-level access and shared ownership. This table supports collaboration and access control.
Users Stores user account and profile records. This table supports identity management, access control, and user authentication. The maximum page size for this table is 20.

Stored Procedures

Stored Procedures are actions that are invoked via SQL queries. They perform tasks beyond standard CRUD operations, including creating schema files, downloading document files, and obtaining the OAuth access token that is used for authentication with SugarCRM.

CData Cloud

Tables

The Cloud models the data in SugarCRM as a list of tables in a relational database that can be queried using standard SQL statements.

CData Cloud - SugarCRM Tables

Name Description
Accounts Stores information about organizations, companies, or individuals that a business maintains relationships with. This table includes account names, contact details, industry classifications, revenue attributes, and ownership structures that are used for customer management, sales planning, and reporting.
ACLRoles Stores Access Control List (ACL) role definitions. This table supports role-based authorization by grouping permission settings that determine user access capabilities across the system.
ArchiveRuns Stores records of data archive execution events. This table helps administrators monitor data lifecycle operations and verify archive run outcomes.
Bugs Stores defect and issue tracking records. This table supports product support workflows, root-cause analysis, and customer-reported problem resolution.
BusinessCenters Stores information about business centers, including hours of operation and geographic service scope. This table supports scheduling logic, routing rules, and territory-based service management.
Calendar Stores calendar configuration and view settings. This table supports personalized schedule visualization and shared activity coordination.
Calls Stores call interaction records, including call details, participants, and status. This table supports sales communication tracking, follow-up workflows, and engagement reporting.
CampaignLog Stores activity and response tracking data for marketing campaigns. This table supports performance attribution and engagement effectiveness analysis.
Campaigns Stores marketing campaign configuration, scheduling, and targeting details. This table supports planning, execution, and performance evaluation across campaign channels.
CampaignTrackers Stores tracking links that monitor campaign click-through and web engagement behavior. This table supports digital engagement analytics and response measurement.
Cases Stores customer support case records. This table supports issue tracking, escalation management, service resolution workflows, and support performance reporting.
Categories Stores hierarchical category definitions for organizing content and records. This table supports knowledge management, product classification, and list filtering.
ChangeTimers Stores timing measurements that are associated with workflow transitions. This table supports service-level agreement (SLA) tracking and process performance analysis.
CJ_Forms Stores Customer Journey form definitions and captured form submissions. This table supports guided selling, structured intake, and workflow-driven data collection.
CJ_WebHooks Stores webhook endpoint configurations for Customer Journey automation events. This table supports real-time system integration and external process triggers.
CloudDrivePaths Stores references to external cloud storage file locations. This table supports linking and retrieving documents that are stored outside the CRM system.
CommentLog Stores threaded conversation entries that are attached to SugarCRM records. This table supports collaboration, context sharing, and discussion history tracking.
Comments Stores user comment entries that provide additional context or commentary on records. This table supports communication history and annotation of business activity.
ConsoleConfiguration Stores layout and configuration settings for the SugarCRM console interface. This table supports workspace customization and role-based dashboard experiences.
Contacts Stores contact records representing individual people who are associated with accounts, opportunities, or leads. This table supports relationship management, communication workflows, and customer engagement activities.
Contracts Stores contract agreement records and renewal details. This table supports contract lifecycle management, obligation tracking, and renewal planning.
ContractTypes Stores contract type classification records. This table supports contract grouping, reporting segmentation, and standardized contract processing.
Currencies Stores currency definitions and exchange rates. This table supports multi-currency transaction handling and standardized monetary value conversion.
CustomQueries Stores saved query definitions that are used for advanced filtering or custom reporting. This table supports analytics, integration queries, and dataset reusability.
Dashboards Stores dashboard configuration and component layout details. This table supports personalized workspace views, KPI visualization, and user productivity optimization.
DataArchiver Stores rules and configurations for archiving historical data. This table supports data governance, storage optimization, and system performance tuning.
DataPrivacy Stores data privacy request and consent management records. This table supports compliance with privacy regulations and customer data handling preferences.
DataSets Stores dataset definitions that structure reporting and analytics output. This table supports visualization, metric aggregation, and cross-module data modeling.
DocumentMerges Stores configuration rules that are used for document generation and template merging. This table supports automated production of customer-facing documents.
DocumentRevisions Stores historical revisions of documents. This table supports version history tracking, rollback, and document change auditing.
Documents Stores document metadata and content references. This table supports file storage, sharing, and record attachment workflows.
DocumentTemplates Stores reusable document templates that define formatting and layout. This table supports standardized document generation across business processes.
DocuSignEnvelopes Stores metadata for electronically signed document envelopes. This table supports signature tracking, validation, and document completion workflows.
DRI_SubWorkflows Stores execution instances of Customer Journey sub-processes. This table supports step-level progress monitoring and guided interaction flows.
DRI_SubWorkflow_Templates Stores template definitions for Customer Journey sub-process models. This table supports reusable, repeatable workflow patterns.
DRI_Workflows Stores execution instances of Customer Journey workflows. This table supports journey progress tracking and customer engagement orchestration.
DRI_Workflow_Task_Templates Stores reusable task templates for Customer Journey workflows. This table supports consistent task sequencing and repeatable engagement actions.
DRI_Workflow_Templates Stores master Customer Journey workflow templates. This table supports guided selling and structured engagement program design.
EAPM Stores External Account Password Management (EAPM) configuration and credential records. This table supports secure authentication and integration with third-party services.
EmailAddresses Stores email address records that are linked to users, contacts, leads, and other entities. This table supports communication routing, contact identity resolution, and email activity tracking.
EmailMarketing Stores records for marketing email campaign configuration and scheduling. This table supports campaign automation, outreach workflows, and performance reporting.
EmailParticipants Stores participant relationships for email messages, including senders and recipients. This table supports communication tracking and collaboration analysis.
Emails Stores inbound, outbound, and archived email message data. This table supports messaging history, communication audit, and engagement timelines.
EmailTemplates Stores reusable email templates in text and HTML formats. This table supports consistent messaging, automated notifications, and campaign execution.
EmbeddedFiles Stores embedded binary file attachments that are linked to CRM entities. This table supports documentation, artifact sharing, and reference file management.
Employees Stores employee profile and account identity records used for authentication and internal user management. This table supports organizational structure representation and access control.
Escalations Stores escalation request and resolution tracking records. This table supports service-level issue prioritization and response accountability.
ExternalUsers Stores external portal user identities. This table supports partner, customer, or outside-user access to portal-based functionality.
Filters Stores reusable filter and list-view configuration definitions. This table supports personalized data exploration, quick retrieval, and workflow efficiency.
ForecastManagerWorksheets Stores forecast review worksheets that are created by managers during forecast roll-up cycles. This table supports collaborative forecast validation and revenue planning oversight.
Forecasts Stores forecast values and planning data that are associated with specific time periods. This table supports performance tracking, revenue planning, and sales outlook analysis.
ForecastWorksheets Stores individual user-level forecast worksheet entries. This table supports personalized pipeline assessment and forecasting adjustments.
Geocode Stores geographic coordinate data that is derived from address fields. This table supports mapping, territory management, and proximity-based analytics.
HintAccountsets Stores grouped account insights that are generated by Sugar Hint. This table supports enriched company intelligence and account research.
HintEnrichFieldConfigs Stores configuration data that determines which fields are enriched by Sugar Hint. This table supports automated data enhancement and profile completion workflows.
HintNewsNotifications Stores news and article notification records that are surfaced through Sugar Hint data enrichment. This table helps users stay aware of relevant company and contact updates that support research and engagement planning.
HintNotificationTargets Stores routing and delivery configuration for Sugar Hint notification events. This table determines which users or systems receive enriched news and intelligence alerts.
Holidays Stores records representing holidays and non-working dates. This table supports scheduling logic, resource planning, and automatic date adjustments in calendaring workflows.
InboundEmail Stores configuration settings for inbound email accounts that are connected to SugarCRM. This table supports automated mailbox retrieval, assignment rules, and routing of email messages into CRM records.
KBArticles Stores knowledge base (KB) article summary records such as titles, publishing details, and classification fields. This table supports customer self-service access, internal knowledge sharing, and case resolution workflows.
KBContents Stores version-level content for knowledge base (KB) articles, including article body text and status metadata. This table supports version control, editorial review processes, and multi-language publication.
KBContentTemplates Stores reusable content templates for authoring knowledge base (KB) articles. This table ensures consistent formatting and structure across published support and informational documents.
KBDocuments Stores document references that are linked to knowledge base (KB) articles. This table supports attachments, supplemental reference materials, and documentation enhancements.
Leads Stores prospective customer records representing individuals or organizations that might convert into opportunities. This table supports lead qualification, nurturing workflows, and conversion tracking into contacts, accounts, and opportunities.
Manufacturers Stores manufacturer reference details used within product catalogs. This table supports supply chain tracking, vendor sourcing, and product grouping.
Meetings Stores records representing scheduled meetings and meeting occurrences. This table supports appointment coordination, sales engagement tracking, and collaboration scheduling.
Messages Stores records that represent message conversations and threaded communication. This table supports collaborative discussions and contextual communication history linked to CRM records.
Metrics Stores configuration details for metric definitions that drive pipeline and performance visualization. This table supports reporting dashboards and role-based KPIs.
MobileDevices Stores records representing mobile devices that are registered to access SugarCRM. This table supports device authentication, audit logging, and mobile security enforcement.
Notes Stores user-authored notes and supplemental descriptive information that are linked to CRM records. This table supports collaboration, annotation of activity history, and contextual business documentation.
Notifications Stores notification events that inform users of system changes, assignments, or activity updates. This table supports engagement awareness and timely workflow participation.
OAuthKeys The OAuthKeys table.
OAuthTokens The OAuthTokens table.
Opportunities Stores revenue opportunity records representing potential deals in the sales pipeline. This table supports forecasting, sales stage progression, and revenue planning.
OutboundEmail Stores configuration for outbound email servers and sending profiles. This table supports system-generated notifications and user-initiated messaging.
PdfManager Stores PDF template definitions and formatting layouts. This table supports automated PDF generation for quotes, proposals, and reporting.
pmse_Business_Rules Stores rule definitions that are used within the Advanced Workflow engine to drive conditional automation. This table supports decision logic execution across workflow paths.
pmse_Emails_Templates Stores email templates that are used by Advanced Workflow processes. This table supports automated messaging and process-driven communication.
pmse_Inbox Stores workflow task records that are assigned to users within the Advanced Workflow engine. This table supports queue management, task routing, and approval tracking.
pmse_Project Stores model definitions for the Advanced Workflow process. This table supports business process automation and lifecycle management.
ProductBundleNotes Stores descriptive notes that are associated with product bundles. This table supports documentation, internal context, and quoting rationale for bundled offerings.
ProductBundles Stores records that represent bundled product groupings. This table supports multi-item pricing, quoting, and packaged sales offerings.
ProductCategories Stores hierarchical category definitions for organizing products. This table supports catalog browsing, segmentation, and classification.
Products Stores standard product records that are available for quoting and order processing. This table supports catalog management, pricing, and sales enablement.
ProductTemplates Stores reusable template records that define product configuration defaults. This table supports consistent product setup and catalog scalability.
ProductTypes Stores product type classification values. This table supports segmentation, reporting, and filtering of product offerings.
Project Stores project records representing structured work initiatives. This table supports project planning, resource scheduling, and execution oversight.
ProjectTask Stores task records that are associated with projects. This table supports task assignment, progress tracking, and project activity management.
ProspectLists Stores targeted prospect list definitions that are used for marketing outreach. This table supports segmentation, campaign targeting, and audience selection.
PubSub_ModuleEvent_PushSubs Stores push subscription configurations for module event notifications. This table supports real-time integration and event-driven automation.
PurchasedLineItems Stores individual purchase line-item records. This table supports purchase history analysis, revenue attribution, and customer value insights.
Purchases Stores summarized purchase records that are linked to accounts or contacts. This table supports customer lifecycle management and sales effectiveness analysis.
PushNotifications Stores records representing push notification events that are delivered to users or devices. This table supports real-time engagement and alert-driven workflows.
Quotas Stores sales quota assignments for users or teams over specific time periods. This table supports performance measurement and goal tracking.
Quotes Stores sales quote records containing pricing proposals for potential deals. This table supports deal negotiation, approval workflows, and quote-to-order execution.
Releases Stores software release and versioning records. This table supports deployment management and compatibility tracking.
ReportMaker Stores report template and layout configuration records. This table supports custom reporting and analytics generation.
Reports Stores report definitions and display parameters. This table supports operational reporting, metrics visualization, and data analysis.
ReportSchedules Stores schedules that control automated report generation and delivery. This table supports recurring analytics distribution and scheduled insights.
RevenueLineItems Stores granular revenue projection and forecast line items. This table supports stage-based forecasting and revenue analytics.
SavedSearch Stores saved search definitions for reusable filtering criteria. This table supports quick recall of commonly used list views and data queries.
Schedulers Stores scheduled job definitions and execution metadata. This table supports automated background processing and timed workflow tasks.
ShiftExceptions Stores schedule exception records that are related to shift assignments. This table supports workforce planning and conflict resolution.
Shifts Stores shift schedule assignments for users or resources. This table supports operational staffing and availability planning.
Shippers Stores shipping provider records that are used in fulfillment workflows. This table supports order fulfillment and logistics management.
Styleguide Stores UI configuration and styling guidelines. This table supports interface consistency and user experience standardization.
Subscriptions Stores subscription and feed-follow relationships. This table supports record tracking, content syndication, and notification preference management.
SugarFavorites Stores references to user-favorited records. This table supports quick navigation and personalized workspace organization.
SugarLive Stores communication session details for SugarLive interactions. This table supports real-time customer engagement and conversation tracking.
Tags Stores free-form tag values that are applied to records for classification. This table supports search, discovery, and categorization workflows.
Tasks Stores task and to-do activity records. This table supports personal organization, follow-up tracking, and workflow execution.
TaxRates Stores tax rate definitions used in pricing and billing. This table supports financial compliance and transaction accuracy.
TeamNotices Stores announcements that are broadcast to team members. This table supports internal communication and organization-wide updates.
Teams Stores team definitions that determine row-level access and shared ownership. This table supports collaboration and access control.
TimePeriods Stores time period structures that are used in forecasting and reporting. This table supports standardized analysis intervals and planning cycles.
TrackerPerfs Stores performance tracking metrics for user or system activity. This table supports system performance optimization and usage monitoring.
TrackerQueries Stores logged query-execution records. This table supports diagnostic analysis and query performance tuning.
Trackers Stores user and system activity tracking records. This table supports operational analytics, historical review, and audit trails.
TrackerSessions Stores user session metadata. This table supports authentication tracking and session governance.
Users Stores user account and profile records. This table supports identity management, access control, and user authentication. The maximum page size for this table is 20.
UserSignatures Stores saved email signature templates for users. This table supports consistent branding and personalization in outbound emails.
VisualPipeline Stores configuration settings for pipeline visualization dashboards. This table supports graphical opportunity review and sales stage analysis.
WebLogicHooks Stores configuration for custom business logic hooks that are triggered by system events. This table supports extensibility and integration workflows.
WorkFlow Stores rule definitions for legacy workflow processes. This table supports automated condition-based workflow execution for older workflow components.

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

CData Cloud

Accounts

Stores information about organizations, companies, or individuals that a business maintains relationships with. This table includes account names, contact details, industry classifications, revenue attributes, and ownership structures that are used for customer management, sales planning, and reporting.

Columns

Name Type ReadOnly Description
Account_Type String False

The type of company or organization that is represented by this account record. This field categorizes the account based on business relationship or operational role, such as customer, partner, or vendor.

Acl_Team_Names String True

The list of team names that are associated with this account record. Each name identifies a team with permission to view or modify the account.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that governs access control for this account. The team set determines which users or teams can view, edit, or assign this record.

Affiliated_Business_Or_Jv_C Bool False

A Boolean field that returns a value of 'true' when this account is affiliated with another business or operates as part of a joint venture. It returns a value of 'false' when no affiliation exists.

Affiliationothername_C String False

The name of another affiliated business or organization that is linked to this account record. This field captures the external entity name when multiple affiliations exist.

Agentstarthistorydate_C Date False

The date on which the agent or representative first begins working with this account. This field supports historical tracking of account engagement.

Agenttrax_User_C Bool False

A Boolean field that returns a value of 'true' when the account is linked to an AgentTrax user profile. It returns a value of 'false' when no linkage exists.

Agenttrax_User_Notes_C String False

Additional notes or comments that are related to the AgentTrax user connection for this account. This field stores contextual details about integration settings or user activity.

Agenttraxaccounttype_C String False

The AgentTrax account type that is associated with this account record. This field identifies the classification that is used in the AgentTrax system.

Agenttraxaccttype_C String False

The alternate field that represents the AgentTrax account type. This field can be used when the system requires legacy or compatibility support for integration.

Annual_Revenue String False

The total annual revenue that is reported by this company. This field is used for financial analysis, segmentation, and sales prioritization.

Area_C String False

The geographic area or operational region that is assigned to this account. This field supports territory management and regional performance reporting.

Assigned_User_Id String False

The unique Id of the user who is assigned to manage this account record. The assigned user is responsible for account updates and follow-up actions.

Assigned_User_Name String True

The name of the user who is assigned to this account record. This field corresponds to the Assigned_User_Id field.

Base_Rate Decimal False

The base currency exchange rate that is applied to this account's financial fields. This field supports conversion and reporting across multiple currencies.

Billing_Address_City String False

The city component of the billing address for this account. This field is used for correspondence, invoicing, and location-based reporting.

Billing_Address_Country String False

The country component of the billing address for this account. This field identifies the country used for billing and regulatory purposes.

Billing_Address_Postalcode String False

The postal code that is used for the billing address of this account. This field supports invoice generation and delivery validation.

Billing_Address_State String False

The state, province, or region that is used for the billing address of this account. This field provides regional classification for billing and compliance.

Billing_Address_Street String False

The street address or detailed billing location of this account. This field supports invoice routing, verification, and correspondence.

Business_Center_Id String False

The unique Id of the business center that is associated with this account. The business center represents the regional or operational office that manages the relationship.

Business_Center_Name String True

The name of the business center that is represented by the Business_Center_Id field. This field provides a readable reference for reporting and filtering.

Campaign_Id String False

The unique Id of the marketing campaign that generated or influenced this account. This field enables campaign-to-account attribution analysis.

Campaign_Name String True

The name of the first marketing campaign that is associated with this account. This metadata field is used for lead source and campaign performance tracking.

Cancellation_Date_C Date False

The date on which the account or related agreement is canceled. This field supports retention analysis and renewal reporting.

Claimsratioytdloc_C Decimal False

The year-to-date claims ratio for this account, expressed as a local currency value. This field is used in performance and profitability reporting.

Commentlog String True

The log of comments that are associated with this account. This field supports collaboration and audit tracking for account updates.

Commission_C Decimal False

The commission amount or rate that applies to transactions related to this account. This field supports financial tracking and sales compensation calculations.

Contact_To_Discuss_Audits_C String False

The name or contact information of the individual who should be contacted regarding audit-related matters for this account.

Contact_To_Discuss_Claims_C String False

The name or contact information of the individual who should be contacted for claim-related inquiries or discussions.

Contact_To_Discuss_General_C String False

The name or contact information of the individual who handles general communication for this account.

Contact_To_Discuss_Premiums_C String False

The name or contact information of the individual who should be contacted to discuss account premium details or adjustments.

Contact_To_Discuss_Reporting_C String False

The name or contact information of the individual who manages reporting-related inquiries for this account.

Cplspriorytdloc_C Int False

The prior year-to-date value of claims paid losses for this account, expressed in local currency. This field supports historical claims performance tracking.

Cplsytdloc_C Int False

The current year-to-date value of claims paid losses that is expressed in local currency. This field supports ongoing performance reporting.

Created_By String True

The unique Id of the user who created this account record. This field supports auditing and ownership tracking.

Created_By_Name String True

The name of the user who created this account record. This field provides a readable reference for the Created_By field.

Credit_Reports_Agent_Permiss_C Bool False

A Boolean field that returns a value of 'true' when the agent has permission to access credit reports for this account. It returns a value of 'false' when permission is restricted.

Credit_Reports_Last_Run_Off_C Date False

The date on which the most recent credit report is generated for this account. This field helps users track the recency of credit review activity.

Currency_Id String False

The unique Id of the currency that is associated with this account record. This field determines the currency context for financial values that are displayed throughout the system.

Currytdnetloc_C Decimal False

The current year-to-date net value for this account, expressed in local currency. This field is used for financial performance and revenue analysis.

Cyber_Insurance_Coverage_C Bool False

A Boolean field that returns a value of 'true' when this account includes cyber insurance coverage as part of its policy portfolio. It returns a value of 'false' when no such coverage exists.

Date_Entered Datetime True

The date and time when this account record was originally created in the system. This field supports audit tracking and lifecycle analysis.

Date_Modified Datetime True

The date and time when this account record was most recently modified. This field enables users to track data changes and synchronization status.

Dba_C String False

The 'doing business as' (DBA) name that is associated with this account. This field stores the alternate trade or operating name that is used by the organization.

Deleted Bool False

A Boolean field that returns a value of 'true' when the record has been marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete functionality for recovery and audit purposes.

Description String False

A detailed narrative or full-text description of this account. This field is typically used to store general notes, contextual information, or background history.

Doctype_C String False

The document type classification that is associated with this account. This field is used in systems that integrate with document management or workflow modules.

Dri_Workflow_Template_Id String False

The unique Id of the Customer Journey workflow template that is linked to this account. This field establishes the connection between the account and its associated process template.

Dri_Workflow_Template_Name String True

The name of the Customer Journey workflow template that is associated with this account. This field provides a readable reference for the Dri_Workflow_Template_Id field.

Duns_Num String False

The Dun & Bradstreet (DUNS) number that uniquely identifies this business entity. This field supports third-party data enrichment, compliance checks, and credit verification.

Ec_Purchasing_User_C Bool False

A Boolean field that returns a value of 'true' when the account has access to electronic commerce (EC) purchasing functionality. It returns a value of 'false' when EC purchasing is not enabled.

Email String False

The primary email address that is associated with this account. This field supports communication, campaign targeting, and account notifications.

Email_Addresses_Non_Primary String False

The list of secondary or alternate email addresses that are associated with this account. This field is used for additional contact tracking and communication history.

Email_Opt_Out Bool False

A Boolean field that returns a value of 'true' when the account or its contacts have opted out of email communications. It returns a value of 'false' when email communication is permitted.

Email1 String False

The first email address field that stores the primary contact email for this account. This field can be used by legacy integrations or workflows.

Email2 String False

The secondary email address field for this account. This field stores an alternate contact address that can be used for backup or secondary communication.

Employees String False

The total number of employees for this account. This field can contain a single numeric value or a range (for example, '50 - 100'), allowing flexibility for organizations that report workforce size as an estimate.

Epay_User_C Bool False

A Boolean field that returns a value of 'true' when the account is registered for ePay services. It returns a value of 'false' when electronic payment access is not configured.

Est_Total_Prem_Gen_At_Office_C Decimal False

The estimated total premium amount that is generated at the office associated with this account. This field is used for forecasting and revenue tracking.

Estatement_User_C Bool False

A Boolean field that returns a value of 'true' when the account is enrolled in electronic statement delivery. It returns a value of 'false' when paper statements are preferred.

Estimated_Fntg_Wallet_Share_C String False

The estimated percentage or qualitative assessment of this account's share of funding wallet. This field is used to evaluate market penetration and growth potential.

Facebook String False

The Facebook page or username that is associated with this company. This field enables social media integration and brand engagement tracking.

Fidelity_Pak_User_C Bool False

A Boolean field that returns a value of 'true' when the account participates in the Fidelity PAK program. It returns a value of 'false' when the account is not enrolled.

Fnf_Agencies_Accounts_1_Name String True

The name of the related Fidelity National Financial (FNF) agency account that is linked through this relationship. This field provides a readable reference for the linked account.

Fnf_Agencies_Accounts_1fnf_Agencies_Ida String False

The unique Id of the related FNF agency account that is linked to this record. This field supports integration between agency and corporate data sources.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this account record for updates. It returns a value of 'false' when the user is not subscribed to notifications.

Googleplus String False

The Google Plus profile name or Id that is associated with this company. This field supports social profile integration for legacy data synchronization.

Hint_Account_Facebook_Handle String False

The Facebook handle that is associated with this account, as identified by the SugarCRM Hint data-enrichment service.

Hint_Account_Fiscal_Year_End String False

The fiscal year-end date that is recorded for this company. This field is sourced from SugarCRM Hint and is used for financial benchmarking and analysis.

Hint_Account_Founded_Year String False

The year in which the company was founded. This field is populated through SugarCRM Hint data enrichment to provide historical context.

Hint_Account_Industry String False

The industry classification that is assigned to this company. This field is populated by the SugarCRM Hint service to support segmentation and analytics.

Hint_Account_Industry_Tags String False

The list of descriptive tags that categorize this company's industry focus or specialization. Each tag supports enhanced search and segmentation.

Hint_Account_Location String False

The location or headquarters address of this company. This field is provided through SugarCRM Hint enrichment for geographic and market analysis.

Hint_Account_Logo String False

The URL or file reference of the company's logo that is retrieved from the SugarCRM Hint data service. This field supports visual identification within the CRM interface.

Hint_Account_Naics_Code_Lbl String False

The North American Industry Classification System (NAICS) code that is associated with this company. This field is populated through SugarCRM Hint for regulatory and industry analysis.

Hint_Account_Pic String False

The image or logo reference used by SugarCRM Hint to visually represent this company in enriched record displays.

Hint_Account_Size String False

The company size classification, as determined by the SugarCRM Hint service. This field reflects workforce or revenue tiers to support segmentation and sales targeting.

Id [KEY] String True

The unique Id for the account record. This field is system-generated and ensures that each account can be uniquely referenced across related tables.

Industry String False

The industry classification to which this company belongs. This field is used for market segmentation, reporting, and sales targeting.

Invalid_Email Bool False

A Boolean field that returns a value of 'true' when the account's primary email address is marked as invalid. It returns a value of 'false' when the address is valid and deliverable.

Is_Escalated Bool True

A Boolean field that returns a value of 'true' when the account is flagged for escalation. It returns a value of 'false' when no escalation is active.

Jacketsorderedytdloc_C String False

The number or description of jackets that are ordered year-to-date, expressed in local currency or local measurement standards. This field is used in internal performance reporting.

Jv_Or_Afba_Partner_Name_C String False

The name of the joint venture (JV) or Advanced Business Applications partner that is associated with this account. This field supports partner management and affiliate tracking.

Lastaccountingperiod_C String False

The most recent accounting period that is recorded for this account. This field supports reconciliation and financial performance tracking.

Lastupdatedate_C Datetime False

The date and time when account-related data is last updated. This field enables audit tracking and synchronization monitoring.

Local_Tag_C String False

The local classification tag that is applied to this account for internal categorization or regional segmentation.

Locked_Fields String True

The list of fields that are locked from user modification for this account. This field is managed by system policies to preserve data integrity.

Maxliability_C Decimal False

The maximum liability amount that is associated with this account. This field is used for financial risk assessment and policy control.

Modified_By_Name String True

The name of the user who last modified this account record. This field provides a readable reference for audit and ownership tracking.

Modified_User_Id String True

The unique Id of the user who last modified this account record. This field links to the user record responsible for the most recent update.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record has been marked as a favorite by the user. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The full legal or primary name of the company that is represented by this account. This field is the primary display name that is used in lists, reports, and relationship views.

Name_City_State_C String False

The concatenated combination of the account's name, city, and state. This field provides a standardized composite value for reference and search optimization.

Nasid_C String False

The National Agency System Identifier (NASID) that is associated with this account. This field supports identification and cross-system mapping for agencies.

Next_Renewal_Date Date True

The scheduled date for the next renewal of a contract, policy, or agreement that is linked to this account. This field supports forecasting and client retention management.

Ownership String False

The ownership type of the business, such as private, public, or partnership. This field supports compliance reporting and risk profiling.

Parent_Id String False

The unique Id of the parent account that is linked to this record. This field supports hierarchical account structures and roll-up reporting.

Parent_Name String True

The name of the parent account that is associated with this record. This field provides a readable reference for the Parent_Id field.

Perform_Sugar_Action Bool False

A Boolean field that returns a value of 'true' when the system is configured to perform a SugarCRM automation or action for this account. It returns a value of 'false' when no automated action is enabled.

Phone_Alternate String False

The alternate phone number that is associated with this company. This field provides an additional contact option for account communication.

Phone_Fax String False

The fax number that is associated with this company. This field supports fax-based correspondence and legacy communication workflows.

Phone_Office String False

The main office phone number for this company. This field is used as the primary contact number for business communications.

Primarylocation_C Bool False

A Boolean field that returns a value of 'true' when the account represents a primary location. It returns a value of 'false' when the record represents a branch or secondary site.

Prior_Year_Total_Premium_C Decimal False

The total premium amount that was generated in the previous year for this account. This field supports year-over-year financial analysis.

Prioreoynetloc_C Decimal False

The prior end-of-year net value for this account, expressed in local currency. This field supports comparative performance tracking.

Priorytdnetloc_C Decimal False

The prior year-to-date net value for this account, expressed in local currency. This field supports multi-period financial trend analysis.

Prospect_Numb_Sales_Calls_C Int False

The number of sales calls or touchpoints made with this prospect or account. This field helps track engagement level and sales activity.

Prospecting_Next_Step_C String False

The next planned sales or outreach step for this prospect. This field provides action visibility for pipeline management.

Prospecting_Notes_C String False

Additional notes or contextual information that are related to prospecting activities for this account. This field is used for reference and collaboration among sales teams.

Rating String False

An internal or external rating that is assigned to this company to reflect financial standing, reliability, or overall account quality. This field supports comparative analysis.

Reportedpoliciesytdloc_C Int False

The number of reported policies year-to-date, expressed in local currency or equivalent terms. This field supports operational and performance reporting.

Rynoh_Erecon_C Bool False

A Boolean field that returns a value of 'true' when the account is linked to the Rynoh eRecon integration for electronic reconciliation. It returns a value of 'false' when no integration is active.

Service_Level String False

The predefined service level that is associated with this company. This field is used to manage customer tiering and performance expectations.

Shipping_Address_City String False

The city component of the shipping address for this account. This field supports logistics, delivery, and correspondence.

Shipping_Address_Country String False

The country component of the shipping address for this account. This field supports international delivery and compliance validation.

Shipping_Address_Postalcode String False

The postal code that is used for the shipping address of this account. This field supports routing accuracy and fulfillment processing.

Shipping_Address_State String False

The state, province, or regional designation for the shipping address of this account. This field provides location classification for delivery and tax purposes.

Shipping_Address_Street String False

The street address or physical location that is used for shipping purposes. This field provides complete address information for logistics coordination.

Sic_Code String False

The Standard Industrial Classification (SIC) code that identifies this company's primary business activity. This field supports regulatory and industry reporting.

Software_Escrow_Title_C String False

The software escrow title that is associated with this account. This field is used for contractual compliance and escrow agreement management.

Status_C String False

The current operational or relationship status of this account. This field supports workflow routing and status-based reporting.

Sync_Key String True

The synchronization key that links this account to external systems or integrations. This field ensures consistency across synchronized environments.

Tag String False

The tag or keyword that is associated with this account for search and categorization purposes. This field supports filtering and segmentation.

Team_Count String False

The number of teams that is associated with this account record. This field is system-generated and used for access management reporting.

Team_Id String False

The unique Id of the team that owns or has access to this account. This field supports team-based permissions and visibility control.

Team_Name String False

The name of the team that is associated with this account record. This field provides a readable reference for the Team_Id field.

Team_Set_Id String False

The unique Id of the team set that grants access to this account. This field allows multiple teams to share access permissions.

Test_Contact_For_Claims_C String False

The name or contact information of the individual who is designated as the test contact for claims-related correspondence.

Ticker_Symbol String False

The stock-ticker symbol under which this company is publicly traded. This field is used for market research and financial reporting.

Titlepoint_User_C Bool False

A Boolean field that returns a value of 'true' when the account is registered as a TitlePoint user. It returns a value of 'false' when the account is not enrolled.

Titlepoint_User_Notes_C String False

Notes or contextual comments about the account's TitlePoint user configuration. This field provides operational insight for integrated users.

Titlewave_User_C Bool False

A Boolean field that returns a value of 'true' when the account is registered as a TitleWave user. It returns a value of 'false' when the account is not enrolled.

Twitter String False

The Twitter handle or username that is associated with this company. This field supports social-media engagement tracking and brand monitoring.

Website String False

The primary website URL of the company. This field provides a direct reference for public information and online presence.

Widget_Next_Renewal_Date String True

The next renewal date as displayed in the account widget view. This field synchronizes renewal visibility for dashboard and UI components.

Ytdvarianceloc_C Decimal False

The year-to-date variance value for this account, expressed in local currency. This field supports financial performance comparison and variance analysis.

CData Cloud

ACLRoles

Stores Access Control List (ACL) role definitions. This table supports role-based authorization by grouping permission settings that determine user access capabilities across the system.

Columns

Name Type ReadOnly Description
Access_Override Int True

The override access level that is applied to this role for specific modules or actions. This field is used to raise or lower the default permission level when an exception is required.

Created_By String True

The unique identifier (Id) of the user who created this role record. This field supports auditability and ownership tracking.

Date_Entered Datetime True

The date and time when this role record is created in the system. This field supports lifecycle auditing and historical reporting.

Date_Modified Datetime True

The date and time when this role record is most recently modified. This field enables users to track configuration changes and synchronization status.

Deleted Bool False

A Boolean field that returns a value of 'true' when the role record is marked for deletion. It returns a value of 'false' when the role record remains active. This field supports soft-delete workflows and recovery.

Description String False

The descriptive text that explains the purpose and scope of this role. A role is an access-control definition that specifies permissions for modules and actions across the application.

Id [KEY] String True

The unique Id for this role record. This field ensures that the role can be referenced unambiguously in assignments, permissions, and integration mappings.

Modified_User_Id String True

The Id of the user who last modified this role record. This field links the most recent change to a specific user for audit purposes.

Name String False

The display name of the role. This value appears in role assignment dialogs and access-control configuration screens.

CData Cloud

ArchiveRuns

Stores records of data archive execution events. This table helps administrators monitor data lifecycle operations and verify archive run outcomes.

Columns

Name Type ReadOnly Description
Archiver_Id String False

The unique identifier (Id) of the data archiver configuration that is used to run this archive. This field determines which archiving rules are applied to the archived data.

Commentlog String True

A list or record of comments that are associated with this archive run. This field supports collaboration and audit tracking.

Created_By String True

The Id of the user who created this archive run record. This field supports auditability and ownership tracking.

Created_By_Name String True

The name of the user who created this archive run record. This field provides a readable reference for the Created_By field.

Date_Entered Datetime True

The date and time when this archive run record is created in the system. This field supports lifecycle auditing and reporting.

Date_Modified Datetime True

The date and time when this archive run record is most recently modified. This field enables users to track update history.

Date_Of_Archive Datetime False

The date and time when the archive operation is performed. This field helps administrators determine when data retention actions occurred.

Deleted Bool False

A Boolean field that returns a value of 'true' when the archive run record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and recovery.

Description String False

A descriptive note or explanatory text that provides details about this archive run. This field supports operational context and historical reference.

Filter_Def String False

The filter definition that specifies which records are included in the archive run. This field defines the criteria that are used during data selection.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this archive run record to receive updates. It returns a value of 'false' when the user is not subscribed.

Id [KEY] String True

The Id for this archive run record. This field ensures that the record can be referenced reliably across related processes and modules.

Ids_Processed String False

The list of record Ids that are processed during this archive operation. This field provides traceability for archived or deleted data.

Locked_Fields String True

The list of fields that are locked and cannot be modified for this archive run record. This field maintains data integrity when records are finalized.

Modified_By_Name String True

The name of the user who most recently modified this archive run record. This field provides a readable reference for the Modified_User_Id field.

Modified_User_Id String True

The Id of the user who most recently modified this archive run record. This field links the latest change to a specific user for auditing.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks this archive run record as a favorite. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The display name of the archive run. This field is used for identifying the run in lists, logs, and audit views.

Num_Processed Int False

The total number of records that are processed during this archive run. This field supports operational analysis and data retention reporting.

Process_Type String False

The type of data operation that is performed during this run, such as archiving or deletion. This field defines the effect of the run on the selected records.

Source_Module String False

The module from which records are selected for archiving. This field identifies the origin of the data affected by the archive run.

Sync_Key String True

The synchronization key that is used to link this archive run to external systems or data integrations. This field supports cross-system data consistency.

Tag String False

A tag or classification used to categorize or filter this archive run for search or reporting purposes. This field assists with organizational and retrieval needs.

CData Cloud

Bugs

Stores defect and issue tracking records. This table supports product support workflows, root-cause analysis, and customer-reported problem resolution.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this bug record. Each name identifies a team with access permissions for viewing or managing the record.

Acl_Team_Set_Id String False

The identifier (Id) of the team set that controls access to this bug record. The team set determines which users or groups can view and update the record.

Assigned_User_Id String False

The Id of the user who is assigned to resolve or manage this bug. This field is used for ownership and accountability tracking.

Assigned_User_Name String True

The name of the user who is assigned to this bug record. This field provides a readable reference for the Assigned_User_Id field.

Bug_Number Int False

The visible reference number that is used to track and identify the bug. This number is typically displayed to users and included in defect communications.

Business_Hours_To_Resolution Decimal True

The total number of business hours that are required to resolve this issue. This field supports service-level reporting and performance analysis.

Commentlog String True

A record of comments that are associated with this bug. This field supports collaboration and provides historical context for troubleshooting.

Created_By String True

The unique Id of the user who created this bug record. This field supports auditing and origin tracking.

Created_By_Name String True

The name of the user who created this bug record. This field provides a readable reference for the Created_By field.

Date_Entered Datetime True

The date and time when this bug record was created in the system. This field supports lifecycle auditing and historical tracking.

Date_Modified Datetime True

The date and time when this bug record was most recently modified. This field enables users to identify when updates occur.

Deleted Bool False

A Boolean field that returns a value of 'true' when the bug record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and record recovery.

Description String False

A full descriptive explanation of the bug, including context, symptoms, and relevant supporting information. This field supports thorough documentation and troubleshooting.

Fixed_In_Release String False

The release version in which this bug is corrected. This field provides traceability for patch deployment and regression management.

Fixed_In_Release_Name String True

The name of the software release that corresponds to the value in the Fixed_In_Release field. This field provides a readable reference for reporting and communication.

Follow_Up_Datetime Datetime False

The date and time by which follow-up action should occur for this bug. This field supports workflow, reminders, and escalation timing.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this bug to receive updates. It returns a value of 'false' when the user is not subscribed.

Found_In_Release String False

The software release in which this bug first appears. This field helps identify regression sources and release-based defect patterns.

Hours_To_Resolution Decimal True

The total number of calendar hours that are required to resolve this issue. This field differs from the Business_Hours_to_Resolution field by including non-business time in the calculation.

Id [KEY] String True

The Id for this bug record. This field ensures that the record can be referenced reliably across related modules and processes.

Is_Escalated Bool True

A Boolean field that returns a value of 'true' when the bug is escalated to a higher priority or support tier. It returns a value of 'false' when no escalation is currently active.

Locked_Fields String True

The list of fields that are locked from modification for this bug. This field ensures that key data remains consistent after review or approval.

Modified_By_Name String True

The name of the user who most recently modified this bug record. This field provides a readable reference for the Modified_User_Id field.

Modified_User_Id String True

The Id of the user who most recently modified this bug record. This field supports audit tracking of update responsibility.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks this bug record as a favorite. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The short descriptive title of the bug. This field is used in lists, dashboards, and search results for quick identification.

Pending_Processing Bool True

A Boolean field that returns a value of 'true' when the bug is awaiting processing or system action. It returns a value of 'false' when no pending system operation exists.

Portal_Viewable Bool False

A Boolean field that returns a value of 'true' when this bug is visible to portal users. It returns a value of 'false' when the record is restricted to internal users.

Priority String False

The priority rating of this issue, which is used to determine troubleshooting urgency and resource allocation.

Product_Category String False

The functional area or product category in which the bug is discovered. Example categories include 'Accounts', 'Contacts', or 'Leads'. This field supports pattern analysis and ownership routing.

Release_Name String True

The name of the release that is associated with this bug. This field provides a readable reference for release-based tracking and reporting.

Resolution String False

A description of how the issue is resolved. This field can indicate changes, fixes, or determinations that are made during resolution.

Resolved_Datetime Datetime False

The date and time when the bug is resolved. This field supports trend analysis and resolution time reporting.

Source String False

The source through which the bug is reported (for example, 'web submission', 'internal entry', or 'email-based creation'). This field helps identify the origin of the issue.

Source_Id String False

The unique Id of the related source record, if it is applicable. This field is used when the bug is linked to an external or integrated system.

Source_Meta String False

Additional metadata that is associated with the bug source. This field can contain contextual attributes that support reporting or integration tracing.

Source_Type String False

The classification of the source entity for the bug (for example, 'user', 'external system', or 'automated process'). This field is used to interpret the value in the Source_Id and Source_Meta fields.

Status String False

The current status of the bug (for example, 'New', 'In Progress', or 'Resolved). This field supports workflow routing and progress tracking.

Sync_Key String True

The synchronization key that links this bug record to external systems or replication processes. This field ensures consistent record identity across integrations.

Tag String False

A tag or label that is associated with this bug for categorization and search filtering. This field helps group issues for analysis and review.

Team_Count String False

The number of teams that have access to this bug record. This value is derived from the associated team set and is used in access management reporting.

Team_Id String False

The Id of the primary team that is assigned to this bug. The team assignment determines initial visibility and responsibility.

Team_Name String False

The name of the primary team that is associated with this bug. This field provides a readable reference for the Team_Id field.

Team_Set_Id String False

The Id of the team set that controls access to this bug record. A team set can include multiple teams that share access permissions.

Type String False

The classification of the issue (for example, 'defect' or 'enhancement request'). This field supports filtering and reporting by issue type.

Widget_Follow_Up_Datetime String True

The follow-up deadline that is displayed in the widget-based user interface. This field provides a quick reference for time-sensitive actions.

Work_Log String False

A free-form text log that records investigative steps, troubleshooting actions, and resolution activities for the bug. This field supports collaboration and historical review.

CData Cloud

BusinessCenters

Stores information about business centers, including hours of operation and geographic service scope. This table supports scheduling logic, routing rules, and territory-based service management.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this business center record. Each name identifies a team with access permissions for viewing or managing the record.

Acl_Team_Set_Id String False

The identifier (Id) of the team set that controls access to this business center record. The team set determines which users and groups can view or update the record.

Address_City String False

The city component of the physical address for this business center. This field is used to determine geographic service coverage and location identification.

Address_Country String False

The country component of the physical address for this business center. This field supports international operations and compliance requirements.

Address_Postalcode String False

The postal code that is associated with the business center's address. This field supports delivery routing and region-based reporting.

Address_State String False

The state, province, or region that is associated with the business center's address. This field supports location classification and territory assignment.

Address_Street String False

The street address for this business center. This field supports physical mailing, site-level identification, and mapping.

Assigned_User_Id String False

The Id of the user who is assigned to manage or oversee this business center record. This field supports ownership and accountability.

Assigned_User_Name String True

The name of the user who is assigned to this business center. This field provides a readable reference for the Assigned_User_Id field.

Commentlog String True

The list or record of comments that are associated with this business center. This field supports collaboration and operational note keeping.

Created_By String True

The unique Id of the user who created this business center record. This field supports auditability and origin tracking.

Created_By_Name String True

The name of the user who created this business center record. This field provides a readable reference for the Created_By field.

Date_Entered Datetime True

The date and time when this business center record was created in the system. This field supports lifecycle auditing and historical reporting.

Date_Modified Datetime True

The date and time when this business center record was most recently modified. This field enables users to track update activity.

Deleted Bool False

A Boolean field that returns a value of 'true' when the business center record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and recovery.

Description String False

A descriptive narrative that explains the purpose or characteristics of the business center. This field is used for context, clarification, and communication.

Following Bool False

A Boolean field that returns a value of 'true' when the current user follows this business center record to receive updates. It returns a value of 'false' when the user is not subscribed.

Friday_Close_Hour String False

The hour during which the business center closes on Fridays. This field works with related time fields to define business operating hours.

Friday_Close_Minutes String False

The minute value that represents when the business center closes on Fridays. This field refines the close time to the minute level.

Friday_Open_Hour String False

The hour during which the business center opens on Fridays. This field defines start-of-day availability on Fridays.

Friday_Open_Minutes String False

The minute value that represents when the business center opens on Fridays. This field refines the open time to the minute level.

Id [KEY] String True

The Id for this business center record. This field ensures that the record can be referenced reliably across modules and integrations.

Is_Open_Friday Bool False

A Boolean field that returns a value of 'true' when the business center operates on Fridays. It returns a value of 'false' when the center is closed on Fridays.

Is_Open_Monday Bool False

A Boolean field that returns a value of 'true' when the business center operates on Mondays. It returns a value of 'false' when the center is closed on Mondays.

Is_Open_Saturday Bool False

A Boolean field that returns a value of 'true' when the business center operates on Saturdays. It returns a value of 'false' when the center is closed on Saturdays.

Is_Open_Sunday Bool False

A Boolean field that returns a value of 'true' when the business center operates on Sundays. It returns a value of 'false' when the center is closed on Sundays.

Is_Open_Thursday Bool False

A Boolean field that returns a value of 'true' when the business center operates on Thursdays. It returns a value of 'false' when the center is closed on Thursdays.

Is_Open_Tuesday Bool False

A Boolean field that returns a value of 'true' when the business center operates on Tuesdays. It returns a value of 'false' when the center is closed on Tuesdays.

Is_Open_Wednesday Bool False

A Boolean field that returns a value of 'true' when the business center operates on Wednesdays. It returns a value of 'false' when the center is closed on Wednesdays.

Locked_Fields String True

The list of fields that are locked and cannot be modified for this business center record. This field preserves required data integrity.

Modified_By_Name String True

The name of the user who most recently modified this business center record. This field provides a readable reference for the Modified_User_Id field.

Modified_User_Id String True

The Id of the user who most recently modified this business center record. This field supports audit tracking.

Monday_Close_Hour String False

The hour during which the business center closes on Mondays. This field defines end-of-day operations for Mondays.

Monday_Close_Minutes String False

The minute value that refines the Monday closing time. This field provides minute-level scheduling accuracy.

Monday_Open_Hour String False

The hour during which the business center opens on Mondays. This field defines start-of-day availability for Mondays.

Monday_Open_Minutes String False

The minute value that refines the Monday opening time. This field provides minute-level scheduling accuracy.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks this business center record as a favorite. It returns a value of 'false' when the record is not favorited.

Name String False

The display name of the business center. This field is used for identification in lists, dashboards, and administrative configuration.

Saturday_Close_Hour String False

The hour during which the business center closes on Saturdays. This field supports defining weekend operating availability.

Saturday_Close_Minutes String False

The minute value that refines the Saturday closing time. This field provides minute-level scheduling accuracy.

Saturday_Open_Hour String False

The hour during which the business center opens on Saturdays. This field defines business availability for weekend operations.

Saturday_Open_Minutes String False

The minute value that refines the Saturday opening time. This field provides minute-level scheduling accuracy.

Sunday_Close_Hour String False

The hour during which the business center closes on Sundays. This field defines the end of operating hours for Sundays.

Sunday_Close_Minutes String False

The minute value that refines the Sunday closing time. This field provides minute-level accuracy.

Sunday_Open_Hour String False

The hour during which the business center opens on Sundays. This field defines weekend service availability.

Sunday_Open_Minutes String False

The minute value that refines the Sunday opening time. This field provides precise scheduling control.

Sync_Key String True

The synchronization key that links this business center to external systems or integrations. This field ensures cross-system record consistency.

Tag String False

A tag or label that is associated with this business center for filtering and organization. This field supports search and segmentation.

Team_Count String False

The number of teams that have access to this business center record. This value supports permission and visibility analysis.

Team_Id String False

The Id of the primary team that is associated with this business center. This team determines default viewing and editing access.

Team_Name String False

The name of the primary team that is associated with this business center. This field provides a readable reference for the Team_Id field.

Team_Set_Id String False

The Id of the team set that provides shared access to this business center. This field enables multi-team visibility.

Thursday_Close_Hour String False

The hour during which the business center closes on Thursdays. This field defines end-of-day availability for Thursdays.

Thursday_Close_Minutes String False

The minute value that refines the Thursday closing time. This field supports precise scheduling.

Thursday_Open_Hour String False

The hour during which the business center opens on Thursdays. This field defines start-of-day availability for Thursdays.

Thursday_Open_Minutes String False

The minute value that refines the Thursday opening time. This field provides minute-level control.

Timezone String False

The time zone in which this business center operates. This field ensures accurate scheduling, workflow timing, and communication alignment.

Tuesday_Close_Hour String False

The hour during which the business center closes on Tuesdays. This field helps define end-of-day operations for Tuesdays.

Tuesday_Close_Minutes String False

The minute value that refines the Tuesday closing time. This field supports precise operational timing.

Tuesday_Open_Hour String False

The hour during which the business center opens on Tuesdays. This field defines business availability for Tuesdays.

Tuesday_Open_Minutes String False

The minute value that refines the Tuesday opening time. This field supports accurate scheduling.

Wednesday_Close_Hour String False

The hour during which the business center closes on Wednesdays. This field defines the end of the operational window for Wednesdays.

Wednesday_Close_Minutes String False

The minute value that refines the Wednesday closing time. This field provides accurate closure timing.

Wednesday_Open_Hour String False

The hour during which the business center opens on Wednesdays. This field defines start-of-day operations for Wednesdays.

Wednesday_Open_Minutes String False

The minute value that refines the Wednesday opening time. This field ensures precise morning schedule control.

CData Cloud

Calendar

Stores calendar configuration and view settings. This table supports personalized schedule visualization and shared activity coordination.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this calendar record. Each name identifies a team that has access to the record.

Acl_Team_Set_Id String False

The identifier (Id) of the team set that controls access permissions for this calendar. The team set determines which users and groups can view or modify the calendar configuration.

Agenda_Event_Template String True

The template that defines how events are displayed in the agenda view. This field controls formatting for agenda-style schedule layouts.

Allow_Create Bool False

A Boolean field that returns a value of 'true' when users are allowed to create new events on this calendar. It returns a value of 'false' when event creation is restricted.

Allow_Delete Bool False

A Boolean field that returns a value of 'true' when users are allowed to delete events on this calendar. It returns a value of 'false' when event deletion is restricted.

Allow_Update Bool False

A Boolean field that returns a value of 'true' when users are allowed to update existing events on this calendar. It returns a value of 'false' when event editing is restricted.

Assigned_User_Id String False

The unique Id of the user who is assigned to manage or own this calendar configuration. This field supports ownership and accountability.

Assigned_User_Name String True

The name of the user who is assigned to this calendar record. This field provides a readable reference for the Assigned_User_Id field.

Calendar_Filter String True

The filter criteria that determine which records are displayed in this calendar view. This field controls record visibility and scope.

Calendar_Module String False

The module from which records are sourced for display in the calendar. This field determines what kinds of records appear as events or entries.

Calendar_Type String True

The type of calendar configuration, such as personal, shared, or team-based. This field defines how the calendar is accessed and displayed.

Color String True

The color value that is applied to the calendar to visually distinguish it from others. This field supports visual organization and identification.

Commentlog String True

The list of comments that are associated with this calendar. This field supports collaboration and contextual documentation.

Created_By String True

The Id of the user who created this calendar record. This field supports audit tracking and origin attribution.

Created_By_Name String True

The name of the user who created this calendar record. This field provides a readable reference for the Created_By field.

Date_Entered Datetime True

The date and time when this calendar record was created in the system. This field supports lifecycle auditing and chronological reporting.

Date_Modified Datetime True

The date and time when this calendar record was most recently modified. This field allows users to track when configuration updates occur.

Day_Event_Template String True

The template that defines how events appear in day view. This field controls event formatting for daily schedule presentation.

Dblclick_Event String True

The action or behavior that occurs when a user double-clicks an event in the calendar. This field configures event interaction behavior.

Deleted Bool False

A Boolean field that returns a value of 'true' when this calendar record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows.

Description String False

A narrative description that explains the purpose or configuration details for this calendar. This field provides context to users who reference or maintain the calendar.

Duration_Days String True

The number of days spanned by the event. This field supports duration calculation for multi-day activities.

Duration_Hours String True

The number of hours spanned by the event. This field supports hourly duration tracking.

Duration_Minutes String True

The number of minutes spanned by the event. This field refines duration tracking to minute-level precision.

Event_End String True

The ending date and time of the event that is displayed in the calendar. This field determines when the event concludes.

Event_Start String False

The starting date and time of the event that is displayed in the calendar. This field determines when the event begins.

Event_Tooltip_Template String True

The template that is used to generate the tooltip that is displayed when you hover over an event. This field controls event preview formatting.

Following Bool False

A Boolean field that returns a value of 'true' when the current user follows this calendar to receive updates. It returns a value of 'false' when the user is not subscribed.

Ical_Event_Template String True

The template used when exporting events into iCal format. This field ensures compatibility with external calendar applications.

Id [KEY] String True

The Id for this calendar record. This field ensures that the record can be referenced reliably across modules and integrations.

Locked_Fields String True

The list of fields that are locked from modification for this calendar record. This field helps maintain data integrity in controlled configurations.

Modified_By_Name String True

The name of the user who most recently modified this calendar record. This field provides a readable reference for the Modified_User_Id field.

Modified_User_Id String True

The Id of the user who most recently modified this calendar record. This field supports audit and accountability tracking.

Month_Event_Template String True

The template that defines how events appear in month view. This field determines visual formatting for calendar grid displays.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks this calendar record as a favorite. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The display name of the calendar. This field is used to identify the calendar in lists, dashboards, and selection menus.

Schedulermonth_Event_Template String True

The template that defines how events appear in scheduler month view. This field controls scheduling-style monthly layout formatting.

Subject String True

The subject or label that is associated with calendar events. This field supports quick identification of event purpose.

Sync_Key String True

The synchronization key that links this calendar record to external systems or calendar integrations. This field ensures data consistency across platforms.

Tag String False

A tag or keyword that is associated with this calendar for categorization and filtering. This field supports search and user organization.

Team_Count String False

The number of teams that have access to this calendar record. This field supports visibility and permission analysis.

Team_Id String False

The Id of the primary team that is associated with this calendar. This team determines default record access.

Team_Name String False

The name of the primary team that is associated with this calendar record. This field provides a readable reference for the Team_Id field.

Team_Set_Id String False

The Id of the team set that grants shared access to this calendar. This field enables multi-team visibility and collaboration.

Timeline_Event_Template String True

The template that defines how events are presented on timeline visualizations. This field supports chronological process view formatting.

Week_Event_Template String True

The template that defines how events are displayed in week view. This field controls week-based scheduling layouts.

CData Cloud

Calls

Stores call interaction records, including call details, participants, and status. This table supports sales communication tracking, follow-up workflows, and engagement reporting.

Columns

Name Type ReadOnly Description
Accept_Status String False

The current acceptance status of the call request for the user. This field reflects whether the user has accepted, declined, or not responded to the call invitation.

Accept_Status_Users String False

The list of users and their acceptance statuses for this call. This field supports group call coordination and attendance tracking.

Acl_Team_Names String True

The list of team names that are associated with this call record. Each name identifies a team that has visibility or management permissions for the call.

Acl_Team_Set_Id String False

The Id of the team set that controls access to this call record. The team set determines which users or groups are permitted to view and modify the call.

Assigned_User_Id String False

The unique identifier (Id) of the user that is assigned to manage or lead the call. This field supports ownership, accountability, and workload balancing.

Assigned_User_Name String True

The name of the user that is assigned to this call. This field provides a human-readable reference for the assigned_user_id field.

Auto_Invite_Parent Bool False

A Boolean field that returns a value of 'true' when the system automatically invites the parent record's related participants to the call. It returns a value of 'false' when automatic parent-based invitations are disabled.

Aws_Contact_Id String True

The Amazon Web Services (AWS) Connect contact Id that corresponds to this call. This field maps calls to AWS telephony session records for integration tracking.

Aws_Lens_Data String False

The raw analytics data that is generated by the AWS Contact Lens service for this call. This field can include sentiment scoring, topic extraction, or conversational analysis metadata.

Call_Differentiating_Value_C String False

A classification or tag that is used to differentiate this call for reporting or process routing. This field helps categorize calls beyond standard type or direction attributes.

Call_Recording String True

The display name that is used for referencing the call recording. This field provides a readable label for users reviewing recorded calls.

Call_Recording_Url String False

The URL where the call recording can be accessed or downloaded. This field enables playback for compliance review, training, and case analysis.

Cj_Activity_Tpl_Name String True

The template name that is used for representing this call within Customer Journey visualizations. This field supports consistent, styled activity rendering in guided workflows.

Cj_Actual_Sort_Order String False

The position of this call activity within the sequence of Customer Journey (CJ) steps. This field defines ordering in multi-stage journey progressions.

Cj_Allow_Activity_By String False

The user roles or conditions that determine who can perform this activity within the CJ. This field supports permission-based workflow enforcement.

Cj_Blocked_By_Stages String False

The stages or milestones that prevent this call activity from progressing until prerequisites are met. This field enforces structured CJ sequencing.

Cj_Momentum_End_Date Datetime False

The date when momentum scoring for the call or journey activity ends. This field supports engagement progress analytics.

Cj_Momentum_Points Int True

The total number of momentum points that are assigned to this call in the CJ scoring model. This field supports behavioral scoring and prioritization.

Cj_Momentum_Ratio Double True

The ratio that represents momentum change or progress relative to expected journey engagement. This field provides performance-based scoring context.

Cj_Momentum_Score Int True

The computed CJ momentum score for this call. This field reflects behavioral engagement strength during the journey stage.

Cj_Momentum_Start_Date Datetime False

The date when momentum scoring for this call begins. This field marks the start of engagement scoring analysis.

Cj_Parent_Activity_Id String False

The Id of the parent CJ activity that is associated with this call. This field establishes hierarchical workflow relationships.

Cj_Parent_Activity_Type String False

The type of parent activity within the CJ. This field clarifies how this call fits into the broader journey model.

Cj_Url String False

The URL link to the CJ visualization for this call. This field allows users to navigate directly to guided workflow context.

Commentlog String True

The list or record of comments that are associated with this call. This field supports collaboration and historical reference.

Contact_Id String True

The Id of the primary contact that is associated with this call. This field links the call to a specific person for communication or service follow-up.

Contact_Name String True

The name of the contact who is associated with this call. This field provides a readable reference for the contact_id field.

Created_By String True

The Id of the user who created this call record. This field supports auditing and origin tracking.

Created_By_Name String True

The name of the user who created this call record. This field provides a readable reference for the Created_By field.

Customer_Journey_Blocked_By String False

The Customer Journey stage or condition that prevents this call activity from progressing. This field enforces structured advancement criteria.

Customer_Journey_Points String False

The number of Customer Journey points that are earned or assigned during this call. This field supports engagement scoring and progress evaluation.

Customer_Journey_Progress Double True

The percentage of progress that is made toward completing the Customer Journey stage associated with this call. This field provides numeric progress tracking.

Customer_Journey_Score Int True

The performance or engagement score that is assigned to this call in the Customer Journey model. This field is used for prioritization and analysis.

Date_End Datetime True

The date and time when the call is scheduled to end or actually ended. This field is used for scheduling accuracy and duration tracking.

Date_Entered Datetime True

The date and time when this call record was created in the system. This field supports lifecycle auditing and chronological reporting.

Date_Modified Datetime True

The date and time when this call record was most recently modified. This field enables tracking of update history.

Date_Start Datetime False

The date and time when the call is scheduled to begin or actually began. This field is essential for scheduling and timeline-based reporting.

Deleted Bool False

A Boolean field that returns a value of 'true' when the call record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and recovery.

Description String False

A narrative or explanatory text that provides details about this call. This field supports context sharing, documentation, and review.

Direction String False

The direction of the call, indicating whether it is inbound or outbound. This field supports workflow routing and performance analysis.

Dri_Subworkflow_Id String False

The Id of the subworkflow that is associated with this call in DRI workflow processing. This field links the call to workflow automation steps.

Dri_Subworkflow_Name String True

The name of the subworkflow associated with this call. This field provides a readable reference for the Dri_Subworkflow_Id field.

Dri_Subworkflow_Template_Id String False

The Id of the subworkflow template that defines the automation structure for this call. This field supports workflow standardization.

Dri_Subworkflow_Template_Name String True

The name of the subworkflow template for this call. This field provides a readable reference for the Dri_Subworkflow_Template_Id field.

Dri_Workflow_Id String False

The Id of the primary workflow in which this call participates. This field links the call to structured process automation.

Dri_Workflow_Name String True

The name of the workflow that is associated with this call. This field provides a readable reference for the Dri_Workflow_Id field.

Dri_Workflow_Sort_Order String False

The ordering position of this call activity within a workflow sequence. This field defines execution order in workflow automation.

Dri_Workflow_Task_Template_Id String False

The Id of the workflow task template that governs automated behavior for this call. This field supports standardized task logic.

Dri_Workflow_Template_Id String False

The Id of the workflow template that defines the overarching automation structure for this call. This field supports process governance.

Dri_Workflow_Template_Name String True

The name of the workflow template that is associated with this call. This field provides a readable reference for the Dri_Workflow_Template_Id field.

Duration_Hours Int False

The hours portion of the call duration. This field supports time tracking and reporting measurements.

Duration_Minutes String False

The minutes portion of the call duration. This field refines duration calculation to minute-level precision.

Email_Reminder_Checked Bool False

A Boolean field that returns a value of 'true' when the email reminder feature is enabled for this call. It returns a value of 'false' when no reminder is configured.

Email_Reminder_Sent Bool False

A Boolean field that returns a value of 'true' when an email reminder has already been sent for this call. It returns a value of 'false' when no reminder has been dispatched.

Email_Reminder_Time String False

The number of seconds before the call start time when an email reminder should be sent. A value of '-1' indicates that no reminder is configured.

Fnf_Agencies_Calls_1_Name String True

The name of the related agency record in the Fidelity National Financial (FNF) Agencies module. This field provides relationship context for agency-linked calls.

Fnf_Agencies_Calls_1fnf_Agencies_Ida String False

The Id of the related agency record in the FNF Agencies module. This field supports cross-module association.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this call to receive updates. It returns a value of 'false' when the user is not subscribed.

Id [KEY] String True

The Id for this call record. This field ensures that the call can be referenced reliably across related modules and integrations.

Internal_Notes String False

Internal notes that are associated with the call and not intended for external visibility. This field supports internal collaboration and historical record keeping.

Invitees String True

The list of users, contacts, and leads that are invited to participate in the call. This field supports attendance planning and communication coordination.

Is_Cj_Parent_Activity Bool False

A Boolean field that returns a value of 'true' when this call serves as the parent activity in a Customer Journey structure. It returns a value of 'false' when it is not the controlling activity.

Is_Customer_Journey_Activity Bool False

A Boolean field that returns a value of 'true' when this call is part of a Customer Journey sequence. It returns a value of 'false' when the call does not belong to a journey.

Lead_Id String True

The Id of the lead associated with this call. This field supports pre-sales engagement tracking.

Lead_Name String True

The name of the lead that is associated with this call. This field provides a readable reference for the lead_id field.

Locked_Fields String True

The list of fields that are locked from modification for this call record. This field preserves data integrity when certain call attributes should not be changed.

Modified_By_Name String True

The name of the user who most recently modified this call record. This field provides a readable reference for the modified_user_id field.

Modified_User_Id String True

The Id of the user who most recently modified this call record. This field supports auditing and update tracking.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks this call record as a favorite. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The brief descriptive title of the call. This field is used for identifying the call in lists, calendars, and search results.

Outlook_Id String False

The Id of the corresponding appointment in Microsoft Outlook when the Sugar Outlook Plug-in is used for synchronization. This field links Sugar calls to Outlook calendar items.

Parent_Id String False

The Id of the parent record to which this call is related, such as an Account or Case. This field supports relationship-based call organization.

Parent_Name String True

The name of the parent record associated with this call. This field provides a readable reference for the Parent_Id field.

Parent_Type String True

The type of module or object that serves as the parent for this call. This field allows the system to interpret the meaning of the Parent_Id field.

Recurrence_Id Datetime False

The reference date that identifies the base occurrence of a recurring call series. This field is used to manage recurrence relationships.

Recurring_Source String False

The originating system or feature that creates the recurrence pattern for this call. This field is used to track recurrence source logic.

Reminder_Checked Bool False

A Boolean field that returns a value of 'true' when the reminder feature is enabled for this call. It returns a value of 'false' when no reminder is configured.

Reminder_Time String False

The number of seconds prior to the call start time when a reminder should be issued. A value of '-1' indicates that no reminder is configured.

Repeat_Count Int True

The number of occurrences that are included in the call's recurrence pattern. This field controls repetition sequencing.

Repeat_Days String False

The days of the month on which recurring calls occur. This field defines day-based repetition patterns.

Repeat_Dow String False

The days of the week on which recurring calls occur. This field defines week-based repetition patterns.

Repeat_Interval Int True

The interval between recurring call occurrences (for example, every 1 week or every 2 days). This field determines spacing between events.

Repeat_Ordinal String False

The ordinal value (for example, 'first', 'second', or 'last') that applies when repeating calls by pattern. This field refines recurrence scheduling.

Repeat_Parent_Id String False

The Id of the original call in a recurring series. This field links all recurrences back to a primary reference record.

Repeat_Selector String False

The recurrence selection rule that determines how the repeat pattern is calculated. This field supports flexible recurrence definition.

Repeat_Type String False

The classification of recurrence (for example, 'daily', 'weekly', 'monthly', or 'yearly'). This field defines the repetition structure.

Repeat_Unit String False

The unit of measure (UOM) that is used in the recurrence interval, such as days or weeks. This field works with the Repeat_Interval field to define recurrence spacing.

Repeat_Until Date False

The date on which the recurring calls should stop occurring. This field provides a natural end point for recurring call patterns.

Send_Invites Bool False

A Boolean field that returns a value of 'true' when the system should send call invitations to participants. It returns a value of 'false' when invitations are not sent.

Sentiment_Score_Agent Decimal True

The overall sentiment score for the agent during the call, ranging from -5 to 5. This field supports customer experience and performance evaluation.

Sentiment_Score_Agent_First_Quarter Decimal True

The agent sentiment score during the first quarter of the call, ranging from -5 to 5. This field enables detailed conversational sentiment analysis.

Sentiment_Score_Agent_Fourth_Quarter Decimal True

The agent sentiment score during the fourth quarter of the call, ranging from -5 to 5. This field supports intra-call sentiment trend monitoring.

Sentiment_Score_Agent_Second_Quarter Decimal True

The agent sentiment score during the second quarter of the call, ranging from -5 to 5. This field contributes to phased sentiment comparison.

Sentiment_Score_Agent_String String True

The descriptive label or text interpretation of the agent's sentiment score. This field supports non-numeric sentiment review.

Sentiment_Score_Agent_Third_Quarter Decimal True

The agent sentiment score during the third quarter of the call, ranging from -5 to 5. This field supports multi-phase emotional tone analysis.

Sentiment_Score_Customer Decimal True

The overall sentiment score for the customer during the call, ranging from -5 to 5. This field supports service satisfaction and emotional tone evaluation.

Sentiment_Score_Customer_First_Quarter Decimal True

The customer sentiment score during the first quarter of the call, ranging from -5 to 5. This field provides insight into early conversation tone.

Sentiment_Score_Customer_Fourth_Quarter Decimal True

The customer sentiment score during the fourth quarter of the call, ranging from -5 to 5. This field supports end-of-call emotional evaluation.

Sentiment_Score_Customer_Second_Quarter Decimal True

The customer sentiment score during the second quarter of the call, ranging from -5 to 5. This field enables tracking sentiment evolution during the call.

Sentiment_Score_Customer_String String True

The descriptive label or text interpretation of the customer's sentiment score. This field supports non-numeric sentiment analysis.

Sentiment_Score_Customer_Third_Quarter Decimal True

The customer sentiment score during the third quarter of the call, ranging from -5 to 5. This field supports phased emotional tone tracking.

Set_Accept_Links String False

The acceptance links that are provided to call participants for confirming attendance. This field supports invitation response workflows.

Start_Next_Journey_Id String False

The Id of the next Customer Journey that begins as a result of this call. This field supports sequenced engagement automation.

Status String False

The status of the call (for example, 'Held' or 'Not Held'). This field helps classify call outcome and follow-up needs.

Sync_Key String True

The synchronization key that links this call record to external systems or data replication processes. This field supports cross-system record consistency.

Tag String False

A tag or label that is associated with this call for categorization and search filtering. This field supports record organization.

Team_Count String False

The number of teams that have access to this call record. This field supports visibility control and team-based reporting.

Team_Id String False

The Id of the primary team that is associated with this call. This team determines the default access and ownership context for the call.

Team_Name String False

The name of the primary team that is associated with this call. This field provides a readable reference for the Team_Id field.

Team_Set_Id String False

The Id of the team set that defines combined team access for this call record. This field supports shared collaboration and multi-team visibility.

Transcript String True

The call transcript text that is generated from call recordings or speech-to-text processing. This field supports quality review, compliance analysis, and training.

Type_Of_Call_C String False

The classification of the call (for example, 'introduction', 'follow-up', 'escalation', or 'support'). This field supports call-type reporting and workflow routing.

CData Cloud

CampaignLog

Stores activity and response tracking data for marketing campaigns. This table supports performance attribution and engagement effectiveness analysis.

Columns

Name Type ReadOnly Description
Activity_Date Datetime False

The date and time when the campaign-related activity occurs. This field supports chronological analysis of engagement behavior.

Activity_Type String False

The type of campaign activity that occurs (for example, 'Viewed', 'Message', 'Bounced', or 'Opted Out'). This field classifies recipient behavior and supports campaign performance reporting.

Archived Bool False

A Boolean field that returns a value of 'true' when the campaign log entry is archived. It returns a value of 'false' when the entry remains active. This field assists with long-term record retention and cleanup.

Campaign_Content String False

The content or asset that is associated with the campaign activity, such as an email body or linked resource. This field supports review and content performance analysis.

Campaign_Id String False

The unique identifier (Id) of the campaign that is associated with this log entry. This field links each activity event to a specific campaign.

Campaign_Name String False

The display name of the campaign that is associated with this activity. This field provides a readable reference for the campaign_id field.

Campaign_Name1 String True

An alternate or supplemental campaign name that is used for display, grouping, or reporting purposes. This field can support translations or localized naming conventions.

Campaign_Objective String False

The stated goal or objective of the campaign. This field helps users evaluate campaign performance against intended outcomes.

Date_Modified Datetime True

The date and time when this campaign log record was most recently modified. This field enables users to track update activity.

Deleted Bool False

A Boolean field that returns a value of 'true' when the campaign log record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and recovery.

Hits Int True

The number of times the campaign action is triggered for this recipient, such as for multiple email openings or repeated click-throughs. This field supports engagement-level scoring and trend evaluation.

Id [KEY] String True

The Id for this campaign log record. This field ensures that the record can be referenced reliably across reporting and analytics processes.

List_Id String False

The Id of the target list from which the recipient originates. This field links the campaign activity to list segmentation strategy.

Marketing_Id String False

The Id of the specific marketing email or outreach asset that triggers this log entry. This field ties activity data to messaging performance.

Marketing_Name String False

The display name of the marketing asset that is associated with this activity, such as the name of an email template. This field provides a readable reference for the marketing_id field.

More_Information String False

Additional context or explanatory details about the campaign activity. This field supports troubleshooting, auditing, and behavioral interpretation.

Recipient_Email String False

The email address of the campaign recipient who performs or triggers the logged activity. This field supports outreach tracking and recipient identification.

Recipient_Name String True

The name of the campaign recipient that is associated with this activity. This field provides a readable reference for recipient identity in dashboards and analytics.

Related_Id String False

The Id of the record (for example, 'Contact' or 'Lead') that is linked to the campaign activity. This field enables relationship-based engagement reporting.

Related_Name String True

The display name of the related record that is associated with this activity. This field provides a readable reference for the Related_Id field.

Related_Type String False

The module or record type that the activity is related to (for example, 'Contact', 'Lead', or 'Account'). This field contextualizes the engagement interaction.

Target_Id String False

The Id of the target record that receives the campaign outreach. This field links the activity to an individual prospect or customer.

Target_Tracker_Key String False

The unique key that is associated with a tracked link or campaign tracking URL. This field enables click-through tracking and conversion measurement.

Target_Type String False

The type of target record (for example, 'Contact' or 'Lead') that is associated with this campaign activity. This field supports segmentation and engagement reporting.

CData Cloud

Campaigns

Stores marketing campaign configuration, scheduling, and targeting details. This table supports planning, execution, and performance evaluation across campaign channels.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this campaign record. Each name identifies a team with access permissions for viewing or managing the campaign.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that defines access to this campaign. The team set determines which users and groups can view or modify the campaign.

Actual_Cost Decimal True

The total actual cost that is incurred while running the campaign. This field supports cost-to-performance evaluation and budgeting analysis.

Assigned_User_Id String False

The Id of the user who is assigned to manage or oversee this campaign. This field supports ownership, accountability, and workflow routing.

Assigned_User_Name String True

The name of the user who is assigned to this campaign. This field provides a readable reference for the assigned_user_id field.

Base_Rate String False

The base exchange rate that is used when converting campaign-related financial values. This field supports multi-currency reporting.

Budget Decimal True

The budgeted amount allocated for the campaign. This field is used for financial planning and cost comparison.

Campaign_Type String False

The classification of the campaign, such as Email, Webinar, or Advertisement. This field supports segmentation and campaign strategy reporting.

Commentlog String True

The list of comments that are associated with this campaign. This field supports collaboration and historical note keeping.

Content String False

The descriptive content or narrative message for the campaign. This field provides context for campaign goals and messaging intent.

Created_By String True

The unique Id of the user who created this campaign record. This field supports audit tracking and origin documentation.

Created_By_Name String True

The name of the user who created this campaign record. This field provides a readable reference for the Created_By field.

Currency_Id String False

The Id of the currency that is associated with campaign financial values. This field supports multi-currency budgeting and reporting.

Currency_Name String True

The name of the currency that is used for campaign financial values. This field provides a readable reference for the Currency_Id field.

Currency_Symbol String True

The symbol of the currency used for representing financial amounts in this campaign. This field supports UI display formatting and clarity.

Date_Entered Datetime True

The date and time when this campaign record was created in the system. This field supports lifecycle auditing and temporal reporting.

Date_Modified Datetime True

The date and time when this campaign record was most recently modified. This field supports update tracking and change auditing.

Deleted Bool False

A Boolean field that returns a value of 'true' when the campaign record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and record recovery.

Description String True

A descriptive text field that is inherited from parent structures but not actively used. This field remains available for legacy compatibility.

End_Date Date False

The date when the campaign is scheduled to end. This field is used for planning and activity timeline coordination.

Expected_Cost Decimal True

The projected cost of running the campaign. This field supports pre-campaign budgeting and financial forecasting.

Expected_Revenue Decimal True

The projected revenue that is anticipated as a result of the campaign. This field supports return-on-investment planning and performance evaluation.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this campaign record to receive updates. It returns a value of 'false' when the user is not subscribed.

Frequency String False

The frequency or repetition interval for campaign execution. This field is used for scheduling recurring or multi-phase campaigns.

Id [KEY] String True

The Id for this campaign record. This field ensures that the campaign can be referenced reliably across modules and integrations.

Impressions Int True

The expected number of message views or click-through engagements that are manually entered by the campaign manager. This field supports audience reach prediction.

Locked_Fields String True

The list of fields that are locked from modification for this campaign record. This field helps preserve data integrity after approval or publishing.

Modified_By_Name String True

The name of the user who most recently modified this campaign record. This field provides a readable reference for the modified_user_id field.

Modified_User_Id String True

The Id of the user who most recently modified this campaign record. This field supports audit tracking and ownership transparency.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks this campaign record as a favorite. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The display name of the campaign. This field is used for campaign identification in dashboards, analytics, and selection lists.

Objective String False

The primary goal or intended business outcome of the campaign. This field helps stakeholders evaluate performance against purpose.

Start_Date Date False

The date when the campaign is scheduled to begin. This field supports planning, execution timing, and timeline reporting.

Status String False

The current state of the campaign (for example, 'Planning', 'In Progress', or 'Completed'). This field supports workflow tracking and operational alignment.

Sync_Key String True

The synchronization key that links this campaign record to external systems or data integrations. This field supports cross-system consistency.

Team_Count String False

The number of teams that have access to this campaign record. This field supports access control and collaboration visibility.

Team_Id String False

The Id of the primary team that is associated with this campaign. This field determines default access and ownership alignment.

Team_Name String False

The name of the primary team that is associated with this campaign record. This field provides a readable reference for the Team_Id field.

Team_Set_Id String False

The Id of the team set that defines combined team access for this campaign. This field enables shared work environments across multiple teams.

CData Cloud

CampaignTrackers

Stores tracking links that monitor campaign click-through and web engagement behavior. This table supports digital engagement analytics and response measurement.

Columns

Name Type ReadOnly Description
Campaign_Id String False

The unique identifier (Id) of the campaign that this tracker is associated with. This field links the tracker to a specific campaign for performance tracking.

Created_By String True

The user Id of the user who created this campaign tracker record. This field supports auditing and ownership tracking.

Date_Entered Datetime True

The date and time when this campaign tracker record was created. This field supports lifecycle and historical reporting.

Date_Modified Datetime True

The date and time when this campaign tracker record was most recently modified. This field supports update tracking and audit compliance.

Deleted Bool False

A Boolean field that returns a value of 'true' when the campaign tracker record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and record recovery.

Id [KEY] String True

The Id for this campaign tracker record. This field ensures reliable reference for reporting, analytics, and integration processes.

Is_Optout Bool False

A Boolean field that returns a value of 'true' when the tracker URL serves as an opt-out link for recipients. It returns a value of 'false' when the tracker represents a standard campaign-engagement link.

Modified_User_Id String True

The Id of the user who most recently modified this campaign tracker record. This field supports audit tracking and change visibility.

Tracker_Key Int False

The internal system-generated key that uniquely identifies the tracker entry. This field is primarily used for internal reference and system performance optimization.

Tracker_Name String False

The display name that is assigned to this campaign tracker. This field is used to identify and categorize trackers within reporting and campaign configuration screens.

Tracker_Url String False

The URL that recipients access when clicking the tracker link in a campaign message. This field enables click-through tracking, engagement measurement, and campaign performance analytics.

CData Cloud

Cases

Stores customer support case records. This table supports issue tracking, escalation management, service resolution workflows, and support performance reporting.

Columns

Name Type ReadOnly Description
Account_Id String False

The unique identifier (Id) of the account that is associated with this case. This field links the case to the customer or organization requesting assistance.

Account_Name String False

The name of the account that is associated with this case. This field provides a readable reference for the account_id field.

Acl_Team_Names String True

The list of team names that are associated with this case record. Each name identifies a team that has access to the case.

Acl_Team_Set_Id String False

The Id of the team set that defines combined team-based access to this case record. This field supports collaboration across user groups.

Action_Claim String True

An internal action reference that is used when an agent claims ownership of the case. This field supports case assignment workflows.

Action_Close String True

An internal action reference that is used when a case is closed. This field is part of case lifecycle workflow control.

Action_Unassign String True

An internal action reference that is used when a case is unassigned. This field supports reassignment and queue management.

Assigned_User_Id String False

The Id of the user who is assigned to manage this case. This field indicates case ownership.

Assigned_User_Name String True

The name of the user who is assigned to this case. This field provides a readable reference for the Assigned_User_Id field.

Attachment_List String True

The list of files or attachments that are associated with this case. This field supports document and evidence tracking.

Business_Center_Id String False

The Id of the business center that is associated with this case. Business centers define service region and response schedules.

Business_Center_Name String True

The name of the business center that is associated with this case. This field provides a readable reference for the Business_Center_Id field.

Business_Hours_To_Resolution Decimal True

The total time that is required to resolve the case, measured in business hours. This field supports service-level performance evaluation.

Business_Hrs_To_First_Response Decimal True

The time between case creation and first agent response, measured in business hours. This field supports compliance with first-response service-level agreements (SLAs).

Case_Number Int False

The visible case number that uniquely identifies this case for customer and internal reference. This number is used in communication and tracking.

Commentlog String True

The list of comments and discussion entries that is associated with this case. This field supports collaboration and case history review.

Created_By String True

The Id of the user who created this case record. This field supports origin and audit tracking.

Created_By_Name String True

The name of the user who created this case record. This field provides a readable reference for the Created_By field.

Date_Entered Datetime True

The date and time when this case record is created. This field supports timeline and audit analysis.

Date_Modified Datetime True

The date and time when this case record is most recently modified. This field supports update tracking.

Deleted Bool False

A Boolean field that returns a value of 'true' when the case record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows.

Description String False

The full text description of the case, including details reported by the customer or agent. This field supports case evaluation and troubleshooting.

Dri_Workflow_Template_Id String False

The Id of the Dynamic Related Information workflow template that is associated with this case. This field supports Customer Journey automation.

Dri_Workflow_Template_Name String True

The name of the associated Customer Journey workflow template. This field provides a readable reference for the Dri_workflow_Template_Id field.

First_Response_Actual_Datetime Datetime True

The date and time when the first actual response is sent to the customer. This field supports SLA tracking.

First_Response_Sent Bool False

A Boolean field that returns a value of 'true' when the first response to the case has been sent. It returns a value of 'false' when no initial response has been provided.

First_Response_Sla_Met String False

Indicates whether the first response is delivered within the SLA target. This field supports SLA compliance reporting.

First_Response_Target_Datetime Datetime True

The date and time by which the first response is required according to SLA rules. This field provides the benchmark for response timing.

First_Response_User_Id String False

The Id of the user who performs the first response. This field supports response ownership and accountability.

First_Response_User_Name String True

The name of the user who performs the first response. This field provides a readable reference for the first_response_user_id field.

First_Response_Var_From_Target Decimal True

The difference between the actual and target first-response times. This field reflects SLA adherence performance.

Follow_Up_Datetime Datetime False

The scheduled date and time when the next follow-up action should occur. This field supports case progress management and reminders.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this case. It returns a value of 'false' when the user is not subscribed to updates.

Hours_To_First_Response Decimal True

The time between case creation and the first agent response, measured in calendar hours. This field supports SLA compliance auditing.

Hours_To_Resolution Decimal True

The total time that is required to resolve the case, measured in calendar hours. This field is used for performance analytics.

Id [KEY] String True

The Id for this case record. This field ensures reliable referencing across modules, workflows, and reporting.

Is_Escalated Bool True

A Boolean field that returns a value of 'true' when the case is escalated due to priority, SLA risk, or customer impact. It returns a value of 'false' when the case remains in standard processing.

Locked_Fields String True

The list of fields that cannot be modified in this case. This field supports controlled editing and data protection during escalations or approvals.

Modified_By_Name String True

The name of the user who most recently modified this case record. This field provides a readable reference for the modified_user_id field.

Modified_User_Id String True

The Id of the user who most recently modified this case record. This field supports audit trails and update responsibility tracking.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks this case as a favorite. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The short descriptive title of the case. This field summarizes the issue for quick identification in lists and reports.

Pending_Processing Bool True

A Boolean field that returns a value of 'true' when the case is awaiting further processing. It returns a value of 'false' when no pending action is required.

Perform_Sugar_Action Bool False

A Boolean field that returns a value of 'true' when an automated Sugar action is configured to run on this case. It returns a value of 'false' when no automation is scheduled.

Portal_Viewable Bool False

A Boolean field that returns a value of 'true' when this case is visible in the customer portal. It returns a value of 'false' when it is internal only.

Primary_Contact_Id String False

The Id of the primary contact that is associated with this case. This field links the case to the individual requesting support.

Primary_Contact_Name String True

The name of the primary contact associated with this case. This field provides a readable reference for the Primary_Contact_Id field.

Priority String False

The urgency level assigned to the case (for example, 'High', 'Normal', or 'Low'). This field influences response timing and workflow routing.

Request_Close Bool True

A Boolean field that returns a value of 'true' when a request to close the case is initiated. It returns a value of 'false' when no closure request is active.

Request_Close_Date Datetime True

The date and time when the request to close the case was submitted. This field supports closure workflow auditing.

Resolution String False

The final explanation or corrective action taken to resolve the case. This field documents the outcome for follow-up and historical reference.

Resolved_Datetime Datetime False

The date and time when the case was marked as resolved. This field supports SLA and performance reporting.

Service_Level String True

The service level tier that applies to the account that is associated with this case. This field determines SLA timelines and escalation thresholds.

Source String False

The method through which the case is initiated (for example, 'Web', 'Email', or 'Phone'). This field supports channel-based reporting.

Source_Id String False

The Id of the originating source record that triggers this case. This field may link to forms, integrations, or system events.

Source_Meta String False

Additional metadata about the case origin. This field supports traceability and audit review.

Source_Type String False

The type of record or channel from which the case originates. This field contextualizes the case entry source.

Status String False

The current state of the case (for example, 'New', 'In Progress', 'Resolved', or 'Closed'). This field determines workflow stage and follow-up requirements.

Sync_Key String True

The synchronization key that links this case record to external systems and replication processes. This field supports system interoperability.

Tag String False

A tag or label that is used to categorize this case for search and reporting. This field supports flexible classification.

Team_Count String False

The number of teams that have access to this case record. This field supports visibility and security controls.

Team_Id String False

The Id of the primary team that is associated with this case. This field establishes default ownership and access permissions.

Team_Name String False

The name of the primary team that is associated with this case. This field provides a readable reference for the Team_Id field.

Team_Set_Id String False

The Id of the team set that defines combined team access for this case record. This field supports shared visibility across multiple groups.

Type String False

The classification of the case (for example, 'Issue', 'Request', or 'Feature'). This field supports reporting and prioritization of work.

Widget_Follow_Up_Datetime String True

The follow-up date that is used in dashboard widgets for reminder visualization. This field supports UI-based workflow guidance.

Widget_Status String True

The widget-specific status value that is used in dashboard displays. This field supports custom workflow visualization.

Work_Log String False

Free-form notes used to document work performed, investigation steps, and progress updates throughout the case lifecycle.

CData Cloud

Categories

Stores hierarchical category definitions for organizing content and records. This table supports knowledge management, product classification, and list filtering.

Columns

Name Type ReadOnly Description
Created_By String True

The Id of the user who created this category record. This field supports origin tracking and audit history.

Created_By_Name String True

The name of the user who created this category record. This field provides a readable reference for the Created_By field.

Date_Entered Datetime True

The date and time when this category record was created. This field supports lifecycle and audit reporting.

Date_Modified Datetime True

The date and time when this category record was most recently modified. This field supports update tracking and change review.

Deleted Bool False

A Boolean field that returns a value of 'true' when the category record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows.

Description String False

The full text description of the category. This field provides context for how the category is used.

Following Bool False

A Boolean field that returns a value of 'true' when the current user follows this category to receive updates. It returns a value of 'false' when the user does not follow the category.

Id [KEY] String True

The unique identifier (Id) for this category record. This field ensures reliable referencing across modules and reporting processes.

Is_External Bool False

A Boolean field that returns a value of 'true' when the category is designated for use in external systems or integrations. It returns a value of 'false' when the category is internal only.

Lft Int False

The left boundary index of the category in the hierarchical tree structure. This field is used to determine category ordering and nesting by using the nested set model.

Locked_Fields String True

The list of fields that cannot be modified for this record. This field supports protecting data integrity when certain attributes must remain unchanged.

Lvl Int False

The depth level of the category in the hierarchy. A value of '0' indicates a top-level category, and higher values indicate nested subcategories.

Modified_By_Name String True

The name of the user who most recently modified this category record. This field provides a readable reference for the Modified_User_Id field.

Modified_User_Id String True

The Id of the user who most recently modified this category record. This field supports audit tracking and accountability.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks this category as a favorite. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The display name of the category. This field is used to identify the category across the application.

Rgt Int False

The right boundary index of the category in the hierarchical tree structure. This field is used with the left index to calculate nesting, sibling relationships, and hierarchical depth.

Root String False

The Id of the top-level (root) category in the hierarchy to which this category belongs. This field anchors the category within the full hierarchical tree.

Source_Id String False

The Id of the originating source record if the category is created through integration or automated processes. This field supports traceability.

Source_Meta String False

Additional metadata related to the source of the category. This field provides integration or system-level context.

Source_Type String False

The type of system or record that originates the category. This field supports classification in multi-system environments.

Sync_Key String True

The synchronization key that links this category record to external systems. This field ensures consistency during data replication and integration.

CData Cloud

ChangeTimers

Stores timing measurements that are associated with workflow transitions. This table supports service-level agreement (SLA) tracking and process performance analysis.

Columns

Name Type ReadOnly Description
Id [KEY] String False

The unique identifier (Id) for this change timer record. This field ensures consistent reference across reporting and workflow processing.

Name String False

The descriptive name of the change timer. This field is used to identify the timer in lists and configuration screens.

Date_Entered Datetime True

The date and time when this change timer record was created. This field supports audit trails and lifecycle tracking.

Date_Modified Datetime True

The date and time when this change timer record was most recently modified. This field supports update tracking and audit compliance.

Modified_User_Id String True

The Id of the user who most recently modified this change timer record. This field supports accountability and historical review.

Modified_By_Name String True

The name of the user who most recently modified this change timer. This field provides a readable reference for the Modified_User_Id field.

Created_By String True

The Id of the user who created this change timer record. This field supports origin tracking and audit review.

Created_By_Name String True

The name of the user who created this change timer. This field provides a readable reference for the created_by field.

Description String False

The full text description of the change timer. This field provides explanatory detail about how or why the timer is used.

Deleted Bool False

A Boolean field that returns a value of 'true' when the change timer record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and recovery.

Parent_Type String False

The type of record to which the timer applies (for example, 'Case' or 'Opportunity'). This field defines the business context of the timing measurement.

Parent_Id String False

The Id of the record to which the timer applies. This field links the timer to the specific business object that is being tracked.

Field_Name String False

The name of the field whose value change triggers or ends the timing measurement. This field identifies the condition that is being monitored.

Value_String String False

The field value that defines the timer condition, such as a specific status. The timer measures how long the parent record remains in this value state.

From_Datetime Datetime False

The date and time when the timer starts. This field marks the beginning of the measured duration.

To_Datetime Datetime False

The date and time when the timer stops. This field marks the end of the measured duration.

Hours Decimal True

The total time elapsed between the start and stop of the timer, measured in calendar hours. This field supports performance and duration reporting.

Business_Hours Decimal True

The total time elapsed between the start and stop of the timer, measured in business hours according to applicable service schedules. This field supports reporting based on service-level agreements.

Following Bool False

A Boolean field that returns a value of 'true' when the current user follows this record for updates. It returns a value of 'false' when the user is not following the record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks this change timer as a favorite. It returns a value of 'false' when the record is not marked as a favorite.

Sync_Key String True

The synchronization key that links this change timer record to external systems or replication frameworks. This field supports cross-system data consistency.

CData Cloud

CJ_Forms

Stores Customer Journey form definitions and captured form submissions. This table supports guided selling, structured intake, and workflow-driven data collection.

Columns

Name Type ReadOnly Description
Id [KEY] String False

The unique identifier (Id) for this Customer Journey form record. This field ensures reliable reference across workflows and reporting.

Name String False

The display name of the Customer Journey form. This field is used to identify the form in configuration and reporting screens.

Date_Entered Datetime True

The date and time when this Customer Journey form record was created. This field supports lifecycle and change auditing.

Date_Modified Datetime True

The date and time when this Customer Journey form record was most recently modified. This field supports update tracking.

Modified_User_Id String True

The Id of the user who most recently modified this form. This field supports audit accountability.

Modified_By_Name String True

The name of the user who most recently modified this form. This field provides a readable reference for the Modified_User_Id field.

Created_By String True

The Id of the user who created this Customer Journey form. This field supports origin tracking and ownership history.

Created_By_Name String True

The name of the user who created this form. This field provides a readable reference for the Created_By field.

Description String False

The full explanatory description of the Customer Journey form. This field documents purpose and usage.

Deleted Bool False

A Boolean field that returns a value of 'true' when the form record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows.

Trigger_Event String False

The event that triggers the form's action (for example, 'stage transition', 'activity completion', or 'workflow milestone'). This field drives automation timing.

Action_Type String False

The type of action that the form performs (for example, 'updating fields', 'sending notifications', or 'launching tasks').

Action_Trigger_Type String False

The method by which the action is triggered (for example, 'automatically' or by 'user interaction'). This field refines how automation is executed.

Relationship String False

The relationship context in which the form's action applies, such as associated record links or child workflow entities.

Activity_Module String False

The module in which the automated activity occurs. This field determines which records are affected by the form's action.

Active Bool False

A Boolean field that returns a value of 'true' when the form is active and available for use in Customer Journeys. It returns a value of 'false' when the form is disabled.

Ignore_Errors Bool False

A Boolean field that returns a value of 'true' when workflow processing should continue even if the action generates errors. It returns a value of 'false' when error conditions must stop processing.

Populate_Fields String False

The list of fields and values that the form populates when triggered. This field defines automated updates within the workflow.

Select_To_Email_Address String False

The email address that is selected as the recipient when the form triggers an email-related action.

Parent_Id String False

The Id of the parent record to which this form is linked, such as a workflow stage or activity template.

Parent_Name String True

The name of the parent record that is associated with this form. This field provides a readable reference for the Parent_Id field.

Parent_Type String True

The module or record type that serves as the parent context for the form. This field determines where the form is applied within the Customer Journey structure.

Display_Activity_Rsa_Icon String False

A configuration value that determines whether a required-step indicator icon is displayed for the associated Customer Journey activity. The required-step indicator shows users that the activity must be completed before the workflow can progress.

Dri_Workflow_Template_Id String False

The Id of the Customer Journey workflow template with which this form is associated. This field supports template-driven automation.

Dri_Workflow_Template_Name String False

The name of the workflow template that is associated with this form. This field provides a readable reference for the Dri_Workflow_Template_Id field.

Email_Templates_Id String False

The Id of the email template that is used when this form triggers an email action.

Email_Templates_Name String True

The name of the associated email template. This field provides a readable reference for the Email_Templates_Id field.

Main_Trigger_Type String False

The primary trigger type that governs when the form's automation executes. This field controls workflow timing logic.

Module_Trigger String False

The module in which the trigger event occurs. This field aligns the automation to the correct data context.

Field_Trigger String False

The field whose value change triggers the form's action. This field enables conditional workflow automation.

Smart_Guide_Template_Id String False

The Id of the Smart Guide template that is associated with the form. Smart Guides provide dynamic, visual process assistance.

Smart_Guide_Template_Name String False

The name of the Smart Guide template associated with this form. This field provides a readable reference for the smart_guide_template_id field.

Target_Action String False

The action that is executed when the form trigger conditions are met, such as creating a record, updating a field, or sending a notification.

Following Bool False

A Boolean field that returns a value of 'true' when the current user follows this form for change updates. It returns a value of 'false' when the user is not following the record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks this form as a favorite. It returns a value of 'false' when the form is not marked as a favorite.

Tag String False

A tag or label assigned to this form to support categorization and filtering.

Commentlog String True

The list of comments, activity notes, and collaboration entries that is associated with the form record.

Locked_Fields String True

The list of fields that cannot be modified for this form. This field supports data protection and approval workflows.

Sync_Key String True

The synchronization key that links this form record to external systems or replication services.

Team_Id String False

The Id of the primary team that is associated with this record. This field establishes default access permissions.

Team_Set_Id String False

The Id of the team set that defines multi-team access to this record. This field supports shared visibility and collaboration.

Acl_Team_Set_Id String False

The Id of the Access Control List (ACL) team set that controls access-level permissions for this form record.

Team_Count String False

The number of teams that have access to this record. This field supports access control reporting.

Team_Name String False

The name of the primary team that is associated with this record. This field provides a readable reference for the Team_Id field.

Acl_Team_Names String True

The list of team names that are associated with this form record for access and collaboration visibility.

CData Cloud

CJ_WebHooks

Stores webhook endpoint configurations for Customer Journey automation events. This table supports real-time system integration and external process triggers.

Columns

Name Type ReadOnly Description
Id [KEY] String False

The unique identifier (Id) for this Customer Journey webhook record. This field ensures reliable referencing across workflows and integrations.

Name String False

The display name of the webhook configuration. This field identifies the webhook in setup and reporting screens.

Date_Entered Datetime True

The date and time when this webhook record was created. This field supports audit and lifecycle tracking.

Date_Modified Datetime True

The date and time when this webhook record was most recently modified. This field supports update and change auditing.

Modified_User_Id String True

The Id of the user who most recently modified this webhook record. This field supports accountability and traceability.

Modified_By_Name String True

The name of the user who most recently modified this webhook record. This field provides a readable reference for the Modified_User_Id field.

Created_By String True

The Id of the user who created this webhook record. This field supports ownership history and audit traceability.

Created_By_Name String True

The name of the user who created this webhook record. This field provides a readable reference for the Created_By field.

Description String False

A full descriptive explanation of the purpose or function of this webhook. This field provides context for how and why the webhook is used.

Deleted Bool False

A Boolean field that returns a value of 'true' when the webhook record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and record retention policies.

Url String False

The endpoint URL to which the webhook sends data when triggered. This field defines the external system being notified.

Error_Message_Path String False

The path in the response payload or metadata that contains error details when webhook execution fails. This field supports error handling and debugging.

Sort_Order Int False

The numeric value that determines the order in which this webhook executes when multiple webhooks are triggered. This field controls execution sequence.

Request_Method String False

The HTTP method that is used when executing the webhook request' (for example, 'POST' or 'PUT'). This field defines how data is transmitted to the external system.

Request_Format String False

The data format that is used for the webhook request payload (for example, 'JSON' or 'Form Data'). This field ensures that data is encoded in a format the receiving system accepts.

Response_Format String False

The expected format of the external system's response. This field supports response handling and validation logic.

Trigger_Event String False

The Customer Journey event that triggers the webhook (for example, 'step completion', 'stage transition', or 'workflow milestone'). This field controls when data is sent.

Request_Body String False

The request payload that is sent to the external system when the webhook runs. This field can include variable substitutions that are based on journey context.

Headers String False

The HTTP headers that are included in the webhook request, such as authorization tokens or content-type declarations. This field supports secure and standards-compliant integration.

Custom_Post_Body String False

An alternative request body value that is defined manually rather than auto-generated. This field allows specialized integration behavior.

Ignore_Errors Bool False

A Boolean field that returns a value of 'true' when webhook failures should be ignored and workflow progress should continue. It returns a value of 'false' when errors should interrupt processing.

Active Bool False

A Boolean field that returns a value of 'true' when the webhook is enabled and will execute when triggered. It returns a value of 'false' when the webhook is disabled.

Parent_Id String False

The Id of the parent Customer Journey workflow or activity to which this webhook is connected. This field anchors the webhook within a specific guided process.

Parent_Name String False

The display name of the parent workflow or activity that is associated with this webhook. This field provides a readable reference for the Parent_Id field.

Parent_Type String False

The type of record that serves as the parent context for this webhook. This field determines where the webhook applies within the Customer Journey structure.

Following Bool False

A Boolean field that returns a value of 'true' when the current user follows this record for updates. It returns a value of 'false' when the user is not following the record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks this webhook as a favorite. It returns a value of 'false' when the record is not marked as a favorite.

Tag String False

A tag or label that is used to categorize this webhook record for filtering, grouping, and search purposes.

Commentlog String True

The list of comment entries and discussion notes that is related to this webhook record. This field supports collaboration and audit review.

Locked_Fields String True

The list of fields that cannot be modified for this record. This field supports data protection during approval or controlled workflow states.

Sync_Key String True

The synchronization key that links this webhook record to external systems or replication services. This field supports data consistency across platforms.

Team_Id String False

The Id of the primary team that is associated with this webhook record. This field establishes base-level access permissions.

Team_Set_Id String False

The Id of the team set that grants shared access to this webhook across multiple teams. This field supports collaborative work environments.

Acl_Team_Set_Id String False

The Id of the Access Control List (ACL) team set that governs permission enforcement for this record.

Team_Count String False

The number of teams that have access to this webhook. This field supports visibility and access reporting.

Team_Name String False

The name of the primary team that is associated with this record. This field provides a readable reference for the Team_Id field.

Acl_Team_Names String True

The list of team names that are associated with this record for access and collaboration visibility.

CData Cloud

CloudDrivePaths

Stores references to external cloud storage file locations. This table supports linking and retrieving documents that are stored outside the CRM system.

Columns

Name Type ReadOnly Description
Commentlog String True

The list of comment entries and collaboration notes that is associated with this cloud drive-mapping record. This field supports activity tracking and context sharing.

Created_By String True

The identifier (Id) of the user who created this cloud drive-mapping record. This field supports ownership visibility and auditing.

Created_By_Name String True

The name of the user who created this cloud drive-mapping record. This field provides a readable reference for the created_by field.

Date_Entered Datetime True

The date and time when this cloud drive-mapping record was created. This field supports lifecycle tracking and audit review.

Date_Modified Datetime True

The date and time when this cloud drive-mapping record was most recently modified. This field supports update tracking.

Deleted Bool False

A Boolean field that returns a value of 'true' when the record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows.

Description String False

The full text description of the drive mapping (for example, usage notes or storage context). This field provides clarity for end users and administrators.

Drive_Id String True

The Id of the cloud storage drive that is being referenced, such as a personal drive or a shared organizational drive.

Folder_Id String True

The Id of the folder that serves as the mapped starting location within the cloud drive. This field defines the visible access point for navigation.

Following Bool False

A Boolean field that returns a value of 'true' when the current user follows this record to receive change notifications. It returns a value of 'false' when the user does not follow the record.

Id [KEY] String True

The unique Id for this cloud drive-mapping record. This field ensures consistent reference across modules and synchronization processes.

Is_Root Bool False

A Boolean field that returns a value of 'true' when the mapped location represents the root of the cloud drive. It returns a value of 'false' when the mapped location is a specific subfolder within the drive.

Is_Shared Bool False

A Boolean field that returns a value of 'true' when the cloud drive or mapped folder is shared with other users. It returns a value of 'false' when access is private.

Locked_Fields String True

The list of fields that are restricted from modification. This field preserves data integrity when drive mappings must not be changed.

Modified_By_Name String True

The name of the user who most recently modified this cloud drive-mapping record. This field provides a readable reference for the Modified_User_Id field.

Modified_User_Id String True

The Id of the user who most recently modified this cloud drive-mapping record. This field supports audit tracking and accountability.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks this cloud drive mapping as a favorite. It returns a value of 'false' when the mapping is not marked as a favorite.

Name String False

The display name for the cloud drive mapping. This field is used in lists, selection menus, and UI displays.

Path String True

The full directory path represented by this mapping, beginning at the mapped folder or root. This field provides navigation context for linked cloud storage.

Path_Module String True

The SugarCRM module that is associated with this cloud drive mapping (for example, 'Accounts' or 'Cases'). This field links cloud storage access to business context.

Record_Id String True

The Id of the SugarCRM record that is associated with this drive mapping. This field supports document linking and contextual file browsing.

Site_Id String True

The Id of the cloud storage tenant or site, such as a SharePoint site collection or Google Workspace domain.

Sync_Key String True

The synchronization key that links this cloud drive mapping to external storage systems. This field ensures consistency during replication and integration syncs.

Tag String False

A tag or label that is used to categorize this cloud drive mapping for filtering and search.

Type String True

The type of cloud drive mapping that is represented (for example, 'personal drive', 'shared drive', or 'organizational storage library').

CData Cloud

CommentLog

Stores threaded conversation entries that are attached to SugarCRM records. This table supports collaboration, context sharing, and discussion history tracking.

Columns

Name Type ReadOnly Description
Created_By String True

The identifier (Id) of the user who created the comment log entry. This field helps track authorship for auditing and collaboration purposes.

Created_By_Name String True

The display name of the user who created the comment log entry.

Date_Entered Datetime True

The date and time when the comment log entry was created.

Date_Modified Datetime True

The date and time when the comment log entry was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the comment log entry is marked for deletion. It returns a value of 'false' when the entry remains active. This field supports soft-delete workflows and record recovery.

Description String False

A longer descriptive text that is associated with the comment log entry. This field is often used to provide additional narrative or context.

Entry String False

The text of the individual comment entry. This field contains the actual comment content contributed by a user.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the comment log entry. It returns a value of 'false' when the entry is not being followed. This field enables activity tracking and notification.

Id [KEY] String True

The unique Id of the comment log entry.

Locked_Fields String True

A system-managed list of fields that are restricted from modification. This field is used to preserve data integrity.

Modified_By_Name String True

The display name of the user who last modified the comment log entry.

Modified_User_Id String True

The Id of the user who last modified the comment log entry.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the comment log entry is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite. This feature helps users quickly locate frequently referenced entries.

Name String False

The user-defined or system-generated name of the comment log entry. This value identifies the entry in lists and record views.

Sync_Key String True

An internal synchronization key that is used to reconcile comment log records across systems and integrations.

Tag String False

Tags that are assigned to the comment log entry. Tags support categorization, search, and filtering operations.

CData Cloud

Comments

Stores user comment entries that provide additional context or commentary on records. This table supports communication history and annotation of business activity.

Columns

Name Type ReadOnly Description
Created_By String True

The unique identifier (Id) of the user who created this comment record. This value supports authorship tracking and audit review.

Created_By_Name String True

The display name of the user who created this comment record. This value appears in activity history and record details.

Data String False

The full text content of the comment. This field contains the primary message or note that the user entered.

Date_Entered Datetime True

The date and time when this comment record was created. This timestamp supports chronological sorting and audit logging.

Date_Modified Datetime True

The date and time when this comment record was last modified. This timestamp supports version tracking and update review.

Deleted Bool False

A Boolean field that returns a value of 'true' when this comment record is marked as deleted. It returns a value of 'false' when the record remains active.

Description String False

An optional descriptive summary or annotation that provides context or clarification related to the comment.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this comment record. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The Id of this comment record. The system uses this Id to reference and manage the record internally.

Locked_Fields String True

The list of fields that are restricted from editing to maintain data integrity or enforce workflow rules.

Modified_By_Name String True

The display name of the user who last modified this comment record. This value supports transparency in change tracking.

Modified_User_Id String True

The Id of the user who last modified this comment record. This value provides traceability for updates.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user has marked this comment as a favorite. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name of the comment record. This value appears in list views and search results where comments are referenced.

Parent_Id String False

The Id of the parent record with which this comment is associated, such as an account, contact, lead, opportunity, or case.

Sync_Key String True

The synchronization key that is used to align this comment record across external systems or connected integrations.

CData Cloud

ConsoleConfiguration

Stores layout and configuration settings for the SugarCRM console interface. This table supports workspace customization and role-based dashboard experiences.

Columns

Name Type ReadOnly Description
Commentlog String True

A free-form text field for storing internal comments that is related to the console configuration record. This field supports collaboration and operational note-taking.

Created_By String True

The identifier (Id) of the user who created the console configuration record. This field supports auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created the console configuration record.

Date_Entered Datetime True

The date and time when the console configuration record was created.

Date_Modified Datetime True

The date and time when the console configuration record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the console configuration record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and data recovery.

Description String False

A descriptive text field that provides additional detail about the purpose or configuration context of the console.

Enabled_Modules String False

A list of modules that are enabled for display and interaction within the console. This configuration determines which business objects that users can view and manage.

Filter_Def String False

The stored filter definition that is used to determine which records are included or excluded from the console view. This field controls data visibility and segmentation.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the console configuration record. It returns a value of 'false' when the record is not being followed.

Freeze_First_Column Bool False

A Boolean field that returns a value of 'true' when the first column in the console remains visible as the user scrolls horizontally. It returns a value of 'false' when all columns scroll normally.

Id [KEY] String True

The unique Id of the console configuration record.

Locked_Fields String True

A system-managed list of fields that are restricted from being edited. This field protects configuration integrity.

Modified_By_Name String True

The display name of the user who last modified the console configuration record.

Modified_User_Id String True

The Id of the user who last modified the console configuration record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the console configuration record is marked as a favorite by the current user. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The user-defined or system-generated name of the console configuration record. This field is used for selection and identification.

Order_By_Primary String False

The primary sort expression that is applied to data displayed in the console. This setting determines the primary ordering of records.

Order_By_Secondary String False

The secondary sort expression applied when multiple records share the same primary sort value.

Sync_Key String True

An internal synchronization key that is used to reconcile console configuration records across integrations or external systems.

Tag String False

Tags that are assigned to the console configuration record. Tags support filtering, organization, and categorization.

CData Cloud

Contacts

Stores contact records representing individual people who are associated with accounts, opportunities, or leads. This table supports relationship management, communication workflows, and customer engagement activities.

Columns

Name Type ReadOnly Description
Accept_Status_Calls String False

The contact's acceptance status for call invitations. This field reflects whether the contact has accepted, declined, or not responded to the call request.

Accept_Status_Id String False

The internal reference value that represents the contact's current acceptance status across supported activity types.

Accept_Status_Meetings String False

The contact's acceptance status for meeting invitations. This field indicates whether the contact has accepted, declined, or not responded to meeting requests.

Accept_Status_Messages String False

The contact's acceptance status for message-based interactions or communications that are associated with the CRM record.

Accept_Status_Name String False

The descriptive label that corresponds to the contact's acceptance status. This value is typically displayed in the user interface.

Account_Id String False

The identifier (Id) of the account that is associated with the contact. This field establishes the primary organizational relationship for account-based workflows.

Account_Name String True

The display name of the account that is associated with the contact. This field provides readable context for the account_id relationship.

Accounting_Bulletins_C Bool False

A Boolean field that returns a value of 'true' when the contact is subscribed to receive accounting bulletins or financial communications. It returns a value of 'false' when the contact is not subscribed.

Acl_Team_Names String True

A system-managed list of team names that grant the current user access to this contact record. This field supports access control and data visibility enforcement.

Acl_Team_Set_Id String False

The Id that references the team set that is associated with this contact record. Team sets allow multiple teams to share access to a record.

Alt_Address_City String False

The city of the contact's alternate address location. This address can be used for secondary mailing or communication purposes.

Alt_Address_Country String False

The country of the contact's alternate address location.

Alt_Address_Postalcode String False

The postal code of the contact's alternate address location.

Alt_Address_State String False

The state or region of the contact's alternate address location.

Alt_Address_Street String False

The street address of the contact's alternate address location.

Alt_Address_Street_2 String False

The second address line of the contact's alternate address location. This field is used for suite numbers, unit identifiers, or extended address details.

Alt_Address_Street_3 String False

The third address line of the contact's alternate address location. This field supports additional addressing needs.

Assigned_User_Id String False

The Id of the user who is assigned ownership of the contact record. This field supports workload distribution and accountability.

Assigned_User_Name String True

The display name of the user who is assigned ownership of the contact record.

Assistant String False

The name of the assistant who supports the contact in business-related activities.

Assistant_Phone String False

The assistant's phone number, used for scheduling and direct communication on behalf of the contact.

Birthdate Date False

The contact's date of birth. This information can support age-based personalization, demographic analysis, or compliance-driven documentation.

Business_Center_Id String False

The Id of the business center that is associated with the contact. Business centers are used to determine hours of service and region-specific handling.

Business_Center_Name String True

The display name of the business center that is associated with the contact. This value corresponds to the business_center_id field.

C_Accept_Status_Fields String True

A stored representation of acceptance status values across multiple communication channels for the contact. This field supports user interface rendering and workflow logic.

Campaign_Id String False

The Id of the marketing campaign that originally generated or influenced the contact. This field supports campaign attribution and performance analysis.

Campaign_Name String True

The display name of the marketing campaign that is associated with the contact. This value provides readable context for the campaign_id field.

Commentlog String True

A free-form text field for storing internal comments that are related to the contact record. This field supports collaborative communication among CRM users.

Contact_Type_C String False

The classification of the contact based on organizational category, relationship role, or segmentation criteria.

Contactid_C String False

An internal or external reference Id for the contact that is used in integrated business systems.

Cookie_Consent Bool False

A Boolean field that returns a value of 'true' when the contact provides consent for cookie usage within portal or digital service interfaces. It returns a value of 'false' when consent is not provided.

Cookie_Consent_Received_On Datetime False

The date and time when cookie consent was received from the contact. This field supports privacy compliance auditing.

Created_By String True

The Id of the user who created the contact record. This field supports record lineage and audit history.

Created_By_Name String True

The display name of the user who created the contact record.

Date_Entered Datetime True

The date and time when the contact record was created.

Date_Modified Datetime True

The date and time when the contact record was last modified.

Day_Of_Birth_Yr_Optional_C String False

An optional user-provided date-of-birth field that can store only month and day information when the year is not required or is unavailable.

Deleted Bool False

A Boolean field that returns a value of 'true' when the contact record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and data recovery.

Department String False

The department or organizational division that is associated with the contact, typically used for business demographic segmentation or reporting.

Description String False

A free-form descriptive text field that is used to store additional narrative or contextual information about the contact.

Dnb_Principal_Id String False

The external reference Id that is used to identify the contact within Dun & Bradstreet (DNB) business intelligence systems.

Do_Not_Call Bool False

A Boolean field that returns a value of 'true' when the contact requests not to be contacted by phone. It returns a value of 'false' when phone communication is permitted. This field supports compliance with consent and privacy requirements.

Dp_Business_Purpose String True

A list or descriptor of the business purposes for which the contact has granted consent. This field supports regulatory documentation such as privacy and consent audits.

Dp_Consent_Last_Updated Date False

The date when the contact's consent preferences were most recently reviewed or updated for compliance tracking.

Dri_Workflow_Template_Id String False

The Id of the Customer Journey workflow template that is associated with this contact. This field links the contact to guided process flows.

Dri_Workflow_Template_Name String True

The display name of the Customer Journey workflow template that is associated with this contact.

Email String False

The primary email address for the contact, used for direct communication, campaign outreach, or portal account identity.

Email_Addresses_Non_Primary String False

A collection of additional email addresses that are associated with the contact but are not designated as the primary email address.

Email_And_Name1 String False

A formatted reference that combines the contact's name and primary email address for display in messaging or selection fields.

Email_Opt_Out Bool False

A Boolean field that returns a value of 'true' when the contact has opted out of email communications. It returns a value of 'false' when email communication is permitted. This field supports compliance with digital communication regulations.

Email1 String False

The primary email address value that is stored for the contact. This field is typically used internally in messaging workflows.

Email2 String False

A secondary email address for the contact. This field supports alternative communication or account recovery.

Entry_Source String True

The origin of the contact record, indicating whether it was created directly within the SugarCRM application or imported from an external system.

Escrow_Bulletins_C Bool False

A Boolean field that returns a value of 'true' when the contact is subscribed to receive escrow-related bulletins or notifications. It returns a value of 'false' when the contact is not subscribed.

Facebook String False

The contact's Facebook profile name or handle, which can be used for social engagement or identity reference.

First_Name String False

The contact's first name.

Fnf_Agencies_Contacts_1_Name String True

The display name of the associated agency record when the contact is linked through Fidelity National Financial (FNF) organizational relationships.

Fnf_Agencies_Contacts_1fnf_Agencies_Ida String False

The Id of the agency record that is associated with the contact in FNF organizational relationships.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the contact record. It returns a value of 'false' when the record is not being followed.

Full_Name String True

The fully formatted name of the contact, typically composed from first name, last name, and any applicable prefixes or suffixes.

General_Bulletins_C Bool False

A Boolean field that returns a value of 'true' when the contact is subscribed to receive general informational bulletins. It returns a value of 'false' when the contact is not subscribed.

Googleplus String False

The contact's Google+ profile Id. This field remains for legacy reference and archival historical data.

Hint_Account_Annual_Revenue String False

The estimated or reported annual revenue for the associated organization, as supplied by Sugar Hint enrichment data.

Hint_Account_Description String False

A descriptive profile summary of the associated organization, as enriched by Sugar Hint.

Hint_Account_Facebook_Handle String False

The Facebook profile handle of the associated account, as provided by Sugar Hint.

Hint_Account_Fiscal_Year_End String False

The fiscal year-end month for the associated organization, as provided by Sugar Hint enrichment data.

Hint_Account_Founded_Year String False

The year in which the associated organization was founded, as supplied by Sugar Hint data enrichment.

Hint_Account_Industry String False

The industry classification of the associated organization, as determined through Sugar Hint data enrichment.

Hint_Account_Location String False

The primary location of the associated organization, as provided by Sugar Hint data enrichment.

Hint_Account_Logo String False

The logo image reference for the associated account, obtained via Sugar Hint data services.

Hint_Account_Naics_Code_Lbl String False

The NAICS classification code that is associated with the organization, provided by Sugar Hint enrichment data.

Hint_Account_Sic_Code_Label String False

The SIC classification code that is associated with the organization, provided by Sugar Hint enrichment data.

Hint_Account_Size String False

The estimated organization size that is based on employee count or operational scale, provided by Sugar Hint enrichment.

Hint_Account_Twitter_Handle String False

The Twitter handle of the associated organization, as retrieved through Sugar Hint.

Hint_Account_Website String False

The public website of the associated organization, as retrieved through Sugar Hint enrichment.

Hint_Contact_Pic String False

The avatar or profile image reference for the contact, provided through Sugar Hint data services.

Hint_Education String False

The primary educational history or degree information that is associated with the contact, as retrieved via Sugar Hint.

Hint_Education_2 String False

Additional educational background data for the contact, also supplied by Sugar Hint enrichment.

Hint_Facebook String False

The contact's Facebook profile Id, as sourced via Sugar Hint enrichment services.

Hint_Industry_Tags String False

Industry-related tags that are associated with the contact as identified by Sugar Hint enrichment. These tags support segmentation and industry-specific analytics.

Hint_Job_2 String False

Additional job role or title information for the contact, as provided by Sugar Hint enrichment.

Hint_Phone_1 String False

An additional phone number that is associated with the contact, sourced from Sugar Hint data enrichment.

Hint_Phone_2 String False

A second additional phone number that is associated with the contact, sourced from Sugar Hint data enrichment.

Hint_Photo String False

A reference to the contact's profile image that is retrieved through Sugar Hint.

Hint_Twitter String False

The contact's Twitter handle or profile Id, sourced via Sugar Hint enrichment.

Id [KEY] String True

The unique Id of the contact record.

Invalid_Email Bool False

A Boolean field that returns a value of 'true' when the primary email address associated with the contact is flagged as invalid. It returns a value of 'false' when the email address is valid and deliverable.

Last_Name String False

The contact's last name or family name.

Lead_Registered_User_C Bool False

A Boolean field that returns a value of 'true' when the contact is recognized as a registered user for lead-related systems or workflows. It returns a value of 'false' when no registration association exists.

Lead_Source String False

The source from which the contact originated (for example,'referral', 'campaign', 'web form submission', or 'internal creation').

Locked_Fields String True

A system-managed list of fields that are restricted from modification. This field preserves data integrity and enforces configuration protections.

M_Accept_Status_Fields String True

A stored representation of acceptance status values for message-related communication events. This field supports user interface rendering and workflow logic.

Market_Interest_Prediction_Score String True

A predictive scoring value that estimates the contact's level of interest or likelihood to engage with offerings.

Market_Score Int True

A numeric score representing activity or engagement strength in market-facing interactions.

Mkto_Id Int True

The Id that identifies the contact within the Marketo marketing automation platform.

Mkto_Lead_Score Int True

The lead scoring value assigned within Marketo based on engagement and behavioral activity.

Mkto_Sync Bool False

A Boolean field that returns a value of 'true' when the contact is configured to synchronize with Marketo. It returns a value of 'false' when the contact is excluded from synchronization.

Modified_By_Name String True

The display name of the user who last modified the contact record.

Modified_User_Id String True

The Id of the user who last modified the contact record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the contact record is marked as a favorite by the current user. It returns a value of 'false' when the record is not designated as a favorite.

Name String True

The formatted display name of the contact, typically composed from first name, last name, and any applicable prefixes or suffixes.

No_Longer_At_Account_C Bool False

A Boolean field that returns a value of 'true' when the contact is no longer associated with the previously linked account. It returns a value of 'false' when the association remains current.

Opportunity_Role String False

The contact's role in sales or opportunity engagements, (for example, 'decision maker', 'influencer', or 'evaluator'.

Opportunity_Role_Fields String True

A stored representation of role attributes that is applied to the contact during opportunity-related activities.

Opportunity_Role_Id String False

The Id that is associated with the opportunity role linking the contact to opportunity records.

Owner_Only_Bulletins_C Bool False

A Boolean field that returns a value of 'true' when only the record owner should receive bulletins or notifications related to this contact. It returns a value of 'false' when bulletins may apply to a broader audience.

Perform_Sugar_Action Bool False

A Boolean field that returns a value of 'true' when automated Sugar actions can be triggered from workflows that reference this contact. It returns a value of 'false' when automated workflow-triggered actions are disabled.

Phone_Fax String False

The contact's fax number used for document transmission or business communication.

Phone_Home String False

The contact's home phone number.

Phone_Mobile String False

The contact's mobile phone number.

Phone_Other String False

An additional phone number that is associated with the contact.

Phone_Work String False

The contact's work phone number.

Picture String False

A reference to the contact's avatar or profile image that is used in the interface.

Portal_Active Bool False

A Boolean field that returns a value of 'true' when the contact has an active portal account. It returns a value of 'false' when no active portal access is configured.

Portal_App String False

The portal application with which the contact is associated.

Portal_Name String True

The name or username that the contact uses when accessing the portal.

Portal_Password String True

The encrypted or stored password value that is used for portal authentication. This field is typically managed by system processes.

Portal_Password1 String True

A secondary field that stores the portal password for compatibility and system migration purposes. This field is used when older authentication data needs to be preserved or transitioned.

Portal_User_Company_Name String False

The company name that is associated with the contact's portal user profile.

Preferred_Language String False

The preferred language for communication with the contact. This field supports localization and personalized messaging.

Primary_Address_City String False

The city of the contact's primary address.

Primary_Address_Country String False

The country of the contact's primary address.

Primary_Address_Postalcode String False

The postal code of the contact's primary address.

Primary_Address_State String False

The state or region of the contact's primary address.

Primary_Address_Street String False

The street address of the contact's primary address.

Primary_Address_Street_2 String False

The second address line for the contact's primary address, typically used for suite or unit identifiers.

Primary_Address_Street_3 String False

The third address line for the contact's primary address, used when additional address detail is required.

Report_To_Name String True

The display name of the contact to whom this contact reports, typically used in organizational hierarchy relationships.

Reports_To_Id String False

The Id of the contact to whom this contact reports.

Salutation String False

The salutation or greeting prefix that is used when addressing the contact (for example, 'Mr' or 'Ms').

Site_User_Id String True

The Id that associates the contact with a linked site user profile, typically used in portal or multi-site access scenarios.

Source_Id String False

The Id that is associated with the source system from which the contact originated.

Source_Meta String False

Additional metadata that describes the source or import characteristics of the contact record.

Source_Type String False

The classification of the system or data source from which the contact record originated.

Sync_Contact Bool False

A Boolean field that returns a value of 'true' when the contact is configured to synchronize with external mail and scheduling systems such as Outlook. It returns a value of 'false' when synchronization is disabled.

Sync_Key String True

An internal synchronization key that is used to reconcile the contact record across systems or integrations.

Tag String False

Tags that are assigned to the contact record. Tags support categorization, filtering, and search.

Team_Count String False

The number of teams that have access to the contact record.

Team_Id String False

The Id of the primary team that is associated with the contact record.

Team_Name String False

The display name of the primary team that is associated with the contact record.

Team_Set_Id String False

The Id of the team set that grants shared access permissions for the contact record.

Title String False

The professional title or role of the contact within their organization.

Title_Wave_User_C Bool False

A Boolean field that returns a value of 'true' when the contact is associated with TitleWave system features or workflows. It returns a value of 'false' when the contact has no TitleWave association.

Twitter String False

The Twitter handle or profile name of the contact.

Underwriting_Bulletins_C Bool False

A Boolean field that returns a value of 'true' when the contact is subscribed to receive underwriting-related bulletins. It returns a value of 'false' when the contact is not subscribed.

CData Cloud

Contracts

Stores contract agreement records and renewal details. This table supports contract lifecycle management, obligation tracking, and renewal planning.

Columns

Name Type ReadOnly Description
Account_Id String False

The identifier (Id) of the account that is associated with the contract. This field establishes the primary organizational relationship for contract reporting and access.

Account_Name String False

The display name of the account that is associated with the contract. This field corresponds to the account_id field.

Acl_Team_Names String True

A system-managed list of team names that grant visibility to the contract record. This field supports access control enforcement.

Acl_Team_Set_Id String False

The Id of the team set that is associated with the contract record. Team sets allow multiple teams to share access to the same record.

Assigned_User_Id String False

The Id of the user who is assigned ownership of the contract record. This field supports workload distribution and accountability.

Assigned_User_Name String True

The display name of the user who is assigned to the contract record.

Base_Rate String False

The base exchange rate that is associated with the contract's currency at the time of record entry.

Commentlog String True

A free-form text field for internal comments and collaboration related to the contract record.

Company_Signed_Date Date False

The date when the company signed the contract. This value establishes one side of the agreement timeline.

Contract_Term Int True

The contractual term length, measured in months. This value is used to calculate renewal and expiration schedules.

Created_By String True

The Id of the user who created the contract record.

Created_By_Name String True

The display name of the user who created the contract record.

Currency_Id String False

The Id of the currency used to express monetary values for the contract.

Currency_Name String True

The name of the currency that is assigned to the contract.

Currency_Symbol String True

The symbol representing the currency that is assigned to the contract.

Customer_Signed_Date Date False

The date when the customer signed the contract. This value confirms contract acceptance by the client party.

Date_Entered Datetime True

The date and time when the contract record was created.

Date_Modified Datetime True

The date and time when the contract record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the contract record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and record recovery.

Description String False

A free-form descriptive text field that provides additional detail or context for the contract.

End_Date Date False

The date when the contract is no longer in effect. This value defines the contract's expiration point.

Expiration_Notice Datetime False

The scheduled date and time to issue an expiration notice for the contract. This field is often used in automated workflow and renewal processes.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the contract record. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The unique Id of the contract record.

Locked_Fields String True

A system-managed list of fields that are restricted from editing to preserve contract integrity.

Modified_By_Name String True

The display name of the user who last modified the contract record.

Modified_User_Id String True

The Id of the user who last modified the contract record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the contract record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name assigned to the contract. This field identifies the contract in user interfaces and reports.

Opportunity_Id String False

The Id of the opportunity that is associated with the contract. This field links sales pipeline progress to finalized agreements.

Opportunity_Name String True

The display name of the opportunity that is associated with the contract.

Parent_Name String True

The name of the parent record to which the contract is related. This field prevents attempts to create multiple flex relate fields derived from the same source relationship.

Reference_Code String False

A reference number or internal tracking code that is used by the organization to identify or classify the contract.

Start_Date Date False

The date when the contract becomes effective. This value represents the beginning of the contract term.

Status String False

The current status of the contract, such as Active, Draft, Pending, or Expired.

Sync_Key String True

An internal synchronization key that is used to reconcile the contract record across systems and integrations.

Tag String False

Tags assigned to the contract record. Tags support classification, filtering, and searching.

Team_Count String False

The number of teams that have access to the contract record.

Team_Id String False

The Id of the primary team that is associated with the contract record.

Team_Name String False

The display name of the primary team that is associated with the contract record.

Team_Set_Id String False

The Id of the team set that grants shared-access permissions for the contract record.

Time_To_Expiry Int True

The calculated number of days remaining before the contract expires. This field supports renewal planning and workflow automation.

Total_Contract_Value Decimal True

The total monetary value of the contract. This figure represents the full contracted amount across the term.

Total_Contract_Value_Usdollar Decimal True

The total monetary value of the contract expressed in U.S. dollars. This field standardizes valuation for reporting.

Type String False

The contract type classification. This value is sourced from a predefined dropdown list.

Type_Name String True

The display name that corresponds to the contract type classification.

CData Cloud

ContractTypes

Stores contract type classification records. This table supports contract grouping, reporting segmentation, and standardized contract processing.

Columns

Name Type ReadOnly Description
Commentlog String True

A free-form text field that is used to store internal comments about the contract type. This field supports collaboration and communication among CRM users.

Created_By String True

The identifier (Id) of the user who created the contract type record. This field supports record lineage and audit tracking.

Created_By_Name String True

The display name of the user who created the contract type record.

Date_Entered Datetime True

The date and time when the contract type record was created.

Date_Modified Datetime True

The date and time when the contract type record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the contract type record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and data retention policies.

Description String False

A descriptive text field that provides additional context about the contract type, such as business purpose, usage norms, or relevance within contract lifecycle workflows.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the contract type record. It returns a value of 'false' when the user is not following the record. This field allows users to track updates and changes.

Id [KEY] String True

The unique Id of the contract type record.

List_Order Int True

The position of this contract type in dropdown lists. This field determines the display order for users who are selecting contract types.

Locked_Fields String True

A system-managed list of fields that are restricted from editing. This field is used to maintain data integrity and prevent unintended configuration changes.

Modified_By_Name String True

The display name of the user who last modified the contract type record.

Modified_User_Id String True

The Id of the user who last modified the contract type record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the contract type record is marked as a favorite by the current user. It returns a value of 'false' when the record is not marked as a favorite. This feature helps users quickly locate frequently used values.

Name String False

The name of the contract type. This value appears in contract selection menus and reporting views.

Sync_Key String True

An internal synchronization key that is used to reconcile the contract type record across integrations or external systems.

Tag String False

Tags that are assigned to the contract type record. Tags support classification, filtering, and search within the CRM.

CData Cloud

Currencies

Stores currency definitions and exchange rates. This table supports multi-currency transaction handling and standardized monetary value conversion.

Columns

Name Type ReadOnly Description
Conversion_Rate Decimal False

The numerical rate that is used to convert this currency to the system's base currency. This value is applied during financial calculations, reporting normalization, and multi-currency conversions.

Created_By String True

The unique identifier (Id) of the user who created the currency record. This field supports audit tracking and record ownership.

Date_Entered Datetime True

The date and time when the currency record was created.

Date_Modified Datetime True

The date and time when the currency record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the currency record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete behavior and administrative cleanup workflows.

Id [KEY] String True

The unique Id of the currency record.

Iso4217 String False

The three-letter international currency code that is defined by the ISO 4217 standard (for example, 'USD' or 'EUR'). This field ensures consistency across financial systems and integrations.

Name String False

The descriptive name of the currency (for example, 'US Dollar' or 'Euro'). This value is displayed in currency selection menus.

Status String False

The current operational state of the currency (for example, 'Active' or 'Inactive'). This field determines whether the currency can be selected in financial transactions.

Symbol String False

The symbolic character that represents the currency (for example, '$', '€', or '£'). This value is used in UI display and formatted financial output.

Sync_Key String True

An internal synchronization key that is used to reconcile the currency record across external systems or data integrations.

CData Cloud

CustomQueries

Stores saved query definitions that are used for advanced filtering or custom reporting. This table supports analytics, integration queries, and dataset reusability.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

A system-managed list of team names that provides access to the custom query record. This field supports access control and user visibility enforcement.

Acl_Team_Set_Id String False

The Id of the team set that is associated with the custom query record. Team sets allow multiple teams to share ownership and access permissions.

Created_By String True

The unique identifier (Id) of the user who created the custom query record. This field supports audit tracking and accountability.

Custom_Query String False

The SQL statement that is defined for the custom query. This query is executed by the SugarCRM reporting engine or custom data views.

Date_Entered Datetime True

The date and time when the custom query record was created.

Date_Modified Datetime True

The date and time when the custom query record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the custom query record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and administrative cleanup.

Description String False

A free-form descriptive text field that explains the purpose, expected output, or usage context of the custom query.

Id [KEY] String True

The unique Id of the custom query record.

List_Order Int True

The position of this custom query in query dropdown lists. This value might be unused in newer SugarCRM interfaces.

Modified_User_Id String True

The Id of the user who last modified the custom query record. This field supports change tracking and audit accountability.

Name String False

The user-defined name of the custom query. This value identifies the query in user interfaces and reporting configuration.

Query_Locked Bool False

A Boolean field that returns a value of 'true' when the SQL statement is locked to prevent editing. It returns a value of 'false' when the SQL statement can be modified. This field helps preserve validated or business-critical queries.

Query_Type String False

A classification label that describes the type of query. This field is typically unused in current configurations.

Team_Count String False

The number of teams that have access to the custom query record.

Team_Id String False

The Id of the primary team that is associated with the custom query record.

Team_Name String False

The display name of the primary team that is associated with the custom query record.

Team_Set_Id String False

The Id of the team set that grants shared access permissions to the custom query record.

CData Cloud

Dashboards

Stores dashboard configuration and component layout details. This table supports personalized workspace views, KPI visualization, and user productivity optimization.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

A system-managed list of team names that are associated with the dashboard. This field enforces visibility and access permissions.

Acl_Team_Set_Id String False

The identifier (Id) of the team set that grants shared access to the dashboard. Team sets allow multiple teams to jointly own and manage the dashboard record.

Assigned_User_Id String False

The Id of the user who is assigned ownership of the dashboard. This field is used for access control and organizational assignment.

Assigned_User_Name String True

The display name of the user who is assigned ownership of the dashboard.

Created_By String True

The Id of the user who created the dashboard record. This field supports audit tracking and accountability.

Created_By_Name String True

The display name of the user who created the dashboard record.

Dashboard_Module String False

The module context to which the dashboard is tied (for example, 'Accounts', 'Cases', or 'Opportunities'). This value determines where the dashboard appears within the SugarCRM interface.

Date_Entered Datetime True

The date and time when the dashboard record was created.

Date_Modified Datetime True

The date and time when the dashboard record was last modified.

Default_Dashboard Bool False

A Boolean field that returns a value of 'true' when the dashboard is designated as the default dashboard for the assigned module or user role. It returns a value of 'false' when the dashboard is not the default selection.

Deleted Bool False

A Boolean field that returns a value of 'true' when the dashboard record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and historical recovery.

Description String False

A free-form description that provides details regarding the purpose, contents, or intended usage of the dashboard.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the dashboard to receive activity or change notifications. It returns a value of 'false' when the dashboard is not being followed.

Id [KEY] String True

The unique Id for the dashboard record.

Locked_Fields String True

A list of fields that are restricted from modification based on administrative configuration or role-based permissions.

Metadata String False

A serialized configuration structure that defines the layout, components, filters, and visual elements of the dashboard. This metadata controls how dashboard components are arranged and displayed to the user.

Modified_By_Name String True

The display name of the user who last modified the dashboard record.

Modified_User_Id String True

The Id of the user who last modified the dashboard record. This field supports change tracking and audit accountability.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the dashboard is marked as a favorite for quick access. It returns a value of 'false' when the dashboard is not marked as a favorite.

Name String False

The user-defined name of the dashboard. This value appears in dashboard selectors and module user interfaces.

Sync_Key String True

A synchronization key that supports integration and cross-instance record matching when dashboards are transferred between Sugar environments.

Team_Count String False

The number of teams that have access to the dashboard record. This field supports reporting and administrative visibility validation.

Team_Id String False

The Id of the primary team that is associated with the dashboard. The primary team defines baseline access permissions.

Team_Name String False

The display name of the primary team that is associated with the dashboard.

Team_Set_Id String False

The Id of the team set that grants multi-team shared access to the dashboard record.

View_Name String False

The internal name of the dashboard view layout that is used for rendering. This field determines the UI container where the dashboard appears.

CData Cloud

DataArchiver

Stores rules and configurations for archiving historical data. This table supports data governance, storage optimization, and system performance tuning.

Columns

Name Type ReadOnly Description
Active Bool False

A Boolean field that returns a value of 'true' when the data archiving definition is active and eligible to run. It returns a value of 'false' when the definition is inactive or disabled.

Commentlog String True

A system-maintained log of comment entries that document collaboration or review history for this record.

Created_By String True

The identifier (Id) of the user who created the data archiver definition. This field supports audit tracking and ownership visibility.

Created_By_Name String True

The display name of the user who created the data archiver definition.

Date_Entered Datetime True

The date and time when the data archiver record was created.

Date_Modified Datetime True

The date and time when the data archiver record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the data archiver record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete lifecycle handling.

Description String False

A free-form description that provides details regarding the purpose, scope, or intended use of the data archiving rule.

Filter_Def String False

The filter criteria that define which records are selected for archiving or truncation when the data archiver process runs.

Filter_Module_Name String False

The module from which data is selected, archived, or truncated according to the filter criteria.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the record to receive update or change notifications. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The unique Id for the data archiver record.

Locked_Fields String True

A list of fields that are restricted from modification due to role-based or administrative configuration.

Modified_By_Name String True

The display name of the user who last modified the data archiver record.

Modified_User_Id String True

The identifier of the user who last modified the data archiver record. This field supports change tracking and accountability.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the data archiver record is marked as a favorite for quick access. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The name assigned to the data archiver rule. This name is used to reference the archiving configuration in administrative interfaces.

Process_Type String False

The action that is performed on the filtered data, specifying whether matching records should be archived for long-term storage or truncated for permanent removal.

Sync_Key String True

A synchronization key that supports cross-system record matching and automated migration workflows.

Tag String False

A set of user-defined tags that are associated with the record to support grouping, filtering, and search.

CData Cloud

DataPrivacy

Stores data privacy request and consent management records. This table supports compliance with privacy regulations and customer data handling preferences.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with the data privacy request record based on team-based access control.

Acl_Team_Set_Id String False

The identifier of the team set that is associated with the record to support shared ownership and collaboration permissions.

Assigned_User_Id String False

The identifier (Id) of the user who is currently assigned to manage the data privacy request.

Assigned_User_Name String True

The display name of the user who is currently assigned to manage the data privacy request.

Business_Hours_To_Resolution Decimal True

The total amount of business-hour time that elapsed between the request opening and its resolution. This field supports SLA tracking and compliance reporting.

Business_Purpose String True

A description of the business purpose for which the data privacy request was initiated. This field assists with regulatory justification and audit review.

Commentlog String True

A system-maintained log of comment entries that document discussion or review history for the request.

Created_By String True

The identifier of the user who created the data privacy request record, used for audit and ownership tracking.

Created_By_Name String True

The display name of the user who created the data privacy request record.

Dataprivacy_Number Int False

A sequential number that visually identifies the data privacy request in user interfaces and reporting dashboards.

Date_Closed Date False

The date when processing of the data privacy request was completed and the request was formally closed.

Date_Due Date False

The date by which the data privacy request must be completed. This field helps organizations meet regulatory timeframes such as General Data Protection Regulation (GDPR) response deadlines.

Date_Entered Datetime True

The date and time when the data privacy request record was created.

Date_Modified Datetime True

The date and time when the data privacy request record was most recently modified.

Date_Opened Date False

The date when the data privacy request was formally opened for processing.

Deleted Bool False

A Boolean field that returns a value of 'true' when the data privacy request record is marked for deletion. It returns a value of 'false' when the record remains active. This supports soft-delete lifecycle management.

Description String False

A free-form description that provides additional detail regarding the nature, scope, or intent of the data privacy request.

Fields_To_Erase String False

A list of fields that are designated to be erased or anonymized as part of fulfilling the data privacy request.

Follow_Up_Datetime Datetime False

The date and time by which follow-up communication or action must occur. This field supports SLA and workflow tracking.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the record to receive notifications. It returns a value of 'false' when the user is not following the record.

Hours_To_Resolution Decimal True

The total amount of calendar time, in hours, that elapsed between the opening and closing of the data privacy request.

Id [KEY] String True

The unique Id for the data privacy request record.

Locked_Fields String True

A list of fields that are restricted from modification because of administrative or workflow enforcement.

Modified_By_Name String True

The display name of the user who last modified the data privacy request record.

Modified_User_Id String True

The Id of the user who last modified the data privacy request record. This field supports change tracking and accountability.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the user for quick access. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

A short, human-readable title that identifies the data privacy request in user interfaces and lists.

Pending_Processing Bool True

A Boolean field that returns a value of 'true' when request processing is still underway or awaiting completion. It returns a value of 'false' when no further processing remains.

Priority String False

The assigned priority level of the data privacy request, which determines response order and urgency based on internal workflow or compliance requirements.

Requested_By String False

The name of the individual who submitted the request or the stakeholder responsible for initiating it.

Resolution String False

The explanation of how the data privacy request was fulfilled, including whether data was erased, anonymized, corrected, or otherwise processed.

Resolved_Datetime Datetime False

The date and time when processing of the request was completed.

Source String False

The origin of the request, indicating how or where it was submitted (for example, customer self-service portal or internal compliance workflow).

Status String False

The current stage of the data privacy request in the review and fulfillment lifecycle.

Sync_Key String True

A synchronization key that supports matching and correlation across connected systems during data migration or API synchronization.

Tag String False

A set of user-defined keywords that support filtering, grouping, and search.

Team_Count String False

The number of teams that are associated with the record under team security configuration.

Team_Id String False

The Id of the primary team that is associated with the data privacy request for access control and reporting.

Team_Name String False

The display name of the primary team that is associated with the data privacy request.

Team_Set_Id String False

The Id of the complete team set that is assigned to the record to support collaborative ownership.

Type String False

The type of data privacy request, such as data erasure, access review, correction request, or consent withdrawal.

Widget_Follow_Up_Datetime String True

The UI widget representation of the follow-up deadline for visual dashboards or console displays.

Work_Log String False

A free-form log that is used to record actions, decisions, or processing notes associated with the request.

CData Cloud

DataSets

Stores dataset definitions that structure reporting and analytics output. This table supports visualization, metric aggregation, and cross-module data modeling.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with the data set record through team-based access control.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that is associated with the data set to support shared ownership and security permissions.

Body_Back_Color String False

The background color that is used for the main body section of the rendered output for this data set.

Body_Text_Color String False

The text color that is used for the main body content when the data set is displayed or exported.

Created_By String True

The Id of the user who created the data set record.

Custom_Layout String False

The layout definition that determines how the data set is structured and displayed in reports or dashboards.

Date_Entered Datetime True

The date and time when the data set record was created.

Date_Modified Datetime True

The date and time when the data set record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the data set record is marked for deletion. It returns a value of 'false' when the record remains active as part of standard soft-delete lifecycle behavior.

Description String False

A descriptive summary that explains the purpose, content, or formatting intent of the data set.

Exportable Bool False

A Boolean field that returns a value of 'true' when the data set can be exported from the system. It returns a value of 'false' when export functionality is restricted.

Font_Size String False

The font size that is used when rendering the text elements of the data set in reports or dashboards.

Header Bool False

A Boolean field that returns a value of 'true' when the data set includes a header row. It returns a value of 'false' when the data set is configured without a header section.

Header_Back_Color String False

The background color that is used for the header section of the data set display.

Header_Text_Color String False

The text color that is used for any header labels or titles in the data set display.

Id [KEY] String True

The Id for the data set record.

List_Order_Y Int True

The vertical ordering priority that is used when this data set appears in lists, dashboards, or composite report layouts.

Modified_User_Id String True

The Id of the user who last modified the data set record.

Name String False

The display name assigned to the data set, used for selection, filtering, and reporting configuration.

Output_Default String False

The default output format or layout style that is applied when the data set is rendered.

Parent_Id String False

The Id of the parent data set from which this data set inherits layout or configuration values.

Parent_Name String True

The display name of the parent data set from which configuration settings are inherited.

Prespace_Y Bool False

A Boolean field that returns a value of 'true' when additional vertical spacing is inserted above the data set in the rendered output. It returns a value of 'false' when no extra spacing is applied.

Query_Id String False

The Id of the custom query that retrieves the data used in this data set.

Query_Name String False

The display name of the custom query that supplies the data used in this data set.

Report_Id String False

The Id of the report that uses this data set as part of its layout or data retrieval configuration.

Report_Name String False

The display name of the report that consumes this data set for rendering, printing, or dashboard display.

Table_Width String False

The width value that is applied to the table representation of the data set when it is rendered.

Table_Width_Type String False

The unit type that is used for the table width value, such as fixed units or percentage of available layout space.

Team_Count String False

The number of teams that are associated with the data set record for access control purposes.

Team_Id String False

The Id of the primary team that is assigned to the data set record.

Team_Name String False

The display name of the primary team that is assigned to the data set record.

Team_Set_Id String False

The Id of the team set that grants shared access to the data set record.

Use_Prev_Header Bool False

A Boolean field that returns a value of 'true' when the data set inherits the header formatting from its parent data set. It returns a value of 'false' when the header formatting is defined independently.

CData Cloud

DocumentMerges

Stores configuration rules that are used for document generation and template merging. This table supports automated production of customer-facing documents.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with the document merge record through team-based access control.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that provides shared access and collaborative permissions for the document merge record.

Assigned_User_Id String False

The Id of the user who is assigned to manage or review the document merge record.

Assigned_User_Name String True

The display name of the user who is assigned to manage or review the document merge record.

Commentlog String True

A system-maintained log of comment entries that capture discussion history and collaboration context.

Created_By String True

The Id of the user who created the document merge record.

Created_By_Name String True

The display name of the user who created the document merge record.

Date_Entered Datetime True

The date and time when the document merge record was created.

Date_Modified Datetime True

The date and time when the document merge record was most recently modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the document merge record is marked for deletion. It returns a value of 'false' when the record remains active in the system under soft-delete behavior.

Description String False

A free-form text description that provides additional context or processing notes related to the document merge.

Dismissed Bool False

A Boolean field that returns a value of 'true' when the merge notification or task has been dismissed by the user. It returns a value of 'false' when the merge remains pending or visible.

File_Type String True

The file type associated with the generated document (for example, 'PDF' or 'DOCX').

Flow_Data String False

A serialized data structure that stores workflow, merge settings, and runtime parameters associated with the document generation process.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the record to receive notifications. It returns a value of 'false' when the user is not following the record.

Generated_Document_Id String True

The Id of the generated document file that results from the merge operation.

Id [KEY] String True

The Id for the document merge record.

Locked_Fields String True

A list of fields that are restricted from modification due to workflow or administrative configuration.

Merge_Type String True

The type of merge that was performed, such as single-record merge or multi-record merge.

Message String True

A message string that provides status detail, user feedback, or system logging information related to the merge process.

Modified_By_Name String True

The display name of the user who last modified the document merge record.

Modified_User_Id String True

The Id of the user who last modified the document merge record, used for audit tracking.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the user marks the document merge record as a favorite. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The name that is assigned to the document merge record for identification in lists and dashboards.

Parent_Id String True

The Id of the parent record that the merge is associated with (for example, 'Account', 'Contact', or 'Case').

Parent_Name String True

The display name of the parent record that is associated with the merge.

Parent_Type String True

The module or record type of the parent record associated with the document merge.

Record_Ids String True

The list of record Ids that are included in a multi-record merge operation.

Seen Bool False

A Boolean field that returns a value of 'true' when the merge is viewed by the assigned user. It returns a value of 'false' when it remains unseen.

Status String True

The current processing state of the document merge, such as pending, in progress, or completed.

Sync_Key String True

A synchronization key that is used to match the document merge record across integrations or replication environments.

Tag String False

A set of user-defined tags that support filtering, organization, and grouping.

Team_Count String False

The number of teams that are associated with the document merge record for visibility and access control.

Team_Id String False

The Id of the primary team that is associated with the document merge record.

Team_Name String False

The display name of the primary team that is associated with the document merge record.

Team_Set_Id String False

The Id of the complete team set that provides combined access permissions for the record.

Template String True

The display name of the document template that is used during the merge process.

Template_Id String True

The Id of the document template that defines the layout and merge fields used to generate the document.

CData Cloud

DocumentRevisions

Stores historical revisions of documents. This table supports version history tracking, rollback, and document change auditing.

Columns

Name Type ReadOnly Description
Change_Log String False

A descriptive summary of the changes that are introduced in this document revision. This field is often used to record user notes or revision history commentary.

Created_By String True

The unique identifier (Id) of the user who created the document revision record.

Created_By_Name String True

The display name of the user who created the document revision record.

Date_Entered Datetime True

The date and time when the document revision record was created.

Date_Modified Datetime True

The date and time when the document revision record was most recently modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the document revision record is marked for deletion. It returns a value of 'false' when the record remains active under standard soft-delete behavior.

Doc_Id String False

The Id of the document that is stored in an external document storage provider that is integrated with Sugar.

Doc_Type String False

The document provider type (for example, 'Google Drive', 'Microsoft OneDrive', 'Box', or 'IBM SmartCloud'.

Doc_Url String False

The URL that references the externally stored document, enabling retrieval through the linked storage provider.

Document_Id String False

The Id of the associated document record within Sugar's Documents module.

Document_Name String False

The display name of the associated document in Sugar's Documents module.

File_Ext String False

The file extension of the uploaded document revision (for example, 'PDF', 'DOCX', or 'XLSX').

File_Mime_Type String False

The content type that identifies the format of the document revision file for upload, preview, and download compatibility.

File_Size Int True

The size of the document revision file, represented in bytes.

Filename String False

The original filename of the document at the time the revision was uploaded.

Id [KEY] String True

The Id for the document revision record.

Latest_Revision String False

An indicator that identifies whether this revision is the most recent version of the document.

Latest_Revision_Id String False

The Id of the most recent revision that is associated with the document, allowing direct retrieval of the current file version.

Related_Document_Name String True

The name of the document record that is associated with this revision when displayed in lists and selection views.

Revision String False

The revision label or sequence identifier that is assigned to this version, such as a version number or iteration code.

CData Cloud

Documents

Stores document metadata and content references. This table supports file storage, sharing, and record attachment workflows.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with the document record through team-based access control.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that provides shared access and collaborative permissions for the document record.

Active_Date Date False

The date when the document becomes active or available for use or reference within the system.

Assigned_User_Id String False

The Id of the user who is assigned to manage or maintain the document record.

Assigned_User_Name String True

The display name of the user who is assigned to manage or maintain the document record.

Category_Id String False

The Id of the category used to group or classify the document for navigation, filtering, and organization.

Commentlog String True

A system-generated comment log that records collaborative discussion, review notes, and user interactions with the document record.

Contract_Name String False

The name of the contract that is associated with the document when the document is linked to a contract record.

Contract_Status String False

The contract status that is associated with the document, providing context for business approval, renewal, or compliance workflows.

Created_By String True

The Id of the user who created the document record.

Created_By_Name String True

The display name of the user who created the document record.

Date_Entered Datetime True

The date and time when the document record was created.

Date_Modified Datetime True

The date and time when the document record was most recently modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the document record is marked for deletion. It returns a value of 'false' when the record remains active, supporting standard soft-delete behavior.

Description String False

A full-text description that provides additional detail or context about the document's purpose or content.

Doc_Id String False

The Id of the document as stored in an integrated external document storage provider such as Google Drive or Microsoft OneDrive.

Doc_Type String True

The external storage provider type where the document is stored, (for example, 'Google Drive', 'Box', or 'IBM SmartCloud').

Doc_Url String False

The URL that is used to retrieve the externally stored document from the linked document provider.

Document_Name String False

The display name of the document record within Sugar's Documents module.

Document_Revision_Id String False

The Id of the most recent document revision that is associated with this document.

Exp_Date Date False

The expiration date of the document, which is often used for compliance, contract renewals, or document lifecycle workflows.

Filename String False

The filename of the document file that is attached to this record.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the document record to receive activity notifications. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for the document record.

Is_Shared Bool False

A Boolean field that returns a value of 'true' when the document has been shared with external users or systems. It returns a value of 'false' when the document is available only within the internal system.

Is_Template Bool False

A Boolean field that returns a value of 'true' when the document serves as a reusable template. It returns a value of 'false' when the document is a standalone or uploaded file.

Last_Rev_Create_Date String True

The date when the most recent revision of the document was created.

Last_Rev_Created_Name String False

The display name of the user who created the most recent document revision.

Last_Rev_Mime_Type String False

The content type of the most recent document revision, used to determine how the file can be viewed or downloaded.

Latest_Revision String False

The revision label or marker that identifies the most recent version of the document.

Latest_Revision_File_Ext String True

The file extension of the most recent document revision (for example, 'PDF', 'DOCX', or 'XLSX').

Latest_Revision_File_Mime_Type String True

The content type of the most recent document revision file.

Latest_Revision_File_Size String True

The file size of the most recent document revision, represented in bytes.

Latest_Revision_Id String False

The Id of the most recent revision that is associated with this document record.

Latest_Revision_Name String False

The display name of the most recent document revision.

Linked_Id String False

The Id of a related record when the document is linked as an attachment or supporting reference.

Locked_Fields String True

A list of fields that are restricted from modification due to administrative configuration or workflow enforcement.

Modified_By_Name String True

The display name of the user who last modified the document record.

Modified_User_Id String True

The Id of the user who last modified the document record, used for audit and accountability tracking.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the user for quick access. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The name that is assigned to the document for display in record lists, selection dialogs, and dashboards.

Related_Doc_Id String False

The Id of another document that this record is associated with in metadata-based workflows.

Related_Doc_Name String True

The display name of the related document that is used in metadata-based document relationships.

Related_Doc_Rev_Id String False

The Id of the related document revision that is used for reference, comparison, or lookup.

Related_Doc_Rev_Number String True

The revision number of the related document that is used for version comparison and selection.

Revision String False

The revision label that is assigned to this document record, reflecting its version history or update sequence.

Selected_Revision_Filename String False

The filename of the selected revision when multiple revisions are available.

Selected_Revision_Id String False

The Id of the selected revision for download, preview, or workflow processing.

Selected_Revision_Name String False

The display name of the selected revision.

Status String False

The current status of the document, often used for workflow gating, publishing, or archival stages.

Status_Id String False

The Id that corresponds to the document status value in the metadata framework.

Subcategory_Id String False

The Id of the subcategory that is used to further classify the document within a nested or hierarchical category structure.

Sync_Key String True

A synchronization key that is used to match and track the document record across connected systems or integration endpoints.

Tag String False

A collection of user-defined tags that are used for searching, grouping, and filtering document records.

Team_Count String False

The number of teams that are associated with the document record for access control.

Team_Id String False

The Id of the primary team that is associated with the document record.

Team_Name String False

The display name of the primary team that is associated with the document record.

Team_Set_Id String False

The Id of the full team set that is associated with the document record for collaborative access.

Template_Type String False

The template classification that is used when the document functions as a reusable merge or correspondence template.

CData Cloud

DocumentTemplates

Stores reusable document templates that define formatting and layout. This table supports standardized document generation across business processes.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with the document template record through team-based access control.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that provides shared access and collaborative permissions for the document template record.

Assigned_User_Id String False

The Id of the user who is assigned to manage or maintain the document template record.

Assigned_User_Name String True

The display name of the user who is assigned to manage or maintain the document template record.

Commentlog String True

A system-maintained log of comment entries that capture collaboration history, discussion notes, and review documentation for the template.

Created_By String True

The Id of the user who created the document template record.

Created_By_Name String True

The display name of the user who created the document template record.

Date_Entered Datetime True

The date and time when the document template record was created.

Date_Modified Datetime True

The date and time when the document template record was most recently modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the document template record is marked for deletion. It returns a value of 'false' when the record remains active in the system under soft-delete behavior.

Description String False

A full-text description that provides context or notes regarding the usage, purpose, or intended application of the document template.

File_Ext String False

The file extension of the uploaded template file (for example, 'PDF', 'DOCX', or 'HTML').

File_Mime_Type String False

The content type that identifies the document template file format for compatibility and display handling.

File_Size Int True

The size of the uploaded document template file, represented in bytes.

Filename String False

The original filename of the document template file at the time it was uploaded.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the document template record to receive change notifications. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for the document template record.

Label_Merging Bool False

A Boolean field that returns a value of 'true' when label-based merge fields are enabled for this template. It returns a value of 'false' when label field merging is not used.

Locked_Fields String True

A list of fields that cannot be modified due to administrative controls or workflow enforcement rules.

Modified_By_Name String True

The display name of the user who last modified the document template record.

Modified_User_Id String True

The Id of the user who last modified the document template record, used for audit and accountability tracking.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the user for quick access. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The display name that is assigned to the document template for use in lists and selection screens.

Postfix String False

A suffix that is appended to the template file name when generating merged output documents.

Prefix String False

A prefix that is prepended to the template file name when generating merged output documents.

Sync_Key String True

A synchronization key that is used to match the document template record across integrated or replicated systems.

Tag String False

A user-defined set of tags that are used for searching, grouping, and filtering document templates.

Team_Count String False

The number of teams that are associated with the document template record for visibility and access control.

Team_Id String False

The Id of the primary team that is associated with the document template record.

Team_Name String False

The display name of the primary team that is associated with the document template record.

Team_Set_Id String False

The Id of the full team set that is associated with the document template record to support collaborative ownership.

Template_Module String False

The module context in which the document template is intended to be used (for example, 'Accounts', 'Contacts', or 'Cases').

Use_Revisions Bool False

A Boolean field that returns a value of 'true' when revision tracking is enabled for the document template. It returns a value of 'false' when template versions are not tracked.

CData Cloud

DocuSignEnvelopes

Stores metadata for electronically signed document envelopes. This table supports signature tracking, validation, and document completion workflows.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with the DocuSign envelope record through team-based access control.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that provides shared access and visibility permissions for the DocuSign envelope record.

Assigned_User_Id String False

The Id of the user who is assigned to manage or monitor the DocuSign envelope record.

Assigned_User_Name String True

The display name of the user who is assigned to manage or monitor the DocuSign envelope record.

Cloud_Path String False

The path location of the document within the connected cloud storage or document provider.

Cloud_Service_Type String False

The external document storage provider that is associated with the envelope, such as Google Drive, Box, or SharePoint.

Commentlog String True

A system-maintained log of comment entries that capture collaboration history, review notes, or workflow comments for the envelope.

Completed_Document String True

The representation of the final, completed document that is generated when the envelope signing process is finished.

Created_By String True

The Id of the user who created the DocuSign envelope record.

Created_By_Name String True

The display name of the user who created the DocuSign envelope record.

Date_Entered Datetime True

The date and time when the DocuSign envelope record was created.

Date_Modified Datetime True

The date and time when the DocuSign envelope record was most recently modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the DocuSign envelope record is marked for deletion. It returns a value of 'false' when the record remains active under soft-delete lifecycle behavior.

Description String False

A full-text description that provides context, notes, or business purpose details regarding the DocuSign envelope.

Document_Id String False

The Id of the related document record stored within the Sugar Documents module.

Driveid String False

The Id of the cloud storage drive or folder that is associated with the envelope, when cloud storage integration is enabled.

Envelope_Id String True

The Id of the envelope within DocuSign that is used to track and retrieve the signature workflow state and document history.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the envelope record to receive notifications. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for the DocuSign envelope record.

Last_Audit Datetime False

The date and time when the envelope's status was last refreshed or synchronized from DocuSign.

Locked_Fields String True

A list of fields that are restricted from modification due to administrative policies or workflow conditions.

Modified_By_Name String True

The display name of the user who last modified the DocuSign envelope record.

Modified_User_Id String True

The Id of the user who last modified the DocuSign envelope record for audit tracking.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the envelope record is marked as a favorite by the user for quick access. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The name assigned to the envelope record for display in lists, dashboards, and search results.

Parent_Id String False

The Id of the parent record to which the envelope is linked (for example, 'Account', 'Opportunity', or 'Contact').

Parent_Name String True

The display name of the parent record that is associated with the envelope.

Parent_Type String True

The module type of the parent record that is linked to the envelope, such as Accounts, Opportunities, or Contacts.

Status String True

The current status of the envelope in the DocuSign signing process (for example, 'Sent', 'Delivered', 'Completed', or 'Voided').

Sync_Key String True

A synchronization key that supports matching and tracking the envelope across integration or replication environments.

Tag String False

A set of user-defined tags that provide filtering, grouping, and search functionality for the envelope record.

Team_Count String False

The number of teams that are associated with the envelope record for access control and visibility management.

Team_Id String False

The Id of the primary team that is associated with the envelope record.

Team_Name String False

The display name of the primary team that is associated with the envelope record.

Team_Set_Id String False

The Id of the full team set that is associated with the envelope record to support shared visibility and ownership.

CData Cloud

DRI_SubWorkflows

Stores execution instances of Customer Journey sub-processes. This table supports step-level progress monitoring and guided interaction flows.

Columns

Name Type ReadOnly Description
Id [KEY] String False

Unique identifier (Id) for the subworkflow record.

Name String False

The display name of the subworkflow, used to distinguish this workflow step within a broader Customer Journey.

Date_Entered Datetime True

The date and time at which the subworkflow record was initially created in the system.

Date_Modified Datetime True

The date and time at which the subworkflow record was most recently updated.

Modified_User_Id String True

The Id of the user who last modified the subworkflow record.

Modified_By_Name String True

The name of the user who last modified the subworkflow record.

Created_By String True

The Id of the user who originally created the subworkflow record.

Created_By_Name String True

The name of the user who originally created the subworkflow record.

Description String False

A free-form description that provides narrative context, workflow notes, or business meaning for this subworkflow.

Deleted Bool False

A Boolean field that returns a value of

Label String False

The descriptive label that is shown to end users when displaying this subworkflow in UI workflows or playbooks.

State String False

The current operational state of the subworkflow (for example, 'not started', 'in progress', or 'completed').

Start_Next_Journey_Id String False

The Id of the next Customer Journey that is configured to begin automatically when this subworkflow reaches completion. This configuration supports sequential or chained journey execution.

Progress Double True

A numeric value between 0 and 1 that indicates the proportion of subworkflow work that is complete. This field supports progress bars and workflow tracking dashboards.

Momentum_Ratio Double True

A calculated ratio that reflects the rate of progress relative to expected pacing or configured workflow timing.

Score Int True

A cumulative score value that captures the performance or quality of the subworkflow outcome.

Points Int True

A point value that is assigned to this workflow stage for scoring or incentive tracking across journeys.

Momentum_Points Int True

The number of points awarded based on movement through the workflow in a timely or efficient manner.

Momentum_Score Int True

The total momentum-based scoring value that is derived from workflow pacing and execution performance.

Sort_Order Int False

The numeric ordering value that determines the sequence in which this subworkflow appears relative to other workflow stages.

Date_Started Datetime True

The date and time at which the subworkflow was first initiated. This field is used for SLA and analytics tracking.

Date_Completed Datetime True

The date and time at which the subworkflow was finished or closed out.

Is_Journey_Saved Bool False

A Boolean field that returns a value of

Dri_Subworkflow_Template_Id String False

The Id of the workflow template that defines the expected structure and behavior of this subworkflow instance.

Dri_Subworkflow_Template_Name String True

The name of the workflow template from which this subworkflow instance originates.

Dri_Workflow_Id String False

The Id of the parent workflow that contains and orchestrates this subworkflow.

Dri_Workflow_Name String False

The name of the parent workflow that contains this subworkflow within the Customer Journey model.

Following Bool False

A Boolean field that returns a value of

My_Favorite Bool False

A Boolean field that returns a value of

Tag String False

A set of tags that are associated with the record to support search grouping, categorization, and filtering.

Commentlog String True

The collaborative comment log that is associated with this record for internal discussion and interaction.

Locked_Fields String True

Fields that are restricted from modification based on administrative configuration or role-based access controls.

Sync_Key String True

The system-generated synchronization token that is used to align record states across integrations or external systems.

Team_Id String False

The Id of the primary team that is assigned access to this subworkflow record.

Team_Set_Id String False

The Id of the team set that grants visibility and sharing access to multiple teams.

Acl_Team_Set_Id String False

The Id of the governing team set that is applied to enforce access control rules.

Team_Count String False

The number of teams that are associated with this subworkflow for visibility, access governance, and record-level permissions.

Team_Name String False

The display name of the primary team that is associated with this record.

Acl_Team_Names String True

The list of team names that are associated with this record for access control and sharing policies.

Assigned_User_Id String False

The Id of the user who is currently assigned responsibility for progressing or completing the subworkflow.

Assigned_User_Name String True

The display name of the user who is currently assigned responsibility for the subworkflow.

CData Cloud

DRI_SubWorkflow_Templates

Stores template definitions for Customer Journey sub-process models. This table supports reusable, repeatable workflow patterns.

Columns

Name Type ReadOnly Description
Id [KEY] String False

The unique identifier (Id) for the subworkflow template record.

Name String False

The display name of the subworkflow template that is used to differentiate guided workflow steps within a Customer Journey.

Date_Entered Datetime True

The date and time when the subworkflow template record was created.

Date_Modified Datetime True

The date and time when the subworkflow template record was most recently modified.

Modified_User_Id String True

The Id of the user who last modified the subworkflow template record.

Modified_By_Name String True

The display name of the user who last modified the subworkflow template record.

Created_By String True

The Id of the user who created the subworkflow template record.

Created_By_Name String True

The display name of the user who created the subworkflow template record.

Description String False

A full-text description that provides additional context about the purpose or business intent of the subworkflow template.

Deleted Bool False

A Boolean field that returns a value of 'true' when the subworkflow template record is marked for deletion. It returns a value of 'false' when the record remains active under standard soft-delete lifecycle behavior.

Label String False

The label text that is displayed when referencing the subworkflow template in guided workflow interfaces.

Sort_Order Int True

The sequence position that determines the order in which this subworkflow appears within the parent Customer Journey workflow.

Points Int True

The number of progress points that are assigned to completing this subworkflow, used in customer engagement scoring.

Related_Activities Int True

The number of activities or tasks that are associated with this subworkflow template.

Dri_Workflow_Template_Id String False

The Id of the parent Customer Journey workflow template to which this subworkflow template belongs.

Dri_Workflow_Template_Name String False

The display name of the parent Customer Journey workflow template.

Start_Next_Journey_Id String False

The Id of the Customer Journey that begins automatically after this subworkflow is completed. When this field contains no value, the workflow ends without triggering another journey.

Start_Next_Journey_Name String True

The display name of the Customer Journey that begins after this subworkflow completes.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the subworkflow template record to receive updates. It returns a value of 'false' when the user is not following the record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the subworkflow template record is marked as a favorite by the user. It returns a value of 'false' when the record is not marked as a favorite.

Tag String False

A user-defined tagging field that supports grouping, categorization, and search filtering.

Commentlog String True

A system-maintained log that records comment activity and collaboration history on the subworkflow template record.

Locked_Fields String True

A list of fields that cannot be modified because they are enforced by configuration, workflow rules, or administrative controls.

Sync_Key String True

A synchronization key that is used to match and correlate the subworkflow template across integrated or replicated systems.

Team_Id String False

The Id of the primary team that is associated with the subworkflow template record.

Team_Set_Id String False

The Id of the full team set that provides broader shared access to the subworkflow template record.

Acl_Team_Set_Id String False

The Id of the Access Control List (ACL) team set that governs record visibility and row-level security.

Team_Count String False

The number of teams that are associated with the subworkflow template record for access and visibility control.

Team_Name String False

The display name of the primary team that is associated with the subworkflow template record.

Acl_Team_Names String True

The list of ACL team names that are associated with the subworkflow template record under team-based access control.

CData Cloud

DRI_Workflows

Stores execution instances of Customer Journey workflows. This table supports journey progress tracking and customer engagement orchestration.

Columns

Name Type ReadOnly Description
Id [KEY] String False

The unique identifier (Id) that distinguishes this workflow record from other workflows in the Customer Journey process.

Name String False

The name of the workflow instance. This value typically corresponds to the Customer Journey being executed for the record.

Date_Entered Datetime True

The date and time when this workflow record was created.

Date_Modified Datetime True

The date and time when this workflow record was last modified.

Modified_User_Id String True

The Id of the user who last modified this workflow record.

Modified_By_Name String True

The name of the user that is associated with the Modified_User_Id field.

Created_By String True

The Id of the user who originally created this workflow record.

Created_By_Name String True

The name of the user that is associated with the Created_By field.

Description String True

A detailed description or notes related to the workflow. This text is often used to provide operational or business context.

Deleted Bool False

A Boolean field that returns a value of 'true' when the workflow record is marked for deletion. It returns a value of 'false' when the record remains active.

Available_Modules String True

The SugarCRM modules in which this workflow can be initiated. This value determines where the Customer Journey applies.

Enabled_Modules String True

The modules that are actively enabled for workflow execution. This value controls where the workflow can proceed.

State String False

The current state of the workflow, which can indicate whether it is in progress, paused, completed, or cancelled.

Assignee_Rule String False

The rule that determines how task or stage ownership is assigned throughout the workflow lifecycle.

Target_Assignee String False

The default user, team, or role that receives responsibility for workflow tasks when no dynamic assignment rules override this value.

Stage_Numbering String True

The numbering scheme that is applied to workflow stages. This value affects how progress is visually communicated in the user interface.

Progress Double True

The percentage of workflow completion, calculated from completed stages and activities.

Momentum_Ratio Double True

A calculated value that indicates the pace of workflow progression relative to expected timing.

Score Int True

A performance score that reflects the overall outcome or success metrics associated with the workflow.

Points Int True

The total number of performance or milestone points available for this workflow.

Momentum_Points Int True

The number of momentum-based points awarded based on timely task or stage completion.

Momentum_Score Int True

A score derived from momentum-based point accumulation, indicating workflow execution efficiency.

Date_Started Datetime True

The date and time when the workflow officially began.

Date_Completed Datetime True

The date and time when the workflow was fully completed.

Archived Bool False

A Boolean field that returns a value of 'true' when the workflow has been archived for historical reference. It returns a value of 'false' when the workflow remains active or accessible.

Is_Cancelled Bool False

A Boolean field that returns a value of 'true' when the workflow has been explicitly cancelled. It returns a value of 'false' when the workflow remains active.

Is_Deleted Bool False

A Boolean field that returns a value of 'true' when the workflow is logically deleted but still stored. It returns a value of 'false' when the workflow remains available.

Current_Stage_Id String False

The Id of the current active stage within this workflow.

Current_Stage_Name String True

The name of the current active stage within this workflow.

Dri_Workflow_Template_Id String False

The Id of the workflow template from which this workflow was created.

Dri_Workflow_Template_Name String False

The name of the workflow template from which this workflow was created.

Parent_Id String True

The Id of the record to which this workflow is attached. This record is typically the primary business entity driving the Customer Journey.

Parent_Name String True

The display name of the record that is associated with the Parent_Id field.

Parent_Type String True

The module or entity type of the parent record associated with this workflow.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this workflow record. It returns a value of 'false' when the record is not being followed.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when this workflow record is marked as a personal favorite. It returns a value of 'false' when it is not marked as a favorite.

Tag String False

A set of user-defined classification labels that are applied to this workflow record for filtering and organization.

Commentlog String True

A log of comments and collaborative communication that are associated with this workflow record.

Locked_Fields String True

A list of fields in this workflow record that are restricted from modification to preserve data integrity.

Sync_Key String True

A synchronization key that is used to match this workflow record with external systems or integration sources.

Assigned_User_Id String False

The Id of the user who is assigned to oversee the workflow.

Assigned_User_Name String True

The display name of the user who is associated with the Assigned_User_Id field.

Team_Id String False

The Id of the primary team responsible for visibility and access control for this workflow record.

Team_Set_Id String False

The Id of the team set that defines aggregate access permissions for this workflow record.

Acl_Team_Set_Id String False

The Id of the access control team set that governs security rules for this workflow record.

Team_Count String False

The number of teams that are associated with this workflow record for visibility and access management control.

Team_Name String False

The name of the primary team that is associated with this workflow record.

Acl_Team_Names String True

The list of team names that are associated with this workflow record for access and visibility management.

Contact_Id String False

The Id of the contact that is associated with this workflow, if it is applicable.

Contact_Name String True

The name of the contact that is associated with the Contact_Id field.

Account_Id String False

The Id of the account that is associated with this workflow, if it is applicable.

Account_Name String True

The name of the account that is associated with the Account_Id field.

Opportunity_Id String False

The Id of the opportunity that is associated with this workflow, if it is applicable.

Opportunity_Name String True

The name of the opportunity that is associated with the Opportunity_Id field.

Case_Id String False

The Id of the case that is associated with this workflow, if it is applicable.

Case_Name String True

The name of the case that is associated with the Case_Id field.

Lead_Id String False

The Id of the lead that is associated with this workflow, if it is applicable.

Lead_Name String True

The name of the lead that is associated with the Lead_Id field.

CData Cloud

DRI_Workflow_Task_Templates

Stores reusable task templates for Customer Journey workflows. This table supports consistent task sequencing and repeatable engagement actions.

Columns

Name Type ReadOnly Description
Id [KEY] String False

The unique identifier (Id) for the workflow task template record.

Name String False

The display name of the workflow task template, used when presenting task stages in Customer Journey workflows.

Date_Entered Datetime True

The date and time at which the workflow task template record was originally created.

Date_Modified Datetime True

The date and time at which the workflow task template record was most recently modified.

Modified_User_Id String True

The Id of the user who last modified the workflow task template record.

Modified_By_Name String True

The name of the user who last modified the workflow task template record.

Created_By String True

The Id of the user who initially created the workflow task template record.

Created_By_Name String True

The name of the user who initially created the workflow task template record.

Description String False

A free-form description that provides business context or intended usage notes for the workflow task template.

Deleted Bool False

A Boolean field that returns a value of

Task_Start_Date_Type String False

The configuration setting that determines how the task start date is calculated (for example, relative to the workflow start or another task).

Task_Due_Date_Type String False

The configuration setting that determines how the task due date is calculated.

Momentum_Start_Type String False

The configuration value that determines when momentum scoring should begin for this workflow task.

Start_Date_Module String False

The module that provides the source field for calculating the task start date.

Due_Date_Module String False

The module that provides the source field for calculating the task due date.

Start_Date_Field String False

The field that provides the data used to calculate the task start date.

Due_Date_Field String False

The field that provides the data used to calculate the task due date.

Due_Date_Criteria String False

The rule or condition that is used to determine the due date. This field supports conditional workflow timing.

Momentum_Start_Module String False

The module that provides the source field for determining when momentum scoring begins.

Momentum_Start_Field String False

The field that is used to trigger the start of momentum scoring.

Priority String False

The priority level that indicates the importance or urgency of the workflow task.

Type String False

The type of task that is executed in the Customer Journey workflow (for example, 'call', 'meeting', or 'follow-up').

Activity_Type String False

The category of activity that is represented by the task (for example, 'administrative step' or 'customer communication step').

Duration_Minutes String False

The minutes portion of the total expected task duration. This value is used when calculating scheduling and workload timelines.

Direction String False

Specifies a directional designation that is applied to this workflow task. The meaning of this value is determined by the Customer Journey configuration and can be used to categorize tasks by role, interaction type, or functional process stage.

Points String False

The number of progress points that are awarded when this task is completed. These points contribute to the overall Customer Journey score and progress indicators.

Momentum_Points String False

The number of momentum points that are awarded when this task is completed. Momentum points influence pacing calculations and can accelerate or delay stage advancement.

Send_Invite_Type String False

Specifies how invitations are issued for this task. This value determines whether invitations are sent automatically, manually, or according to workflow rules.

Target_Assignee String False

Specifies the intended recipient of the task assignment. This value determines who is responsible for performing the activity within the Customer Journey.

Assignee_Rule String False

Defines the logic that determines how the assignee for this task is selected. This field enables dynamic responsibility assignment based on system context or role-based rules.

Populate_Fields String False

A list of fields that are automatically populated when the task is created. This feature reduces data entry requirements and helps enforce data consistency.

Select_To_Guests String False

A list of additional invitees or participants that are associated with the task. This enables collaborative completion or visibility where required.

Allow_Activity_By String False

Specifies which users are permitted to perform this task. This field is used to control responsibility and action permissions within the workflow.

Time_Of_Day String False

Specifies the preferred time of day for this task to occur. This value can affect scheduling, reminders, and calendar placement.

Sort_Order String False

The position of this task relative to other tasks in the workflow. Lower values appear earlier in the sequence and affect workflow display and execution order.

Task_Start_Days Int False

The number of days after a workflow stage begins before this task should start. This value is used for automated scheduling and pacing.

Task_Due_Days Int False

The number of days after a task starts before it is expected to be completed. This value supports timeline tracking and SLA alignment.

Momentum_Due_Days Int False

The number of days that are allowed for momentum scoring to reach threshold before risk or exception handling begins.

Momentum_Due_Hours Int False

The number of hours that are allowed for momentum scoring to reach threshold before risk or exception handling begins.

Duration_Hours Int True

The expected duration of the task expressed in hours. This value can inform scheduling or capacity planning.

Duration Int True

The combined duration of the task expressed in minutes. Systems can reference this value when placing the task onto a calendar or timeline.

Is_Parent Bool True

A Boolean field that returns a value of 'true' when this task acts as a parent task that groups or governs subordinate tasks. It returns a value of 'false' when the task is not a parent.

Blocked_By String False

A list of task identifiers that must be completed before this task can begin. This field enforces dependency requirements.

Blocked_By_Stages String False

A list of workflow stages that must be completed before this task can proceed. This field ensures that task execution follows the defined stage flow.

Url String False

A reference URL that is associated with this task. This URL can link to external resources, documentation, or integrated systems.

Stage_Template_Label String True

The descriptive label of the stage template to which this task belongs. This field provides context when viewing or reporting on workflow structure.

Stage_Template_Sort_Order String True

The position of the associated stage template within the overall workflow. This value influences stage sequencing and display order.

Assignee_Rule_Activity_Id String False

The Id of the activity that determines dynamic task assignment. This field links the task assignment logic to a specific workflow event.

Assignee_Rule_Activity_Name String False

The name of the activity that determines dynamic task assignment. This field supports clearer reporting and workflow visualization.

Start_Date_Activity_Id String False

The Id of the activity that determines the start date of the task. This field enables data-driven scheduling based on workflow behavior.

Start_Date_Activity_Name String False

The name of the activity that determines the task start date. This name assists with timeline interpretation and reporting.

Due_Date_Activity_Id String False

The Id of the activity that determines the due date of the task. This field supports dependency-driven deadline calculation.

Due_Date_Activity_Name String False

The name of the activity that determines the task due date. This name provides contextual clarity when reviewing activity timelines.

Momentum_Start_Activity_Id String False

The Id of the activity that triggers the start of momentum scoring. This Id determines when acceleration or pacing calculations begin.

Momentum_Start_Activity_Name String False

The name of the activity that triggers the start of momentum scoring. This field supports interpretation in workflow analytics and reporting.

Parent_Id String False

The Id of the parent task or workflow element to which this task is linked. This Id establishes task hierarchy.

Parent_Name String True

The name of the parent task or workflow element. This name supports clearer display and context when reviewing workflow structure.

Dri_Subworkflow_Template_Id String False

The Id of the Customer Journey subworkflow template to which this task belongs. This Id links the task to a template definition.

Dri_Subworkflow_Template_Name String False

The name of the Customer Journey subworkflow template to which this task belongs. This name supports interpretability in workflow configuration and reporting.

Dri_Workflow_Template_Id String False

The Id of the Customer Journey workflow template that includes this task. This Id anchors the task to the broader journey model.

Dri_Workflow_Template_Name String False

The name of the Customer Journey workflow template that includes this task. This name helps clarify where the task fits in the overall journey.

Start_Next_Journey_Id String False

The Id of the next Customer Journey that begins automatically when this task is completed, if it is configured.

Start_Next_Journey_Name String True

The name of the next Customer Journey that begins automatically when this task is completed. This name supports forward-progress visualization in journey mapping.

Target_Assignee_User_Id String False

The Id of the user who is designated as the intended assignee of the task. This Id identifies the responsible user.

Target_Assignee_User_Name String False

The name of the user who is designated as the intended assignee of the task. This field provides readability in user-facing displays.

Target_Assignee_Team_Id String False

The Id of the team that is designated to receive responsibility for the task. This Id supports team-based work assignment.

Target_Assignee_Team_Name String False

The name of the team that is designated to receive responsibility for the task. This name provides clarity for display and reporting.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this task record. It returns a value of 'false' when the user is not following the record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the task is marked as a favorite by the current user. It returns a value of 'false' when the task is not marked as a favorite.

Tag String False

A list of tags that are applied to this task. Tags assist with categorization, search, and organization.

Commentlog String True

A running log of user comments that are associated with the task. This log provides historical communication context.

Locked_Fields String True

A list of fields that are locked and cannot be edited. This list enforces configuration or workflow integrity.

Sync_Key String True

A system-generated key that is used to synchronize this task record with external systems or integrations.

Team_Id String False

The Id of the primary team that is associated with this task. Teams control visibility and collaboration access.

Team_Set_Id String False

The Id of the team set that is assigned to the task. Team sets support multi-team access control.

Acl_Team_Set_Id String False

The Id of the access control team set that governs record-level permissions.

Team_Count String False

The number of teams that are associated with this task record to control access and visibility.

Team_Name String False

The name of the primary team that is associated with the task.

Acl_Team_Names String True

A comma-separated list of team names that are associated with the task for access control.

CData Cloud

DRI_Workflow_Templates

Stores master Customer Journey workflow templates. This table supports guided selling and structured engagement program design.

Columns

Name Type ReadOnly Description
Id [KEY] String False

The unique identifier (Id) that distinguishes this workflow template record from others in the Customer Journey framework.

Name String False

The name of the workflow template. This value is used to reference and select this workflow when designing Customer Journey processes.

Date_Entered Datetime True

The date and time when this workflow template record was created.

Date_Modified Datetime True

The date and time when this workflow template record was last updated.

Modified_User_Id String True

The Id of the user who last modified this workflow template record.

Modified_By_Name String True

The name of the user associated with the Modified_User_Id field.

Created_By String True

The Id of the user who originally created this workflow template record.

Created_By_Name String True

The name of the user that is associated with the Created_By field.

Description String False

A detailed description of the workflow template. This text is often used to document the purpose, sequencing logic, or guidance for process designers.

Deleted Bool False

A Boolean field that returns a value of 'true' when the workflow template record is marked for deletion. This Boolean field returns a value of 'false' when the record remains active.

Available_Modules String False

The list of SugarCRM modules that this workflow template can be used with. This value determines where the workflow can be initiated and applied.

Disabled_Stage_Actions String True

The stage-level actions that are disabled for workflows that are generated from this template. This value controls which actions are hidden or restricted in the user interface.

Disabled_Activity_Actions String True

The activity-level actions that are disabled for workflows that are generated from this template. This value determines which task operations users are permitted to perform.

Active_Limit Int True

The maximum number of workflows that can be active at the same time for a given record or module. This value prevents overlapping or conflicting journeys.

Points Int True

The total number of performance or progress points that are associated with this workflow template. This value is used to evaluate journey advancement and success scoring.

Related_Activities Int True

The number of activities that are linked to the workflow template. This field can assist with template auditing and performance planning.

Active Bool False

A Boolean field that returns a value of 'true' when this workflow template is currently active and available for use. This Boolean field returns a value of 'false' when the template is disabled.

Update_Assignees Bool False

A Boolean field that returns a value of 'true' when the system should automatically update the assigned user on workflow activities based on template rules. This Boolean field returns a value of 'false' when assignment updates must be performed manually.

Assignee_Rule String False

The rule that determines how task ownership is assigned when workflows are created from this template. This value supports automation of staffing, responsibility assignment, and workload balancing.

Target_Assignee String False

The default user, team, or role to whom new workflow activities are assigned. This value initializes the assignee when no dynamic assignment rule applies.

Stage_Numbering String True

The numbering format that is applied to stages when workflows based on this template are displayed. This value affects how progress is visually communicated in the user interface.

Cancel_Action String False

The action that is executed when the workflow is cancelled. This value typically affects record status, notifications, or system cleanup behavior.

Not_Applicable_Action String False

The action that is executed when a workflow stage or activity is marked as not applicable. This value ensures accurate progress tracking and scoring.

Copied_Template_Id String False

The Id of the workflow template from which this template was copied. This value assists with version control, audit tracking, and process standardization.

Copied_Template_Name String True

The name of the workflow template that served as the source for this copied template.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this workflow template record. This Boolean field returns a value of 'false' when the record is not being followed.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the workflow template is marked as a personal favorite. This Boolean field returns a value of 'false' when the template is not marked as a favorite.

Tag String False

A set of user-defined labels that are assigned to this workflow template record for classification and quick retrieval.

Commentlog String True

A log of comments and collaborative notes that are associated with this workflow template record.

Locked_Fields String True

A list of fields in this workflow template record that are locked from modification. This value helps protect workflow logic from unintended changes.

Sync_Key String True

A synchronization key that is used for external integrations or duplicate record identification.

Team_Id String False

The Id of the team responsible for controlling access to this workflow template record.

Team_Set_Id String False

The Id of the team set that defines the collective access permissions that apply to this workflow template record.

Acl_Team_Set_Id String False

The Id of the Access Control List (ACL) team set that governs security and visibility rules for this workflow template record.

Team_Count String False

The number of teams that are associated with this workflow template record for access and visibility management.

Team_Name String False

The name of the primary team that is associated with this workflow template record.

Acl_Team_Names String True

The list of team names that are associated with this workflow template record for access control and visibility purposes.

CData Cloud

EAPM

Stores External Account Password Management (EAPM) configuration and credential records. This table supports secure authentication and integration with third-party services.

Columns

Name Type ReadOnly Description
Api_Data String False

Data that is returned by or stored for the external service on a per-user basis. This field is typically used to maintain configuration or state information required for authentication or service integration.

Application String False

The name of the external application or service to which this record provides authentication and connection details.

Assigned_User_Id String False

The identifier (Id) of the user who is currently assigned ownership of this external account configuration record.

Assigned_User_Name String True

The display name of the user that is associated with the Assigned_User_Id field.

Commentlog String True

A log of comments and collaboration notes that are associated with this record.

Consumer_Key String False

The application key that is required to authenticate with the external service when using OAuth-based authentication.

Consumer_Secret String False

The client secret value that is paired with the consumer key to authenticate with an external service. This field is used only in OAuth-enabled integrations.

Created_By String True

The Id of the user who originally created this external account configuration record.

Created_By_Name String True

The name of the user that is associated with the Created_By field.

Date_Entered Datetime True

The date and time when this record was created.

Date_Modified Datetime True

The date and time when this record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the record is marked for deletion. It returns a value of 'false' when the record remains active.

Description String False

A detailed description of this external account configuration record. This text is frequently used to explain usage, limitations, or notes about the integration.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this record to receive update notifications. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The unique Id for this external account configuration record.

Locked_Fields String True

A list of fields in this record that are restricted from modification. This field prevents changes that could disrupt authentication or integration behavior.

Modified_By_Name String True

The name of the user that is associated with the Modified_User_Id field.

Modified_User_Id String True

The Id of the user who last modified this record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a personal favorite. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The name that is assigned to this external account configuration record. This value is used to identify the integration entry in lists and selection menus.

Note String False

A free-form note that can be used to store additional descriptive or administrative information related to the external account configuration.

Oauth_Secret String False

Oauth_Token String False

Password String False

The password used for authentication when the integration relies on basic credential-based access instead of OAuth.

Sync_Key String True

A synchronization key that is used to match this external account configuration record with external systems or integration processes.

Url String False

The base URL of the external service to which this configuration connects. This value defines the endpoint through which authentication and API calls are made.

Validated Bool False

A Boolean field that returns a value of 'true' when the connection to the external service is successfully validated. It returns a value of 'false' when the validation check fails or is not yet been completed.

CData Cloud

EmailAddresses

Stores email address records that are linked to users, contacts, leads, and other entities. This table supports communication routing, contact identity resolution, and email activity tracking.

Columns

Name Type ReadOnly Description
Confirmation_Requested_On Datetime False

The date and time when a confirmation request is issued for this email address. This field is used in double opt-in or consent validation workflows.

Date_Created Datetime False

The date and time when the email address record was first created in the system.

Date_Modified Datetime True

The date and time when the email address record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the email address record is marked for deletion. It returns a value of 'false' when the record remains active and available.

Email_Address String False

The email address associated with this record in standard formatting.

Email_Address_Caps String False

The email address stored in uppercase. This field is primarily used to support standardized comparisons and case-insensitive matching.

Id [KEY] String True

The unique identifier (Id) for this email address record.

Invalid_Email Bool False

A Boolean field that returns a value of 'true' when the email address is flagged as invalid due to bounce responses, format errors, or failed delivery attempts. It returns a value of 'false' when the email address is considered valid for communication.

Opt_Out Bool False

A Boolean field that returns a value of 'true' when the email address has opted out of receiving marketing or bulk communications. It returns a value of 'false' when the email address remains eligible to receive these communications.

CData Cloud

EmailMarketing

Stores records for marketing email campaign configuration and scheduling. This table supports campaign automation, outreach workflows, and performance reporting.

Columns

Name Type ReadOnly Description
All_Prospect_Lists Bool False

A Boolean field that returns a value of 'true' when the email marketing message is configured to send to all available prospect lists within the system. It returns a value of 'false' when the message targets only specific lists.

Campaign_Id String False

The identifier (Id) of the campaign that is associated with this email marketing message. This links the message to campaign performance tracking and reporting.

Created_By String True

The user who created the email marketing record.

Date_Entered Datetime True

The date and time when this email marketing record was created.

Date_Modified Datetime True

The date and time when this email marketing record was last modified.

Date_Start Datetime False

The scheduled start date and time when the email marketing message is to be sent or made active.

Deleted Bool False

A Boolean field that returns a value of 'true' when the email marketing record is marked for deletion. It returns a value of 'false' when the record remains active.

From_Addr String False

The email address that appears in the 'From' field when recipients receive the message.

From_Name String False

The display name that appears alongside the 'From' email address for recipients.

Id [KEY] String True

The unique Id for the email marketing record.

Inbound_Email_Id String False

The Id of the related inbound email account that is used for routing or handling replies.

Modified_User_Id String True

The Id of the user who last modified the record.

Name String False

The assigned name of the email marketing message, used for internal identification and reporting.

Prospect_List_Name String False

The name of the specific prospect list that is targeted by this email marketing message when it does not use all prospect lists.

Reply_To_Addr String False

The email address to which reply messages from recipients are to be directed.

Reply_To_Name String False

The display name that is associated with the reply-to email address.

Status String False

The current delivery or scheduling status of the email marketing record (for example, 'Draft', 'Scheduled', 'In Progress', or 'Sent').

Template_Id String False

The Id of the email template that is used to generate message content for this campaign.

Template_Name String True

The human-readable name of the email template that is used for this marketing message.

CData Cloud

EmailParticipants

Stores participant relationships for email messages, including senders and recipients. This table supports communication tracking and collaboration analysis.

Columns

Name Type ReadOnly Description
Address_Type String False

The role that the participant's address plays in the email message (for example, 'From', 'To', 'Cc', or 'Bcc').

Date_Entered Datetime True

The date and time when the email participant record was created.

Date_Modified Datetime True

The date and time when the email participant record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the participant record is flagged as deleted. It returns a value of 'false' when the participant record is active.

Email_Address String True

The email address that is associated with the participant for this email message. This value reflects the address as stored or provided in context.

Email_Address_Id String False

The identifier (Id) of the stored email address record that is associated with this participant. This Id links the participant entry to canonical email identity records.

Email_Id String False

The Id of the parent email message to which this participant entry belongs.

Id [KEY] String True

The unique Id for the email participant record.

Invalid_Email String True

A marker that is used to denote whether the associated email address is flagged as invalid. Values typically reflect system or validation outcomes rather than user selection.

Opt_Out String True

A marker indicating whether the participant opted out of receiving marketing or bulk email. This value is interpreted in downstream sending behavior and compliance checks.

Parent_Id String False

The Id of the parent record that is associated with this participant entry, depending on how the email message was linked in CRM workflows.

Parent_Name String True

The name of the parent record that is associated with this participant entry. This field assists in identifying the relationship when viewing the participant in list or relational views.

Parent_Type String True

The module or object type of the parent record that is associated with this participant entry (for example, 'Contact', 'Lead', or 'Account').

CData Cloud

Emails

Stores inbound, outbound, and archived email message data. This table supports messaging history, communication audit, and engagement timelines.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

A list of team names that are associated with the email record for access and visibility control.

Acl_Team_Set_Id String False

The identifier (Id) of the team set that governs access to the email record.

Assigned_User_Id String False

The Id of the user who is currently assigned responsibility for the email record.

Assigned_User_Name String True

The display name of the user who is currently assigned responsibility for the email record.

Attachments_Collection String True

A serialized or encoded collection of attachment metadata that is associated with the email message.

Bcc_Addrs_Names String False

A display-formatted list of recipient names that are included in the blind carbon copy ('Bcc') field.

Bcc_Collection String True

A structured collection of address entries used for the 'Cc' field.

Cc_Addrs_Names String False

A display-formatted list of recipient names that are included in the carbon copy ('Cc') field.

Cc_Collection String True

A structured collection of address entries used for the 'Cc' field.

Created_By String True

The Id of the user who originally created the email record.

Created_By_Name String True

The display name of the user who originally created the email record.

Date_Entered Datetime True

The date and time when the email record was created in the system.

Date_Modified Datetime True

The date and time when the email record was last modified.

Date_Sent Datetime False

The date and time when the email message was sent, if it is applicable.

Deleted Bool False

A Boolean field that returns a value of 'true' when the email record is flagged as deleted. It returns a value of 'false' when the email record is active.

Description String False

The plaintext body content of the email message.

Description_Html String True

The HTML-formatted body content of the email message.

Direction String False

The direction of the email relative to the CRM workflow (for example, 'Inbound', 'Outbound', 'Internal', or 'Unknown').

Flagged Bool False

A Boolean field that returns a value of 'true' when the email is marked as flagged for review or attention. It returns a value of 'false' when no follow-up or flag is applied.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the record to receive updates. It returns a value of 'false' when the user is not following the record.

From_Addr_Name String False

The display-formatted sender name that is extracted from the 'From' address field.

From_Collection String True

A structured collection containing sender address metadata that is used to compose or display the 'From' field.

Id [KEY] String True

The unique Id of the email record.

Intent String False

A functional indicator that describes the purpose of the email in inbound routing or automation flows (for example, 'routing', 'archival', or 'case assignment').

Mailbox_Id String False

The Id of the mailbox configuration that is used to route or retrieve this email message.

Mailbox_Name String True

The display name of the mailbox that is used to route or retrieve the email.

Message_Id String False

The message iId that is assigned by the email transport system (for example, an SMTP Message-ID header).

Message_Uid String False

The unique message Id that is assigned by the mailbox server during retrieval (for example, 'IMAP UID').

Modified_By_Name String True

The display name of the user who last modified the email record.

Modified_User_Id String True

The Id of the user who last modified the email record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite of the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The subject line of the email message.

Outbound_Email_Id String False

The Id)of the outbound email configuration that is used to send the message when it is sent from within the CRM application.

Parent_Id String False

The Id of the parent record to which the email is linked (for example, a Contact, Account, Lead, or Case).

Parent_Name String True

The display name of the parent record that is associated with the email.

Parent_Type String True

The module or record type of the parent to which the email is associated (for example, 'Contacts', 'Accounts', or 'Leads').

Raw_Source String False

The raw source content or MIME-formatted representation of the email, if it is available.

Reply_To_Addr String False

The reply-to address specified for the email message, if it is different from the sender.

Reply_To_Id String False

The Id of the prior email message to which the current message is a reply.

Reply_To_Status Bool False

A Boolean field that returns a value of 'true' when this email has triggered a reply state on its linked message. It returns a value of 'false' when no reply linkage is applied.

State String False

Indicates whether the email record is in a draft or archived state.

Status String False

An application-level status value that is used to reflect processing or handling state for workflows or integrations.

Sync_Key String True

A system-generated synchronization key that is used to align the record with external systems.

Tag String False

A collection of user-assigned tags that is used for organization, filtering, and classification.

Team_Count String False

The number of teams that are associated with the email record for access control.

Team_Id String False

The Id of the primary team that is associated with the email record.

Team_Name String False

The display name of the primary team that is associated with the email record.

Team_Set_Id String False

The Id of the full team set that governs collaborative access to the record.

To_Addrs_Names String False

A display-formatted list of recipient names that are included in the 'To' field.

To_Collection String True

A structured collection of address entries that are used for the 'To' recipient list.

Total_Attachments Int True

The total number of attachments that are associated with the email message.

Type String False

The type of email record (for example, 'draft', 'archived', or 'imported').

CData Cloud

EmailTemplates

Stores reusable email templates in text and HTML formats. This table supports consistent messaging, automated notifications, and campaign execution.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this email template. These names determine which teams have access to view or modify the template within SugarCRM.

Acl_Team_Set_Id String False

The unique identifier (Id) for the team set that controls access to this template. This Id is used by SugarCRM security rules to determine role-based availability.

Assigned_User_Id String False

The Id of the user who is assigned ownership of this email template. This user is generally responsible for maintaining and updating the template as needed.

Assigned_User_Name String True

The display name of the user who is assigned ownership of this email template. This value is helpful for UI display and reporting contexts.

Attachments_Collection String True

The collection of attachments that are linked to this email template. These attachments can include files, documents, or images that are inserted into outgoing emails.

Base_Module String False

The module in SugarCRM to which this email template is linked. This linkage allows workflow alerts and automated messages to reference records within the specified module.

Body String False

The plain text version of the email body. This version is used when the recipient's email client does not support HTML formatting.

Body_Html String True

The HTML-formatted version of the email body. This version supports rich text formatting, styling, embedded links, and inline images.

Created_By String True

The Id of the user who created this email template. This value identifies the originator of the template record.

Created_By_Name String True

The display name of the user who created this email template. This value is commonly used in user-facing pages and administrative reporting.

Date_Entered Datetime True

The date and time when this email template was initially created. This timestamp reflects record creation events for audit and history tracking.

Date_Modified Datetime True

The date and time when this email template was last updated. This timestamp supports version tracking and administrative review.

Deleted Bool False

A Boolean field that returns a value of 'true' when this email template is marked as deleted in SugarCRM. It returns a value of 'false' when the template is active and available for use.

Description String False

A detailed explanatory note about the purpose or use of this email template. This field is often used to help administrators and workflow designers understand the intended context.

From_Address String False

The email address that appears in the 'From' field when the template is used to generate outgoing email messages.

From_Name String False

The name that appears in the 'From' field when this template is used. This value is typically the name of an organization, department, or representative.

Has_Variables Bool True

A Boolean field that returns a value of 'true' when the email template contains merge fields or dynamic placeholder variables. It returns a value of 'false' when the content is static and contains no field-driven substitutions.

Id [KEY] String True

The unique identifier (Id) of this email template. The system uses this Id to reference and manage the template internally.

Modified_By_Name String True

The display name of the user who last modified this email template. This value is useful for change tracking and review.

Modified_User_Id String True

The Id of the user who most recently updated this email template. This field provides traceability for editing history.

Name String False

The name of the email template. This value is used to identify the template in selection lists, workflow configuration panels, and administrative tools.

Published String False

The publishing state of this email template. This value indicates whether the template is finalized for use, in draft form, or reserved for administrative work.

Subject String False

The subject line that is inserted into outgoing emails when this template is applied.

Tag String False

The tags that are associated with this email template for searching, filtering, and categorization within SugarCRM.

Team_Count String False

The number of teams that are associated with this email template. This value is useful when evaluating access scope and collaboration permissions.

Team_Id String False

The Id of the primary team that is associated with this email template. The primary team plays a central role in access control.

Team_Name String False

The display name of the primary team that is associated with this email template. This value is used in UI contexts and reporting.

Team_Set_Id String False

The Id of the team set that is assigned to this email template. The team set defines the full list of teams that may view or edit the template.

Text_Only Bool False

A Boolean field that returns a value of 'true' when this template must be sent only in plain text. It returns a value of 'false' when HTML formatting is permitted.

Type String False

The type classification of this email template. Template types help categorize templates for use in workflow automation, user notifications, marketing communications, or system alerts.

CData Cloud

EmbeddedFiles

Stores embedded binary file attachments that are linked to CRM entities. This table supports documentation, artifact sharing, and reference file management.

Columns

Name Type ReadOnly Description
Created_By String True

The unique identifier (Id) of the user who created this embedded file record. This value provides traceability for audit review and data stewardship.

Created_By_Name String True

The display name of the user who created this embedded file record. This value is used in user interfaces and reporting contexts.

Date_Entered Datetime True

The date and time when this embedded file record was created. This timestamp supports auditing and chronological sorting.

Date_Modified Datetime True

The date and time when this embedded file record was last updated. This timestamp helps track change history.

Deleted Bool False

A Boolean field that returns a value of 'true' when this embedded file record is marked as deleted within SugarCRM. It returns a value of 'false' when the record is active and available.

Description String False

The full text description or narrative note that explains the purpose, context, or content of the embedded file. Users often use this field to provide meaning or usage notes for the file.

File_Mime_Type String False

The content type of the embedded file. This value identifies the file format (for example, 'text/plain', 'application/pdf', 'image/png') and allows systems to determine how to process or display the file.

Filename String True

The original name of the file at the time it was uploaded. This value is preserved to help users recognize and retrieve the file.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this embedded file record for activity updates. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The unique Id for this embedded file record. The system uses this Id to reference and manage the record internally.

Locked_Fields String True

The list of fields that are locked for this embedded file record. Locked fields cannot be edited and are typically restricted to preserve data integrity.

Modified_By_Name String True

The display name of the user who last modified this embedded file record. This value supports review and audit workflows.

Modified_User_Id String True

The Id of the user who most recently updated this embedded file record. This field provides traceability for change control.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user has marked this embedded file record as a favorite for quick access. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The display name or title that is associated with this embedded file record. This value is often used to identify or categorize the file in lists and search results.

Sync_Key String True

The synchronization key that is used to align this embedded file record with external systems or integration processes. Synchronization keys ensure consistent record matching across data sources.

CData Cloud

Employees

Stores employee profile and account identity records used for authentication and internal user management. This table supports organizational structure representation and access control.

Columns

Name Type ReadOnly Description
Accept_Status_Calls String False

The current user's acceptance status for call invitations. This value indicates whether the user automatically accepts, declines, or requires confirmation before joining scheduled calls.

Accept_Status_Id String False

The unique identifier (Id) that represents the user's overall communication acceptance status. This Id is used by SugarCRM to determine how the user's availability is handled.

Accept_Status_Meetings String False

The user's acceptance status for meeting invitations. This value influences how the system displays the user's calendar availability and incoming meeting requests.

Accept_Status_Messages String False

The user's acceptance status for administrative or workflow-related system messages. This value determines whether certain notifications are delivered or suppressed.

Accept_Status_Name String False

The descriptive name that is associated with the user's acceptance status. This name is displayed in user preferences and system configuration panels.

Acl_Role_Set_Id String False

The unique Id of the access-control role set that applies to this employee. The role set defines the permissions and security policies available to the user.

Acl_Team_Set_Id String False

The unique Id of the team set that is assigned to this employee. The team set determines which teams the user can collaborate with and what records they may access.

Address_City String False

The city portion of the employee's primary business address.

Address_Country String False

The country that is associated with the employee's primary business address.

Address_Postalcode String False

The postal code or ZIP code that is associated with the employee's primary business address.

Address_State String False

The state or province that is associated with the employee's primary business address.

Address_Street String False

The street address or street line that is associated with the employee's primary business location.

Authenticate_Id String False

The unique Id that is used for authentication integration or external identity management systems. This Id links the SugarCRM user to third-party authentication providers where applicable.

Business_Center_Id String False

The unique Id of the business center that is associated with this employee. Business centers represent organizational branches, service hubs, or operational locations.

Business_Center_Name String True

The display name of the business center that is associated with this employee. This value is used in dashboards, reporting, and team assignment contexts.

C_Accept_Status_Fields String True

The collection of communication types for which the user has defined acceptance preferences. This field helps centralize call, meeting, and message acceptance logic.

Cookie_Consent Bool False

A Boolean field that returns a value of 'true' when the employee has granted consent for cookie usage. It returns a value of 'false' when consent has not been granted.

Cookie_Consent_Received_On Datetime False

The date and time when the employee granted cookie consent. This timestamp is used for privacy compliance and consent tracking.

Created_By String True

The unique Id of the user who created this employee record. This value provides historical origin tracking.

Created_By_Name String True

The display name of the user who created this employee record. This value is commonly shown in administrative record views.

Customer_Journey_Access Bool True

A Boolean field that returns a value of 'true' when the employee has permission to access Customer Journey modules and visual process maps. It returns a value of 'false' when access is restricted.

Customer_Journey_Last_Active Datetime True

The date and time when the employee last interacted with Customer Journey features. This value is useful for activity monitoring and adoption tracking.

Date_Entered Datetime True

The date and time when this employee record was created. This timestamp is used for auditing and chronological sorting.

Date_Modified Datetime True

The date and time when this employee record was last updated. This timestamp supports change tracking and administrative oversight.

Default_Team String False

The unique Id of the default team that is assigned to this employee. The default team determines the primary access and visibility context for the user's records.

Deleted Bool False

A Boolean field that returns a value of 'true' when the employee record is marked as deleted within SugarCRM. It returns a value of 'false' when the record is active.

Department String False

The name of the employee's department or business unit. This value is commonly used for reporting and organizational grouping.

Description String False

A detailed narrative or informational note about the employee. This field often includes role context, functional responsibilities, or internal notes.

Email String False

The primary email address that is associated with this employee. This address is used for notifications, system communication, and workflow messaging.

Email_Link_Type String False

The method used to link email messages to this employee's record. This value determines how email interactions are associated for display, filtering, and audit history.

Email1 String False

The primary email address that is associated with this employee. This address is used for system notifications, workflow messages, and direct communication.

Employee_Status String False

The employment status for this employee (for example, 'Active', 'Inactive', or 'Terminated'). This value influences visibility in directories and workflow eligibility.

External_Auth_Only Bool False

A Boolean field that returns a value of 'true' when this employee is required to authenticate through an external identity provider. It returns a value of 'false' when authentication is handled directly within SugarCRM.

First_Name String False

The employee's first name. This value is used in display names, email signatures, and record headers.

Full_Name String True

The combined full name of the employee. This value is typically formatted as First Name Last Name and is used in UI lists and communication contexts.

Id [KEY] String True

The unique Id)for this employee record. The system uses this Id to reference the employee internally across modules and workflows.

Is_Admin Bool False

A Boolean field that returns a value of 'true' when the employee has administrative privileges. It returns a value of 'false' when standard user permissions apply.

Is_Group Bool False

A Boolean field that returns a value of 'true' when the record represents a group or shared inbox account rather than an individual user. It returns a value of 'false' when the record represents a person.

Last_Login Datetime True

The date and time when the employee last logged into SugarCRM. This value is used for usage monitoring and access auditing.

Last_Name String False

The employee's last name. This value is used for display, search, reporting, and directory listing.

License_Type String False

The license type that is assigned to this employee. License types determine feature access, module eligibility, and system entitlements.

M_Accept_Status_Fields String True

The collection of meeting-related acceptance preferences that apply to this employee. This field aligns with user availability and scheduling rules.

Messenger_Id String False

The handle or Id that is used by the employee in third-party instant messaging applications. This value supports integrated communication workflows.

Messenger_Type String False

The messaging platform that is associated with the messenger_id value (for example, 'Slack', 'Teams', or 'Skype').

Modified_By_Name String True

The display name of the user who last modified this employee record. This value is used for administrative review.

Modified_User_Id String True

The Id of the user who most recently updated this employee record. This value supports change tracking and record audit history.

Name String True

The formatted display name of the employee. This value is used in record headers, assignment fields, and directory listings.

Phone_Fax String False

The fax number that is associated with the employee. This value is included for organizations that use fax communication in support or administrative workflows.

Phone_Home String False

The employee's home phone number, if it is provided. This field is typically used only in internal directories with restricted visibility.

Phone_Mobile String False

The employee's mobile phone number. This value is commonly used for Short Message Service (SMS) notifications and two-factor authentication.

Phone_Other String False

An additional phone number for the employee that does not fit into primary categories. This field allows alternative communication channels to be recorded.

Phone_Work String False

The employee's primary business or work phone number. This value is used in contact directories and communication workflows.

Picture String False

The reference to the employee's profile image. This value typically represents a stored file Id or path used for UI display.

Portal_Only Bool False

A Boolean field that returns a value of 'true' when the employee account is restricted to portal access only. It returns a value of 'false' when full SugarCRM access is available.

Preferred_Language String False

The language that the employee selects for system display. This value affects UI text, emails, and localized formatting.

Pwd_Last_Changed Datetime False

The date and time when the employee last changed their password. This value is used for security and compliance monitoring.

Receive_Notifications Bool False

A Boolean field that returns a value of 'true' when the employee has enabled notifications for activity updates and record changes. It returns a value of 'false' when notifications are disabled.

Reports_To_Id String False

The Id of the manager or supervisor to whom this employee reports. This value helps define reporting structures and workflow escalations.

Reports_To_Name String True

The name of the manager or supervisor who oversees this employee. This value is used in user interfaces and organizational charts.

Send_Email_On_Mention Bool False

A Boolean field that returns a value of 'true' when the employee receives email notifications after being mentioned in comments or activity streams. It returns a value of 'false' when mention notifications are disabled.

Show_On_Employees Bool False

A Boolean field that returns a value of 'true' when the employee should be visible in employee directories. It returns a value of 'false' when the employee should not appear in public listings.

Site_User_Id String True

The external site user Id that is linked to this employee for integrated systems. This Id is used in portal access, SSO workflows, or customer-facing logins.

Status String False

The active or inactive status of the employee within the system. This value influences login access and visibility.

Sugar_Login Bool False

A Boolean field that returns a value of 'true' when SugarCRM login is permitted for this employee. It returns a value of 'false' when login access is disabled or externally controlled.

Sync_Key String True

The synchronization key that is used to align this employee record with external systems or integration endpoints. This key supports cross-system identity matching.

System_Generated_Password Bool False

A Boolean field that returns a value of 'true' when the employee's current password is generated automatically by the system. It returns a value of 'false' when the password is set manually by the user.

Team_Count String False

The number of teams that are currently associated with this employee. This value supports permission and collaboration analysis.

Team_Id String False

The Id of the primary team that is associated with this employee. This team defines the employee's default access context.

Team_Name String False

The display name of the primary team that is associated with this employee. This value is used in selectors and UI displays.

Team_Set_Id String False

The Id of the team set that is assigned to this employee. The team set lists all teams that grant the employee record access privileges.

Title String False

The job title or role designation of the employee. This value is often displayed in directories, profile pages, and reporting tools.

User_Hash String True

The hashed representation of the employee's current password. This value is stored for authentication and security verification.

User_Name String False

The login user name for this employee. This value is used for authentication and identity recognition.

Usertype String False

The classification of the user account (for example, 'Regular User', 'System Administrator', or 'Group Account'). This value influences feature access and behavior settings.

CData Cloud

Escalations

Stores escalation request and resolution tracking records. This table supports service-level issue prioritization and response accountability.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this escalation. These names determine which teams have visibility and collaboration access.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that is assigned to this escalation. The team set controls full access permissions across multiple teams.

Assigned_User_Id String False

The Id of the user who is assigned responsibility for monitoring and resolving this escalation. This user is generally expected to take action or follow up.

Assigned_User_Name String True

The display name of the user who is assigned responsibility for this escalation. This value is used for UI display and reporting contexts.

Commentlog String True

The history of comments and discussion notes that are entered for this escalation. This log provides context for actions taken and decisions made.

Created_By String True

The unique Id of the user who created this escalation record. This field supports audit tracking and record origin analysis.

Created_By_Name String True

The display name of the user who created this escalation record. This value is shown in record headers and administrative review screens.

Date_Entered Datetime True

The date and time when this escalation record was created. This timestamp is used for audit tracking and workflow timeline analysis.

Date_Modified Datetime True

The date and time when this escalation record was last updated. This timestamp supports version control and historical review.

Deleted Bool False

A Boolean field that returns a value of 'true' when this escalation record is marked as deleted in SugarCRM. It returns a value of 'false' when the record is active.

Description String False

A detailed narrative that explains the context, purpose, or background of the escalation. This field often contains operational details useful for triage.

Escalation_Number Int False

A sequential number that visually identifies this escalation. This number is commonly used in reports and user interfaces for quick reference.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this escalation. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The unique Id for this escalation record. The system uses this Id to reference and manage the record internally.

Locked_Fields String True

The list of fields that are locked for editing on this escalation record. Locked fields protect data that should not be altered after submission.

Modified_By_Name String True

The display name of the user who last modified this escalation record. This value helps identify recent changes.

Modified_User_Id String True

The Id of the user who most recently updated this escalation record. This field supports change traceability.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the escalation has been marked as a favorite by the current user. It returns a value of 'false' when it is not favorited.

Name String False

The display name or title of this escalation. This value is used to identify the escalation in search results, dashboards, and list views.

Parent_Id String False

The unique Id of the parent record that is associated with this escalation. The parent record provides the business context for the escalation.

Parent_Name String False

The display name of the parent record that is associated with this escalation. This value is used in user interface displays.

Parent_Type String False

The type of SugarCRM object that the escalation is associated with (for example, 'Account', 'Case', or 'Opportunity').

Reason String False

The stated reason for the escalation. This value describes the triggering circumstance or concern that required escalation.

Source String False

The origin point or source system that generated or triggered the escalation. This value helps track escalation flow across channels or modules.

Status String False

The current status of the escalation (for example, 'Open', 'In Progress', or 'Resolved'). This value reflects workflow progress.

Sync_Key String True

The synchronization key that is used to align this escalation record with external systems or integration pipelines. This key supports cross-system record matching.

Tag String False

The tags that are associated with this escalation record. Tags enhance searching, categorization, and grouping.

Team_Count String False

The number of teams that are associated with this escalation. This value assists in understanding access scope.

Team_Id String False

The unique Id of the primary team that is associated with this escalation. The primary team helps determine the default visibility context.

Team_Name String False

The display name of the primary team that is associated with this escalation. This value is shown in UI lists and assignment fields.

Team_Set_Id String False

The Id of the full team set that is associated with this escalation. The team set defines all teams that can view or edit the record.

CData Cloud

ExternalUsers

Stores external portal user identities. This table supports partner, customer, or outside-user access to portal-based functionality.

Columns

Name Type ReadOnly Description
Salutation String False

The salutation used for this external user (for example, 'Mr', 'Ms', 'Dr', or another formal greeting). This value is commonly displayed in communication and name formatting contexts.

First_Name String False

The first name of the external user. This value is used in display formatting and communication.

Last_Name String False

The last name of the external user. This value is used in searching, sorting, and formal reference.

Name String False

The formatted full name of the external user. This value is typically presented as First Name Last Name and is used in list displays and record headers.

Full_Name String True

The combined full legal name of the external user. This value is used for reporting, identity verification, and UI presentation.

Title String False

The job title or professional designation of the external user. This value helps identify role or responsibility when interacting across systems.

Facebook String False

The external user's associated Facebook handle or profile reference. This value supports social media linkage where applicable.

Twitter String False

The external user's associated Twitter handle. This value supports social media engagement or identity matching.

Googleplus String False

The external user's associated Google Plus identifier (Id). This value can be present in legacy integrations.

Department String False

The department or organizational division that is associated with the external user. This value is used for grouping and reporting.

Do_Not_Call Bool False

A Boolean field that returns a value of 'true' when the external user has requested not to be contacted by phone. It returns a value of 'false' when phone contact is permitted.

Phone_Home String False

The home phone number of the external user, if it is provided.

Phone_Mobile String False

The mobile phone number of the external user. This value is often used for direct outreach or SMS-based communication.

Phone_Work String False

The work phone number of the external user, typically associated with their business or professional role.

Phone_Other String False

An additional alternative phone number for the external user that does not fall under standard categories.

Phone_Fax String False

The fax number associated with the external user, where fax communication is still in use.

Primary_Address_Street String False

The street line of the external user's primary mailing address.

Primary_Address_Street_2 String False

The second street line of the external user's primary mailing address, if it is required.

Primary_Address_Street_3 String False

The third street line of the external user's primary mailing address, if it is required.

Primary_Address_City String False

The city associated with the external user's primary address.

Primary_Address_State String False

The state or province that is associated with the external user's primary address.

Primary_Address_Postalcode String False

The postal code that is associated with the external user's primary address.

Primary_Address_Country String False

The country that is associated with the external user's primary address.

Alt_Address_Street String False

The street line of the external user's alternate mailing address.

Alt_Address_Street_2 String False

The second street line for the external user's alternate address, if it is applicable.

Alt_Address_Street_3 String False

The third street line for the external user's alternate address, if it is applicable.

Alt_Address_City String False

The city that is associated with the external user's alternate address.

Alt_Address_State String False

The state or province that is associated with the external user's alternate address.

Alt_Address_Postalcode String False

The postal code that is associated with the external user's alternate address.

Alt_Address_Country String False

The country that is associated with the external user's alternate address.

Assistant String False

The name of the external user's assistant, if it is applicable. This value can be used for communication or scheduling coordination.

Assistant_Phone String False

The phone number for the external user's assistant, when provided.

Picture String False

The reference to the external user's profile image or avatar. This value generally points to a stored file resource.

Id [KEY] String False

The unique Id of this external user record. The system uses this Id to reference and manage the record internally.

Date_Entered Datetime True

The date and time when the external user record was created. This timestamp supports auditing and chronological analysis.

Date_Modified Datetime True

The date and time when the external user record was last updated. This value supports change tracking.

Modified_User_Id String True

The unique Id of the user who last modified this external user record. This value supports audit and ownership review.

Modified_By_Name String True

The display name of the user who last modified this external user record. This value is shown in UI displays for context.

Created_By String True

The unique Id of the user who created this external user record. This value documents record origin.

Created_By_Name String True

The display name of the user who created this external user record. This value appears in administrative views.

Description String False

A detailed narrative note or context statement about the external user. This field is often used for relationship or account history notes.

Deleted Bool False

A Boolean field that returns a value of 'true' when the external user record is marked as deleted. It returns a value of 'false' when the record is active.

User_Name String False

The username that is associated with this external user. This value is used for authentication into linked portal or external systems.

Status String False

The current status of the external user within the system (for example, 'Active' or 'Inactive'). This status influences authentication and visibility.

External_App String False

The external application that created or manages this external user record. This value is used in integration mapping.

External_Id String False

The Id that is assigned to the external user by the external application. This Id is used to match records across systems.

Contact_Name String True

The display name of the related contact that is associated with this external user. This value is used for UI visibility and relationship context.

Contact_Id String False

The unique Id of the contact that is associated with this external user. This relationship links the external user back to CRM contact records.

Email String False

The email address that is associated with this external user. This value is used for communication and messaging workflows.

Email1 String False

An additional email address that is associated with this external user. This field allows multiple communication channels to be stored.

Email2 String False

A second supplemental email address that is associated with this external user, when needed for alternate correspondence.

Invalid_Email Bool False

A Boolean field that returns a value of 'true' when the email address for the external user is flagged as invalid. It returns a value of 'false' when the email address is recognized as deliverable.

Email_Opt_Out Bool False

A Boolean field that returns a value of 'true' when the external user has opted out of email communications. It returns a value of 'false' when email messaging is allowed.

Email_Addresses_Non_Primary String False

Additional non-primary email addresses that are associated with the external user. This field stores secondary communication channels.

Tag String False

The tags that are associated with this external user for search, classification, and filtering.

Source_Id String False

The Id that indicates where the external user originated. This value supports data source tracking in multi-system environments.

Source_Type String False

The type of external data source from which the external user record originated (for example, 'import', 'API', or 'portal registration').

Source_Meta String False

Metadata or supplemental information about the external data source. This value helps interpret how the record was created.

Assigned_User_Id String False

The Id of the user who is responsible for managing or maintaining this external user record.

Assigned_User_Name String True

The display name of the user who is assigned responsibility for this external user record.

Team_Id String False

The Id of the primary team that is associated with this external user record. The primary team defines default access controls.

Team_Set_Id String False

The Id of the team set that is assigned to this external user record. The team set defines the full list of teams with access to view or modify the record.

Acl_Team_Set_Id String False

The Id of the Access Control List (ACL) team set that determines which role-based permissions apply to this external user record.

Team_Count String False

The number of teams that are associated with this external user record. This value helps evaluate collaboration scope.

Team_Name String False

The display name of the primary team that is associated with this external user record. This value appears in assignment and filtering user interfaces.

Acl_Team_Names String True

The list of team names that are associated with this record for access control and collaboration visibility.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this external user record. It returns a value of 'false' when the record is not followed.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the external user record has been marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Commentlog String True

The log of comments and discussion history that is associated with this external user record. This field is commonly used to support collaboration and decision documentation.

Locked_Fields String True

The list of fields on this external user record that are restricted from being edited. Locked fields are used to preserve data accuracy or compliance.

Sync_Key String True

The synchronization key that is used to align this external user record with external systems or integration pipelines. This key supports cross-system record matching.

CData Cloud

Filters

Stores reusable filter and list-view configuration definitions. This table supports personalized data exploration, quick retrieval, and workflow efficiency.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this filter. These team names determine which teams have permission to view or apply the filter.

Acl_Team_Set_Id String False

The Id of the team set that is associated with this filter. The team set defines all teams that are granted access to the filter.

App String False

The application context in which this filter is available. This value determines where the filter can be accessed and used within SugarCRM.

Assigned_User_Id String False

The Id of the user who is assigned responsibility for this filter. This user is typically the owner or primary maintainer of the filter.

Assigned_User_Name String True

The display name of the user who is assigned responsibility for this filter. This value is used in UI displays and reporting.

Created_By String True

The Id of the user who created this filter record. This value supports auditing and historical tracking.

Created_By_Name String True

The display name of the user who created this filter record. This value is shown in user-facing record details.

Date_Entered Datetime True

The date and time when this filter record was created. This timestamp supports record history and chronological analysis.

Date_Modified Datetime True

The date and time when this filter record was last modified. This timestamp supports change tracking and administrative review.

Deleted Bool False

A Boolean field that returns a value of 'true' when this filter record is marked as deleted in SugarCRM. It returns a value of 'false' when the record is active.

Description String False

A descriptive note that explains the purpose, function, or intended use of this filter. This field is often used for documentation and collaboration.

Filter_Definition String False

The stored filter logic that defines the conditions and criteria that are used to generate filtered results. This value controls which records are included when the filter is applied.

Filter_Template String False

The filter layout or configuration template that is used for creating or reusing standard filter structures.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this filter. It returns a value of 'false' when the user is not following the filter.

Id [KEY] String True

The unique identifier (Id) of this filter record. The system uses this Id to reference and manage the filter internally.

Locked_Fields String True

The list of fields that are restricted from being modified in this filter. Locked fields help preserve business rules and prevent unauthorized changes.

Modified_By_Name String True

The display name of the user who last modified this filter record. This value supports accountability and audit inspection.

Modified_User_Id String True

The Id of the user who most recently updated this filter record. This value provides traceability for configuration updates.

Module_Name String False

The module that is associated with this filter. This value determines the data set on which the filter is applied.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when this filter is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name of the filter. This value is shown in selection lists and user interfaces where the filter can be selected or reused.

Sync_Key String True

The synchronization key that is used to align this filter record with external systems or integration workflows.

Team_Count String False

The number of teams that are associated with this filter. This value helps assess collaboration and access scope.

Team_Id String False

The Id of the primary team that is assigned to this filter record. The primary team controls the default visibility context.

Team_Name String False

The display name of the primary team that is associated with this filter. This value appears in list views and assignment fields.

Team_Set_Id String False

The Id of the team set that is assigned to this filter. The team set defines the full group of teams that can access or manage the filter.

CData Cloud

ForecastManagerWorksheets

Stores forecast review worksheets that are created by managers during forecast roll-up cycles. This table supports collaborative forecast validation and revenue planning oversight.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this forecast worksheet. These names determine which teams have access to view or collaborate on the forecast data.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that is associated with this forecast worksheet. The team set defines all teams that are granted record access.

Assigned_User_Id String False

The Id of the user who is assigned ownership of this forecast worksheet. This user is responsible for reviewing and submitting forecast values.

Assigned_User_Name String True

The display name of the user who is assigned ownership of this forecast worksheet. This value is shown in team dashboards and roll-up views.

Base_Rate String False

The baseline conversion rate that is applied to currency or revenue calculations for the forecast. This value can reflect organizational or regional financial settings.

Best_Case Decimal True

The best-case revenue estimate for the forecasting period. This value represents the optimistic upper bound of expected performance.

Best_Case_Adjusted Decimal True

The best-case revenue estimate that is adjusted by a manager during review. This adjustment reflects managerial judgment that is based on pipeline quality or strategic considerations.

Closed_Amount Decimal True

The total amount of closed-won revenue that is included in the forecast. This value is used to measure progress toward quota.

Created_By String True

The Id of the user who created this forecast worksheet record. This value supports record origin tracking.

Created_By_Name String True

The display name of the user who created this forecast worksheet record. This value appears in administrative and historical review contexts.

Currency_Id String False

The Id of the currency that is associated with values in this forecast worksheet. This Id ensures consistency in multi-currency environments.

Currency_Name String True

The name of the currency that is associated with values in this forecast worksheet. This name appears in user-facing displays.

Currency_Symbol String True

The symbol of the currency that is associated with values in this forecast worksheet (for example, '$', '€', or '£').

Date_Entered Datetime True

The date and time when this forecast worksheet record was created. This timestamp supports audit history and reporting.

Date_Modified Datetime True

The date and time when this forecast worksheet record was last updated. This timestamp supports version and change tracking.

Deleted Bool False

A Boolean field that returns a value of 'true' when this forecast worksheet record is marked as deleted. It returns a value of 'false' when the record is active.

Description String False

A detailed narrative note that explains the context or purpose of this forecast entry. This field is often used to provide commentary for review or submission.

Draft Bool False

A Boolean field that returns a value of 'true' when the forecast worksheet is in draft state and not finalized. It returns a value of 'false' when the worksheet has been committed or approved.

Draft_Save_Type String False

The method that is used to save the draft version of the forecast worksheet (for example, 'manual' or 'automatic save').

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this forecast worksheet record. It returns a value of 'false' when the user is not following it.

Id [KEY] String True

The Id of this forecast worksheet record. The system uses this Id to reference and manage the record internally.

Is_Manager Bool False

A Boolean field that returns a value of 'true' when the assigned user is designated as a manager for forecast roll-up purposes. It returns a value of 'false' when the user does not have managerial forecast authority.

Likely_Case Decimal True

The most realistic revenue estimate based on current pipeline conditions. This value is typically used as the primary forecast submission amount.

Likely_Case_Adjusted Decimal True

The most realistic revenue estimate that is adjusted by a manager during review. This adjustment reflects managerial evaluation of deal confidence and timing.

Locked_Fields String True

The list of fields that are locked from modification on this forecast worksheet record. Locked fields protect reviewed or committed forecast values from change.

Manager_Saved Bool False

A Boolean field that returns a value of 'true' when the manager has saved or committed their review of this forecast worksheet. It returns a value of 'false' when the worksheet has not been manager-approved.

Modified_By_Name String True

The display name of the user who last modified this forecast worksheet record. This value provides context in audit and change review.

Modified_User_Id String True

The Id of the user who most recently updated this forecast worksheet record. This value supports traceability of changes.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when this forecast worksheet is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name of the forecast worksheet. This value identifies the worksheet in lists and summary views.

Opp_Count Int True

The total number of opportunities that are represented in this forecast worksheet. This count helps assess pipeline volume.

Pipeline_Amount Decimal True

The total projected revenue for all open opportunities in the forecast pipeline, excluding closed-won and closed-lost deals.

Pipeline_Opp_Count Int True

The number of open opportunities that are included in the forecast pipeline. This value excludes opportunities that are already closed.

Quota Decimal True

The revenue target or performance goal that is assigned to the forecasting user or team for the defined period.

Show_History_Log Int True

A control field that determines whether history and adjustment logs are shown for this forecast worksheet.

Sync_Key String True

The synchronization key that is used to match this forecast worksheet with corresponding records in external systems or integrations.

Team_Count String False

The number of teams that are associated with this forecast worksheet. This value affects collaboration and access scope.

Team_Id String False

The Id of the primary team that is associated with this forecast worksheet record. The primary team defines the default access context.

Team_Name String False

The display name of the primary team that is associated with this forecast worksheet. This value appears in assignment and filtering interfaces.

Team_Set_Id String False

The Id of the team set that is assigned to this forecast worksheet. The team set defines the full list of teams with access rights.

Timeperiod_Id String False

The Id of the time period that is associated with this forecast worksheet. The time period defines the forecasting window.

User_Id String False

The Id of the user for whom the forecast worksheet is recorded. This value is used for roll-up and dashboard calculations.

Worst_Case Decimal True

The worst-case revenue estimate based on low-confidence pipeline projections. This value represents a conservative performance outlook.

Worst_Case_Adjusted Decimal True

The worst-case revenue estimate that is adjusted by a manager during review. This adjustment reflects managerial assessment of risk or uncertainty.

CData Cloud

Forecasts

Stores forecast values and planning data that are associated with specific time periods. This table supports performance tracking, revenue planning, and sales outlook analysis.

Columns

Name Type ReadOnly Description
Base_Rate String False

The baseline conversion or exchange rate that is applied to revenue calculations within this forecast. This value ensures financial consistency across multiple currencies.

Best_Case Decimal True

The best-case revenue projection for the forecasting period. This value represents an optimistic upper bound based on high-confidence opportunities.

Closed_Amount Decimal True

The total revenue amount from closed-won opportunities that is included in this forecast. This value contributes directly to progress toward quota.

Closed_Count Int True

The number of closed-won opportunities that are included in this forecast. This count is used by forecasting logic to evaluate pipeline momentum and progress.

Commit_Type String True

The type of forecast submission being committed, such as individual or rollup. This value determines how the system aggregates forecast data during submission.

Currency_Id String False

The unique identifier (Id) of the currency that is associated with this forecast. This Id is used for currency conversion and formatting in multi-currency environments.

Currency_Name String True

The display name of the currency that is associated with this forecast. This value appears in user-facing summaries and reporting.

Currency_Symbol String True

The symbol that is associated with the forecast currency (for example, '$', '€', or '£'). This value is used in list views and report formatting.

Date_Entered Datetime True

The date and time when this forecast record was created. This timestamp supports record history and audit review.

Date_Modified Datetime True

The date and time when this forecast record was last modified. This timestamp supports version and change tracking.

Deleted Bool False

A Boolean field that returns a value of 'true' when this forecast record is marked as deleted in SugarCRM. It returns a value of 'false' when the record remains active.

End_Date Date False

The end date of the forecasting period that is associated with this forecast. This date defines the close of the revenue evaluation window.

Forecast_Type String False

An indicator of whether this forecast is a direct forecast or a rollup forecast. Direct forecasts reflect an individual contributor, while rollup forecasts reflect aggregated team submissions.

Id [KEY] String True

The Id of this forecast record. The system uses this Id to reference and manage the forecast internally.

Likely_Case Decimal True

The most realistic revenue projection for the forecasting period. This value is typically treated as the primary forecast submission.

Name String False

The display name of this forecast. This value is shown in lists, submission views, and dashboard drill-downs.

Opp_Count Int True

The total number of opportunities that are represented in this forecast. This count is used to measure pipeline volume and activity.

Opp_Weigh_Value Int True

The weighted revenue value of all opportunities that are represented in this forecast. This value reflects stage-based probability adjustments.

Pipeline_Amount Decimal True

The projected revenue value of all open opportunities that are included in the forecast pipeline, excluding closed-won or closed-lost deals.

Pipeline_Opp_Count Int True

The number of open opportunities that are included in this forecast pipeline. This count excludes closed-won and closed-lost opportunities to show active pipeline size.

Reports_To_User_Name String True

The display name of the manager or supervisor to whom the forecasting user reports. This value supports rollup forecasting and hierarchy visualization.

Start_Date Date False

The start date of the forecasting period that is associated with this forecast. This date defines the beginning of the revenue evaluation window.

Timeperiod_Id String False

The Id of the time period that is associated with this forecast. The time period defines the calendar or fiscal window for forecasting.

User_Id String False

The Id of the user to whom this forecast applies. This value identifies the forecast owner in reporting and rollup operations.

User_Name String True

The display name of the user to whom this forecast applies. This value appears in dashboards and performance views.

Worst_Case Decimal True

The conservative lower-bound revenue projection for the forecasting period. This value reflects risk-adjusted estimates for uncertain opportunities.

CData Cloud

ForecastWorksheets

Stores individual user-level forecast worksheet entries. This table supports personalized pipeline assessment and forecasting adjustments.

Columns

Name Type ReadOnly Description
Account_Id String False

The unique identifier (Id) of the account that is associated with this forecast worksheet. This Id links the worksheet to the customer relationship context.

Account_Name String True

The display name of the account that is associated with this forecast worksheet. This value appears in list views, dashboards, and forecasting summaries.

Acl_Team_Names String True

The list of team names that are associated with this forecast worksheet. These team names determine record visibility and collaboration access.

Acl_Team_Set_Id String False

The Id of the team set that is associated with this forecast worksheet. The team set defines all teams that are granted access rights.

Assigned_User_Id String False

The Id of the user who is assigned responsibility for maintaining and submitting this forecast worksheet.

Assigned_User_Name String True

The display name of the user who is assigned responsibility for this forecast worksheet. This value is shown in dashboards and reporting contexts.

Base_Rate String False

The baseline conversion rate that is applied to revenue and currency calculations in this forecast worksheet.

Best_Case Decimal True

The optimistic upper-bound revenue projection for this worksheet, based on high-confidence opportunities.

Campaign_Id String False

The Id of the campaign that is associated with this forecast worksheet, when the forecasted opportunity is campaign-driven.

Campaign_Name String True

The display name of the campaign that is associated with this forecast worksheet. This value is used for marketing and attribution reporting.

Category_Id String False

The Id of the product or opportunity category that is associated with this forecast worksheet. Categories support reporting segmentation.

Category_Name String True

The display name of the category that is associated with this forecast worksheet. This value appears in selection lists and roll-up summaries.

Commit_Stage String False

The commit classification that indicates whether the forecast amount should be included, likely, or omitted. This value reflects sales confidence and forecasting posture.

Cost_Price Decimal True

The internal cost of the product or service that is associated with the forecasted revenue. This value is used in margin analysis.

Created_By String True

The Id of the user who created this forecast worksheet record. This value supports audit and historical traceability.

Created_By_Name String True

The display name of the user who created this forecast worksheet record. This value appears in history and administrative views.

Currency_Id String False

The Id of the currency that is associated with values in this forecast worksheet. This Id ensures proper currency conversion in multi-currency environments.

Currency_Name String True

The display name of the currency that is associated with this forecast worksheet.

Currency_Symbol String True

The symbol of the currency that is associated with this forecast worksheet (for example, '$', '€', or '£').

Date_Closed Date False

The expected or actual close date of the underlying opportunity that is represented in this forecast worksheet.

Date_Closed_Timestamp String True

The system timestamp that is associated with the Date_Closed value and used for sorting and reporting precision.

Date_Entered Datetime True

The date and time when this forecast worksheet record was created. This timestamp supports history tracking.

Date_Modified Datetime True

The date and time when this forecast worksheet record was last modified. This timestamp supports change tracking and review.

Deleted Bool False

A Boolean field that returns a value of 'true' when this forecast worksheet record is marked as deleted. It returns a value of 'false' when the record remains active.

Description String False

A descriptive note that explains the context, purpose, or status of this forecast worksheet entry.

Discount_Amount Decimal True

The discount amount that is applied to the product or revenue value. This value represents the financial reduction from list price.

Discount_Price Decimal True

The discounted sales price of the product or opportunity after reductions are applied.

Draft Int True

An indicator that specifies whether this forecast worksheet is a draft version. Draft entries are not final for forecasting submission.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this forecast worksheet. It returns a value of 'false' when the user is not following it.

Id [KEY] String True

The Id of this forecast worksheet record. The system uses this Id to reference and manage the worksheet internally.

Lead_Source String False

The lead source that originated the opportunity represented in this worksheet (for example, 'Web Form', 'Referral', or 'Campaign').

Likely_Case Decimal True

The most realistic revenue projection for this forecast worksheet based on current pipeline confidence.

List_Price Decimal True

The standard list price of the product or service before discounts or adjustments are applied.

Locked_Fields String True

The list of fields that are locked from modification. These fields are typically locked after managerial review to preserve forecast integrity.

Modified_By_Name String True

The display name of the user who last modified this forecast worksheet record.

Modified_User_Id String True

The Id of the user who most recently updated this forecast worksheet record. This value supports audit traceability.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the forecast worksheet is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name of this forecast worksheet. This value appears in dashboards, roll-ups, and forecast submission views.

Next_Step String False

The next action or follow-up step in the sales process for the opportunity represented in this worksheet.

Opportunity_Id String False

The Id of the opportunity that is associated with this forecast worksheet. This Id links the worksheet to core pipeline data.

Opportunity_Name String True

The display name of the opportunity that is associated with this forecast worksheet.

Parent_Deleted Int True

An indicator that specifies whether the parent record of this worksheet is marked as deleted.

Parent_Id String False

The Id of the parent record that is associated with this forecast worksheet (for example, 'Account' or 'Opportunity').

Parent_Name String True

The display name of the parent record that is associated with this forecast worksheet.

Parent_Type String True

The SugarCRM module to which this forecast worksheet is associated (for example, 'Opportunities' or 'Revenue Line Items').

Probability Int True

The probability percentage that is assigned to the opportunity, representing the likelihood of closure.

Product_Template_Id String False

The Id of the product template that is used to standardize item characteristics in forecasting.

Product_Template_Name String True

The name of the product template that is used for the forecast entry.

Product_Type String False

The classification of the product (for example, 'New Business' or 'Existing Business'). This value supports segmentation analysis.

Quantity Int True

The quantity of the product or service that is included in the forecast projection.

Sales_Stage String False

The current sales stage that indicates the opportunity's progression toward closure.

Sales_Status String False

The status of the opportunity that is associated with the forecast worksheet, reflecting deal condition or progress.

Sync_Key String True

The synchronization key that is used to align this forecast worksheet with external systems or integration processes.

Team_Count String False

The number of teams that are associated with this forecast worksheet. This value affects collaboration and record visibility.

Team_Id String False

The Id of the primary team that is associated with this forecast worksheet. The primary team defines the default access scope.

Team_Name String False

The display name of the primary team that is associated with this forecast worksheet.

Team_Set_Id String False

The Id of the team set that is associated with this forecast worksheet. The team set defines the complete group of teams that are granted access.

Total_Amount Decimal True

The total projected revenue amount for the worksheet, based on product quantity and pricing adjustments.

Worst_Case Decimal True

The conservative revenue projection for the worksheet based on low-confidence pipeline expectations.

CData Cloud

Geocode

Stores geographic coordinate data that is derived from address fields. This table supports mapping, territory management, and proximity-based analytics.

Columns

Name Type ReadOnly Description
Address String False

The full address that is being geocoded. This value typically represents a physical location entered for a parent record, such as an account, lead, or contact.

Country String False

The country that is associated with the address being geocoded. This value supports location standardization and mapping services.

Date_Entered Datetime True

The date and time when this geocode record was created. This timestamp is used for audit tracking and historical review.

Date_Modified Datetime True

The date and time when this geocode record was last updated. This timestamp supports change tracking.

Deleted Bool False

A Boolean field that returns a value of 'true' when this geocode record is marked as deleted. It returns a value of 'false' when the record is active.

Error_Message String False

The error message that is returned when a geocoding request fails. This value provides troubleshooting details for resolution.

Geocoded Bool False

A Boolean field that returns a value of 'true' when the address has been successfully geocoded. It returns a value of 'false' when coordinates have not yet been generated or geocoding has failed.

Id [KEY] String True

The unique identifier (Id) of this geocode record. The system uses this Id to reference and manage the record.

Latitude Decimal True

The latitude coordinate that is assigned to the geocoded address. This value supports mapping and spatial analysis.

Longitude Decimal True

The longitude coordinate that is assigned to the geocoded address. This value pairs with latitude for location plotting.

Parent_Id String False

The Id of the parent record that is associated with this geocode entry (for example, an account, contact, or lead).

Parent_Name String False

The display name of the parent record that is associated with this geocode entry. This value appears in UI elements that show location relationships.

Parent_Type String False

The type of SugarCRM object that is associated with this geocode entry (for example, 'Accounts', 'Contacts', or 'Leads').

Parent_User_Name String False

The display name of the user who is associated with the parent record. This value supports assignment visibility and geographic context.

Postalcode String False

The postal code that is associated with the address that is being geocoded.

Status String False

The processing status of the geocode request (for example, 'Pending', 'Successful', or 'Failed').

CData Cloud

HintAccountsets

Stores grouped account insights that are generated by Sugar Hint. This table supports enriched company intelligence and account research.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this Hint account set. These names determine which teams can view or collaborate on the record.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that is associated with this Hint account set. The team set defines all teams that are granted visibility and access permissions.

Assigned_User_Id String False

The Id of the user who is assigned ownership of this Hint account set. This user is responsible for maintaining and managing the record.

Assigned_User_Name String True

The display name of the user who is assigned ownership of this Hint account set. This value is shown in record headers and UI displays.

Category String False

The category or grouping classification that is applied to this Hint account set. Categories help segment and organize account intelligence.

Commentlog String True

The log of comments and discussion notes that are associated with this Hint account set. This field helps maintain collaborative history.

Created_By String True

The Id of the user who created this Hint account set record. This value supports audit tracking and historical record origin.

Created_By_Name String True

The display name of the user who created this Hint account set record. This value appears in activity history and detail views.

Date_Entered Datetime True

The date and time when this Hint account set record was created. This timestamp supports chronological sorting and audit review.

Date_Modified Datetime True

The date and time when this Hint account set record was last modified. This timestamp supports change tracking and administrative visibility.

Deleted Bool False

A Boolean field that returns a value of 'true' when this Hint account set record is marked as deleted. It returns a value of 'false' when the record is active.

Description String False

A narrative description that explains the purpose or context of this Hint account set. This field is often used for notes and collaboration.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this Hint account set. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The Id of this Hint account set record. The system uses this Id to reference and manage the record internally.

Locked_Fields String True

The list of fields that are restricted from editing on this Hint account set record. Locked fields protect data integrity and administrative rules.

Modified_By_Name String True

The display name of the user who last modified this Hint account set record. This value supports audit transparency.

Modified_User_Id String True

The Id of the user who most recently updated this Hint account set record. This value provides traceability for changes.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the Hint account set is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name of this Hint account set. This value is used in UI lists, dashboards, and lookup fields.

Sync_Key String True

The synchronization key that is used to align this Hint account set with external systems or integration processes.

Tag String False

The tags that are applied to this Hint account set for categorization, searching, and grouping.

Targets String True

The list of account records that are included in this Hint account set. These targets represent the set of accounts for which relationship intelligence or enrichment insights are managed.

Team_Count String False

The number of teams that are associated with this Hint account set. This value supports collaboration and permissions auditing.

Team_Id String False

The Id of the primary team that is associated with this Hint account set. The primary team defines the default access scope.

Team_Name String False

The display name of the primary team that is associated with this Hint account set. This value appears in UI displays and assignment lists.

Team_Set_Id String False

The Id of the full team set that is assigned to this Hint account set. The team set defines all teams that can view or modify the record.

Type String False

The classification type of this Hint account set, indicating how the set is structured or used for enrichment workflows.

CData Cloud

HintEnrichFieldConfigs

Stores configuration data that determines which fields are enriched by Sugar Hint. This table supports automated data enhancement and profile completion workflows.

Columns

Name Type ReadOnly Description
Assigned_User_Id String False

The unique identifier (Id) of the user who is assigned responsibility for this enrichment-field configuration. This user maintains ownership and can update or approve configuration settings.

Assigned_User_Name String True

The display name of the user who is assigned responsibility for this enrichment-field configuration. This value is shown in record headers and administrative views.

Commentlog String True

The log of comments and discussion notes that are associated with this enrichment-field configuration. This field supports collaboration and historical reference.

Config_Data String False

The stored configuration data that defines how the enrichment field behaves. This data controls mapping logic, source preference, or enrichment rules.

Created Datetime False

The date and time when the enrichment configuration was initially generated by the system. This value is often system-assigned and can differ from record entry timestamps.

Created_By String True

The Id of the user who created this enrichment-field configuration record. This value supports auditing and change history.

Created_By_Name String True

The display name of the user who created this enrichment-field configuration record. This value appears in user-facing details and record summaries.

Date_Entered Datetime True

The date and time when this configuration record was entered into the system. This timestamp supports chronological sorting and audit controls.

Date_Modified Datetime True

The date and time when this configuration record was last modified. This timestamp supports change tracking and administrative review.

Deleted Bool False

A Boolean field that returns a value of 'true' when this enrichment configuration record is marked as deleted. It returns a value of 'false' when the record remains active.

Description String False

A narrative description that explains the purpose or intended usage of the enrichment-field configuration. This field is commonly used for internal communication and clarity.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this configuration record. It returns a value of 'false' when the user is not following it.

Id [KEY] String True

The Id of this enrichment-field configuration record. The system uses this Id to reference and manage the configuration internally.

Locked_Fields String True

The list of fields that are restricted from editing on this configuration record. Locked fields help maintain data consistency and prevent unauthorized changes.

Modified_By_Name String True

The display name of the user who last modified this configuration record. This value assists with accountability and review.

Modified_User_Id String True

The Id of the user who most recently updated this configuration record. This value supports traceability for configuration adjustments.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user has marked this configuration record as a favorite. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name of this enrichment-field configuration. This value is used to identify the configuration in lists and administrative interfaces.

Sync_Key String True

The synchronization key that is used to align this configuration record with external systems or enrichment providers.

Synced Bool False

A Boolean field that returns a value of 'true' when the configuration is successfully synchronized with the external enrichment service. It returns a value of 'false' when synchronization has not occurred or is pending.

Tag String False

The tags that are applied to this enrichment-field configuration for categorization, search filtering, and grouping.

CData Cloud

HintNewsNotifications

Stores news and article notification records that are surfaced through Sugar Hint data enrichment. This table helps users stay aware of relevant company and contact updates that support research and engagement planning.

Columns

Name Type ReadOnly Description
Article_Date Datetime False

The publication date of the news article that is referenced in this notification. This value helps determine recency and prioritization of alerts.

Assigned_User_Id String False

The unique identifier (Id) of the user who is assigned responsibility for managing or reviewing this news notification.

Assigned_User_Name String True

The display name of the user who is assigned responsibility for this news notification. This value is shown in list views and dashboards.

Category String False

The category that is assigned to the news article (for example, 'industry', 'financial', or 'organizational update'). Categories support filtering and relevance scoring.

Commentlog String True

The log of comments and discussion notes that are associated with this news notification. This field captures collaboration, context, and review decisions.

Created_By String True

The Id of the user who created this news notification record. This value supports ownership and audit tracking.

Created_By_Name String True

The display name of the user who created this news notification record. This value appears in activity history and administrative review contexts.

Date_Entered Datetime True

The date and time when this news notification record was created. This timestamp supports chronological sorting and historical tracking.

Date_Modified Datetime True

The date and time when this news notification record was last modified. This timestamp supports change tracking and record version review.

Deleted Bool False

A Boolean field that returns a value of 'true' when this news notification record is marked as deleted. It returns a value of 'false' when the record remains active.

Description String False

A narrative summary or contextual explanation of the news notification. This field is often used to clarify relevance or identify recommended follow-up actions.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this news notification. It returns a value of 'false' when the user is not tracking it.

Id [KEY] String True

The Id of this news notification record. The system uses this Id to reference and manage the record internally.

Locked_Fields String True

The list of fields that are restricted from being modified in this news notification record. These restrictions help ensure data consistency and compliance.

Modified_By_Name String True

The display name of the user who last modified this news notification record. This value is used to support transparency in record updates.

Modified_User_Id String True

The Id of the user who most recently updated this news notification record. This value provides traceability for system and manual changes.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when this news notification is marked as a favorite by the current user. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The internal or display name that identifies this news notification. This value appears in search results and list views.

Photo_Url String False

The URL that points to an image or thumbnail associated with the news item. This image is generally used in preview cards and notification displays.

Publisher String False

The organization or source that published the news article. This value supports credibility and context for the notification.

Source_Url String False

The direct link to the full news article. Users can access the full context of the notification through this link.

Sync_Key String True

The synchronization key that is used to align this news notification record with external systems, enrichment providers, or inbound data feeds.

Tag String False

The tags that are applied to this news notification for search, filtering, grouping, or prioritization.

Title String False

The title or headline of the news article that is associated with this notification. This value is displayed prominently in UI summaries and alert panels.

CData Cloud

HintNotificationTargets

Stores routing and delivery configuration for Sugar Hint notification events. This table determines which users or systems receive enriched news and intelligence alerts.

Columns

Name Type ReadOnly Description
Assigned_User_Id String False

The unique identifier (Id) of the user who is assigned responsibility for this Hint notification target record. This user manages or monitors notification delivery settings.

Assigned_User_Name String True

The display name of the user who is assigned responsibility for this notification target. This value appears in user interfaces and reporting views.

Commentlog String True

The log of comments and discussion notes that are associated with this notification target. This field supports collaboration and context sharing.

Created_By String True

The Id of the user who created this notification target record. This value supports audit history and record origin tracking.

Created_By_Name String True

The display name of the user who created this notification target record. This value appears in administrative and activity views.

Credentials String False

The credentials or connection details that are used to authenticate the notification delivery method. This value supports secure message routing or enrichment access.

Date_Entered Datetime True

The date and time when this notification target record was created. This timestamp is used for chronological sorting and audit review.

Date_Modified Datetime True

The date and time when this notification target record was last modified. This timestamp supports change tracking and administrative oversight.

Deleted Bool False

A Boolean field that returns a value of 'true' when this notification target record is marked as deleted. It returns a value of 'false' when the record remains active.

Description String False

A descriptive note that explains the purpose, context, or intended use of this notification target configuration.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this notification target record. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The Id of this notification target record. The system uses this Id to reference and manage the record internally.

Locked_Fields String True

The list of fields that are restricted from being modified. Locked fields protect data consistency and enforce administrative controls.

Modified_By_Name String True

The display name of the user who last modified this notification target record. This value supports transparency in update history.

Modified_User_Id String True

The Id of the user who most recently updated this notification target record. This value provides traceability for changes.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the notification target is marked as a favorite by the current user. It returns a value of 'false' when it is not favorited.

Name String False

The display name of this notification target. This value is used to identify the target in selector lists, dashboards, and configuration panels.

Sync_Key String True

The synchronization key that is used to align this notification target record with external systems or integration workflows.

Tag String False

The tags that are applied to this notification target for search, filtering, and grouping.

Type String False

The type of notification target (for example, 'email', 'webhook', 'integration channel', or 'internal messaging route'). This value determines how notifications are delivered.

CData Cloud

Holidays

Stores records representing holidays and non-working dates. This table supports scheduling logic, resource planning, and automatic date adjustments in calendaring workflows.

Columns

Name Type ReadOnly Description
Created_By String True

The unique identifier (Id) of the user who created this holiday record. This value provides origin tracking for audit and administrative review.

Created_By_Name String True

The display name of the user who created this holiday record. This value is shown in record details and history logs.

Date_Entered Datetime True

The date and time when this holiday record was entered into the system. This timestamp supports chronological organization and audit tracking.

Date_Modified Datetime True

The date and time when this holiday record was last modified. This timestamp supports version tracking and administrative oversight.

Deleted Bool False

A Boolean field that returns a value of 'true' when this holiday record is marked as deleted. It returns a value of 'false' when the record remains active.

Description String False

A descriptive note that explains the context, purpose, or meaning of the holiday. This field can be used to clarify usage or scheduling intent.

Holiday_Date Date False

The date of the holiday. This date is used to determine non-working days, scheduling exceptions, and resource availability planning.

Id [KEY] String True

The Id of this holiday record. The system uses this Id to reference and manage the record internally.

Modified_By_Name String True

The display name of the user who last modified this holiday record. This value assists with change tracking visibility.

Modified_User_Id String True

The Id of the user who most recently updated this holiday record. This value supports audit and responsibility tracking.

Name String False

The name of the holiday. This value is shown in calendars, resource scheduling tools, and availability views.

Person_Id String False

The Id of the specific person who is associated with this holiday, when the holiday applies to an individual rather than the entire organization.

Person_Type String False

The type of person to whom the holiday applies (for example, 'Employee', 'Contractor', or 'Resource Group'). This value determines the holiday scope.

Related_Module String False

The module that is associated with this holiday record (for example, 'Employees' or 'Resources'). This value defines the context in which the holiday applies.

Related_Module_Id String False

The Id of the record in the related module that is associated with this holiday. This value links the holiday to a specific entity or resource.

Resource_Name String False

The display name of the resource or individual to whom the holiday applies. This value is shown in scheduling, staffing, and availability views.

CData Cloud

InboundEmail

Stores configuration settings for inbound email accounts that are connected to SugarCRM. This table supports automated mailbox retrieval, assignment rules, and routing of email messages into CRM records.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this inbound email mailbox. These names determine which teams have access to view or administer the mailbox.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that is associated with this inbound email mailbox. The team set defines all teams that are granted access to the mailbox.

Auth_Type String True

The authentication method that is used to connect to the inbound mail server (for example, 'Basic', 'OAuth', or 'token-based authentication').

Authorized_Account String True

The email account that is authorized to retrieve messages for this inbound mailbox. This value identifies the account whose credentials or tokens are in use.

Created_By String True

The Id of the user who created the record for this inbound email mailbox. This value supports audit tracking and administrative oversight.

Date_Entered Datetime True

The date and time when the record for this inbound email mailbox was created. This timestamp supports chronological sorting and auditing.

Date_Modified Datetime True

The date and time when the record for this inbound email mailbox was last modified. This timestamp supports version tracking and administrative review.

Delete_Seen Bool False

A Boolean field that returns a value of 'true' when emails should be deleted from the email server after retrieval. It returns a value of 'false' when messages are left on the server after being read.

Deleted Bool False

A Boolean field that returns a value of 'true' when the record for this inbound email mailbox is marked as deleted. It returns a value of 'false' when the mailbox remains active.

Eapm_Id String True

The Id of the external account password management (EAPM) record that is associated with this mailbox for authentication credentials storage.

Email_Password String False

The password that is associated with the Email_User value for server authentication, unless external credential management is used.

Email_Provider String False

The email service provider that is associated with this mailbox (for example, 'Gmail' or'Exchange').

Email_User String False

The username that is used to authenticate to the mail server for retrieving inbound messages.

Group_Id String False

The Id of the group that is associated with this mailbox, when the mailbox is configured for shared or team-based email processing.

Groupfolder_Id String False

The Id of the group folder that is associated with this mailbox. Group folders are used to organize inbound messages for shared work queues.

Id [KEY] String True

The record Id of this inbound email mailboxd. The system uses this Id to reference and manage the mailbox configuration internally.

Is_Personal Bool False

A Boolean field that returns a value of 'true' when the mailbox is configured as a personal mailbox for an individual user. It returns a value of 'false' when the mailbox is shared or group-based.

Mailbox String False

The name of the inbox or folder on the mail server from which messages are retrieved.

Mailbox_Type String False

The type of mailbox configuration (for example, 'IMAP', 'POP3', or 'Exchange'), that determines how inbound messages are accessed.

Modified_User_Id String True

The Id of the user who most recently modified the record for this inbound email mailbox. This value supports audit traceability.

Name String False

The display name that is assigned to this inbound email mailbox configuration. This value appears in configuration lists and administrative pages.

Port Int False

The network port that is used to connect to the mail server for retrieving messages.

Server_Url String False

The URL or hostname of the mail server that is used for inbound message retrieval.

Service String False

The messaging service type or integration layer that is used to retrieve email messages for this mailbox.

Status String False

The operational status of the inbound email mailbox (for example, 'Active', 'Disabled', or 'Error').

Stored_Options String False

Additional stored configuration settings that are associated with this inbound mailbox. These values can include connection flags, filters, or advanced retrieval options.

Team_Count String False

The number of teams that are associated with this inbound email mailbox. This value supports access scope analysis.

Team_Id String False

The Id of the primary team that is associated with this inbound email mailbox. The primary team defines the default visibility scope.

Team_Name String False

The display name of the primary team that is associated with this inbound email mailbox. This value is shown in assignment and UI displays.

Team_Set_Id String False

The Id of the full team set that is associated with this inbound email mailbox. The team set defines all teams that can view or modify the mailbox record.

Template_Id String False

The Id of the email template that is used for automatic replies or response automation for inbound messages.

CData Cloud

KBArticles

Stores knowledge base (KB) article summary records such as titles, publishing details, and classification fields. This table supports customer self-service access, internal knowledge sharing, and case resolution workflows.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this knowledge base (KB) article. These names determine which teams can view or collaborate on the article.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that is associated with this KB article. The team set defines all teams that are granted access permissions.

Assigned_User_Id String False

The Id of the user who is assigned ownership of this KB article. This user is typically responsible for maintaining or updating the article.

Assigned_User_Name String True

The display name of the user who is assigned ownership of this KB article. This value appears in record headers and list views.

Created_By String True

The Id of the user who created this KB article record. This value supports auditing and record origin tracking.

Created_By_Name String True

The display name of the user who created this KB article record. This value appears in activity history and administrative review contexts.

Date_Entered Datetime True

The date and time when this KB article record was created. This timestamp supports chronological sorting and audit tracking.

Date_Modified Datetime True

The date and time when this KB article record was last modified. This timestamp supports change tracking and version review.

Deleted Bool False

A Boolean field that returns a value of 'true' when this KB article record is marked as deleted. It returns a value of 'false' when the record remains active.

Description String False

A narrative description or explanatory note that provides context for the KB article. This field can summarize purpose, content, or usage.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this KB article. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The Id of this KB article record. The system uses this Id to reference and manage the article internally.

Kbdocument_Id String False

The Id of the published or draft KB document that is associated with this article record.

Kbdocument_Name String True

The display name of the KB document that is associated with this article. This value is shown in UI lists and lookup fields.

Locked_Fields String True

The list of fields that are restricted from modification on this KB article record. Locked fields help protect finalized or published content.

Modified_By_Name String True

The display name of the user who last modified this KB article record. This value supports audit transparency.

Modified_User_Id String True

The Id of the user who most recently updated this KB article record. This value supports traceability for change management.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the KB article is marked as a favorite by the current user. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The display name or title of the KB article. This value appears in search results, lists, and article headings.

Sync_Key String True

The synchronization key that is used to align this KB article with external systems or integration processes.

Team_Count String False

The number of teams that are associated with this KB article. This value provides insight into collaboration and visibility scope.

Team_Id String False

The Id of the primary team that is associated with this KB article. The primary team determines the default visibility context.

Team_Name String False

The display name of the primary team that is associated with this KB article. This value appears in UI display fields and assignment lists.

Team_Set_Id String False

The Id of the full team set that is associated with this KB article. The team set defines the complete group of teams that can view or modify the article.

CData Cloud

KBContents

Stores version-level content for knowledge base (KB) articles, including article body text and status metadata. This table supports version control, editorial review processes, and multi-language publication.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this knowledge base (KB) content record. These names determine which teams are permitted to view or update the content.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that is associated with this KB content record. The team set defines the complete group of teams that are granted access.

Active_Date Date False

The date when this content becomes active and available for use in the KB.

Active_Rev String True

A flag that is used to indicate whether this revision is the active (current) published version.

Approved Bool False

A Boolean field that returns a value of 'true' when the content has been approved for publication. It returns a value of 'false' when the content is still pending approval.

Assigned_User_Id String False

The Id of the user who is assigned responsibility for maintaining this content record.

Assigned_User_Name String True

The display name of the user who is assigned responsibility for this content record. This value appears in record headers and list views.

Attachment_List String True

The list of attachments that are associated with this KB content (for example, supplemental files, reference documents, or images).

Category_Id String False

The Id of the category that is associated with this content. Categories help group articles for browsing and reporting.

Category_Name String True

The display name of the category that is associated with this content. This value helps users navigate topic areas.

Commentlog String True

The log of comments and discussion notes that are associated with this content. This field supports collaboration and internal review.

Created_By String True

The Id of the user who created this KB content record. This value supports historical and audit tracking.

Created_By_Name String True

The display name of the user who created this content record. This value appears in activity and administrative review contexts.

Date_Entered Datetime True

The date and time when this content record was created. This timestamp supports chronological and audit tracking.

Date_Modified Datetime True

The date and time when this content record was last modified. This timestamp supports version review and update auditing.

Deleted Bool False

A Boolean field that returns a value of 'true' when this content record is marked as deleted. It returns a value of 'false' when the record remains active.

Description String False

A descriptive note that explains the purpose or context of this content entry. This field is often used for editorial or documentation notes.

Exp_Date Date False

The expiration date after which the content is considered outdated or no longer valid.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this content record for updates. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The Id of this KB content record. The system uses this Id to reference the content internally.

Is_External String True

A flag that indicates whether the content is designated for external publishing, such as customer portal visibility.

Kbarticle_Id String False

The Id of the KB article entry that is associated with this content version.

Kbarticle_Name String True

The display name of the KB article that is associated with this content version.

Kbdocument_Body String True

The full text body of the KB content, including formatted article text and embedded detail.

Kbdocument_Id String False

The Id of the full KB document record that is associated with this content.

Kbdocument_Name String True

The display name of the KB document that is associated with this content version.

Kbsapprover_Id String False

The Id of the user who approved this content version for publication.

Kbsapprover_Name String True

The display name of the user who approved this content version.

Kbscase_Id String False

The Id of a related case that is associated with this KB content when the article originated from customer support resolution.

Kbscase_Name String True

The display name of the related case that is associated with this content.

Language String False

The language that is assigned to this content version. This value supports multilingual publishing and localization.

Locked_Fields String True

The list of fields that are restricted from modification to preserve approved or published content integrity.

Modified_By_Name String True

The display name of the user who last modified this content record. This value supports change visibility and audit review.

Modified_User_Id String True

The Id of the user who most recently updated this content record. This value provides traceability for editorial or administrative changes.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the content has been marked as a favorite by the current user. It returns a value of 'false' when the content is not marked as a favorite.

Name String False

The display name or title of the KB content. This value appears in lists, search results, and article headers.

Notuseful Int True

The number of negative usefulness votes that this content has received from users.

Related_Languages String False

A list of languages in which alternate versions of this content are available. This list supports multilingual content pairing.

Revision Int True

The revision number of this content version. This value indicates version sequence in the editing and approval workflow.

Status String False

The current publication status of the content (for example, 'Draft', 'Pending Approval', 'Published', or 'Archived').

Sync_Key String True

The synchronization key that is used to align this content record with external systems or content sources.

Tag String False

The tags that are applied to this content for categorization, searching, and topic grouping.

Team_Count String False

The number of teams that are associated with this content record. This value indicates collaboration or access scope.

Team_Id String False

The Id of the primary team that is associated with this content record. The primary team determines the default access context.

Team_Name String False

The display name of the primary team that is associated with this content record.

Team_Set_Id String False

The Id of the full team set that is associated with this content record. The team set defines all teams that can view or modify the content.

Useful Int True

The number of positive usefulness votes that this content has received from users.

Usefulness_User_Vote String True

The usefulness rating or vote submitted by the current user for this content.

Viewcount Int True

The number of times this content has been viewed. This value indicates engagement and reference frequency.

CData Cloud

KBContentTemplates

Stores reusable content templates for authoring knowledge base (KB) articles. This table ensures consistent formatting and structure across published support and informational documents.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this content template. These names determine which teams can view or edit the template.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that is associated with this content template. The team set defines the complete group of teams that are granted access permissions.

Body String True

The body content of the template, which provides reusable text and formatting for creating new knowledge base articles.

Created_By String True

The Id of the user who created this content template record. This value supports audit and origin tracking.

Created_By_Name String True

The display name of the user who created this content template record. This value appears in activity history and administrative review contexts.

Date_Entered Datetime True

The date and time when this content template record was created. This timestamp supports chronological sorting and record history tracking.

Date_Modified Datetime True

The date and time when this content template record was last modified. This timestamp supports version review and change tracking.

Deleted Bool False

A Boolean field that returns a value of 'true' when this content template record is marked as deleted. It returns a value of 'false' when the record remains active.

Description String False

A descriptive note that explains the purpose, use case, or content style of this template. This field helps authors understand when to apply the template.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this content template. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The Id of this content template record. The system uses this Id to reference and manage the template internally.

Locked_Fields String True

The list of fields that are restricted from being modified. Locked fields are typically protected to preserve approved template structures.

Modified_By_Name String True

The display name of the user who last modified this content template record. This value supports transparency in editorial changes.

Modified_User_Id String True

The Id of the user who most recently updated this content template record. This value provides traceability for modification tracking.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the content template is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name of this content template. This value appears in template selectors, lookup lists, and article authoring tools.

Sync_Key String True

The synchronization key that is used to align this content template record with external systems or integration processes.

Team_Count String False

The number of teams that are associated with this content template. This value reflects collaboration and access scope.

Team_Id String False

The Id of the primary team that is associated with this content template. The primary team establishes default visibility.

Team_Name String False

The display name of the primary team that is associated with this content template. This value appears in assignment and ownership views.

Team_Set_Id String False

The Id of the full team set that is associated with this content template. The team set defines all teams permitted to view or modify the record.

CData Cloud

KBDocuments

Stores document references that are linked to knowledge base (KB) articles. This table supports attachments, supplemental reference materials, and documentation enhancements.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this knowledge base (KB) document. These names determine which teams can view or edit the document.

Acl_Team_Set_Id String False

The unique identifier (Id) of the team set that is associated with this KB document. The team set defines all teams that have access permissions.

Assigned_User_Id String False

The Id of the user who is assigned responsibility for managing this KB document.

Assigned_User_Name String True

The display name of the user who is assigned responsibility for this document. This value appears in UI lists and record headers.

Created_By String True

The Id of the user who created this KB document record. This value supports audit tracking and authorship review.

Created_By_Name String True

The display name of the user who created this KB document record. This value appears in activity history and detail views.

Date_Entered Datetime True

The date and time when this document record was created. This timestamp supports chronological organization and record history tracking.

Date_Modified Datetime True

The date and time when this document record was last modified. This timestamp supports version tracking and administrative review.

Deleted Bool False

A Boolean field that returns a value of 'true' when this KB document is marked as deleted. It returns a value of 'false' when the document is active.

Description String False

A narrative description that explains the purpose, content focus, or usage context of this KB document.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this KB document. It returns a value of 'false' when the user is not following it.

Id [KEY] String True

The Id of this KB document. The system uses this Id to reference and manage the document internally.

Locked_Fields String True

The list of fields that are restricted from modification to preserve document integrity and protect finalized content.

Modified_By_Name String True

The display name of the user who last modified this KB document. This value supports visibility into revision activity.

Modified_User_Id String True

The Id of the user who most recently updated this KB document. This value supports change traceability.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when this document is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name or title of this KB document. This value appears in search results, lists, and article headers.

Sync_Key String True

The synchronization key that is used to align this document record with external content systems or publishing integrations.

Team_Count String False

The number of teams that are associated with this KB document. This value indicates the breadth of collaboration access.

Team_Id String False

The Id of the primary team that is associated with this KB document. The primary team defines default visibility rules.

Team_Name String False

The display name of the primary team that is associated with this KB document. This value appears in UI display fields and assignment selectors.

Team_Set_Id String False

The Id of the full team set that is associated with this KB document. The team set defines all teams permitted to view or modify the document.

CData Cloud

Leads

Stores prospective customer records representing individuals or organizations that might convert into opportunities. This table supports lead qualification, nurturing workflows, and conversion tracking into contacts, accounts, and opportunities.

Columns

Name Type ReadOnly Description
Accept_Status_Calls String False

The user's availability status for accepting calls that are related to this lead (for example, 'Accept', 'Decline', or 'Tentative'.

Accept_Status_Id String False

The unique identifier (Id) for the acceptance status record that is associated with this lead. This Id is used to determine the user's communication availability state.

Accept_Status_Meetings String False

The user's availability status for accepting meeting invitations that are related to this lead.

Accept_Status_Messages String False

The user's availability status for accepting message-based communications that are related to this lead.

Accept_Status_Name String False

The display name of the acceptance status configuration that is applied to this lead's communication preferences.

Account_Description String False

A descriptive summary of the account that is associated with the lead or that can result from lead conversion. This value can provide context for qualification decisions.

Account_Id String False

The Id of the account that is created or linked when this lead is converted. This value is blank until conversion occurs.

Account_Name String False

The display name of the account that is associated with the lead, either through conversion or manual association.

Account_To_Lead String True

A field used internally to support lead-to-account association workflows, including matching and duplicate checking during conversion.

Acl_Team_Names String True

The list of team names that are associated with this lead. These names determine which teams can view or collaborate on the lead record.

Acl_Team_Set_Id String False

The Id of the team set that is associated with this lead. The team set defines the complete group of teams that are granted access.

Ai_Conv_Bin_Accuracy Decimal True

The accuracy value of the AI lead conversion binary prediction model. Higher values indicate stronger prediction reliability for conversion likelihood.

Ai_Conv_Multiplier Decimal True

The weighting factor that is applied to the AI conversion score to influence prioritization or routing decisions.

Ai_Conv_Score_Absolute Decimal True

The absolute AI-generated score that estimates how likely the lead is to convert into an account, contact, or opportunity.

Ai_Conv_Score_Classification String True

The classification label that is assigned to the AI conversion score (for example, 'High', 'Medium', or 'Low' likelihood).

Ai_Icp_Fit_Bin_Accuracy Decimal True

The accuracy value of the Ideal Customer Profile (ICP) fit model, indicating how well the lead aligns with known successful customer attributes.

Ai_Icp_Fit_Multiplier Decimal True

The weighting factor that is applied to the ICP fit score when calculating prioritization rankings.

Ai_Icp_Fit_Score_Absolute Decimal True

The absolute score that indicates how closely this lead matches the organization's ICP.

Ai_Icp_Fit_Score_Classification String True

The classification label that describes the ICP fit score quality (for example, 'Excellent', 'Average', or 'Poor').

Alt_Address_City String False

The city of the lead's alternate address.

Alt_Address_Country String False

The country of the lead's alternate address.

Alt_Address_Postalcode String False

The postal code or ZIP code of the lead's alternate address.

Alt_Address_State String False

The state or province of the lead's alternate address.

Alt_Address_Street String False

The street address of the lead's alternate address.

Alt_Address_Street_2 String False

An additional street address line for the lead's alternate address, if it is required for mailing or location detail.

Alt_Address_Street_3 String False

A third street address line for the lead's alternate address, used when extended address formatting is needed.

Assigned_User_Id String False

The Id of the user who is assigned ownership of this lead. This user is responsible for qualification and follow-up.

Assigned_User_Name String True

The display name of the user who is assigned ownership of this lead. This value appears in record headers and assignment views.

Assistant String False

The name of the assistant who supports the lead, when relevant to outreach or scheduling.

Assistant_Phone String False

The phone number of the lead's assistant, when direct scheduling or contact coordination is needed.

Base_Rate Decimal False

The currency conversion rate that is applied when revenue or valuation metrics are calculated for this lead.

Birthdate Date False

The date of birth of the lead contact. This value can support demographic or segmentation analysis.

Brand_C String False

A brand-related classification or segmentation code that is assigned to the lead for marketing or routing purposes.

Business_Center_Id String False

The Id of the business center that is associated with this lead. Business centers can define geographic, organizational, or operational routing zones.

Business_Center_Name String True

The display name of the business center that is associated with this lead. This value appears in user interfaces and routing workflows.

C_Accept_Status_Fields String True

A list of acceptance status fields that are configured for communication tracking with this lead.

Campaign_Id String False

The Id of the campaign that generated or influenced this lead. This value is used for marketing attribution and Return on Investment (ROI) reporting.

Campaign_Name String True

The display name of the campaign that is associated with this lead. This value appears in lead source and campaign performance reporting.

Classification_C String False

An internal classification or segmentation code that is used to categorize the lead for routing, scoring, or reporting.

Commentlog String True

The log of comments and discussion notes that are associated with this lead. This field supports collaboration and activity context.

Contact_Id String False

The Id of the contact that is created when this lead is converted. This value remains blank until conversion occurs.

Contact_Name String True

The display name of the contact that results from lead conversion.

Converted Bool False

A Boolean field that returns a value of 'true' when this lead has been converted into one or more SugarCRM records such as an account, contact, or opportunity. It returns a value of 'false' when the lead remains unconverted.

Converted_Opp_Name String True

The display name of the opportunity that is created during lead conversion, when applicable.

Created_By String True

The Id of the user who created this lead record. This value supports audit tracking and origin identification.

Created_By_Name String True

The display name of the user who created this lead record. This value appears in audit history and detail views.

Currency_Id String False

The Id of the currency that is associated with this lead. This value ensures accurate financial display in multi-currency environments.

Date_Entered Datetime True

The date and time when this lead record was created. This timestamp supports history and audit review.

Date_Modified Datetime True

The date and time when this lead record was last modified. This timestamp supports version tracking and change review.

Dead_End_Other_C String False

A reason value recorded when the lead is marked as dead end for a reason that does not fall under standard categories.

Deleted Bool False

A Boolean field that returns a value of 'true' when this lead record is marked as deleted. It returns a value of 'false' when the record remains active.

Department String False

The department or functional area that the lead belongs to within their organization.

Description String False

A free-form descriptive note that provides context, history, or qualification background for this lead.

Dnb_Principal_Id String False

The Id that is assigned by Dun & Bradstreet for the principal contact associated with this lead, when third-party business data enrichment is enabled.

Do_Not_Call Bool False

A Boolean field that returns a value of 'true' when the lead requests not to be contacted by phone. It returns a value of 'false' when calling is permitted.

Dp_Business_Purpose String True

The list of business purposes for which the lead has consented to data usage, used to support privacy and compliance obligations.

Dp_Consent_Last_Updated Date False

The date when the lead's consent preferences were last updated.

Dri_Workflow_Template_Id String False

The Id of the Customer Journey or engagement workflow template that is associated with this lead, when journey automation is used.

Dri_Workflow_Template_Name String True

The display name of the workflow template that is associated with this lead, used to track guided engagement steps.

Email String False

The primary email address of the lead.

Email_Addresses_Non_Primary String False

A list of additional email addresses that are associated with the lead but are not marked as primary.

Email_Opt_Out Bool False

A Boolean field that returns a value of 'true' when the lead has opted out of email communication. It returns a value of 'false' when email communication is permitted.

Email1 String False

The primary email address of the lead, frequently used in legacy configurations.

Email2 String False

A secondary email address for the lead, used when alternate contact routing is necessary.

Estimate_Remittance_C Decimal False

An estimated financial amount that is associated with remittance or revenue expectation for this lead, when tracked.

Facebook String False

The Facebook profile or handle that is associated with the lead.

First_Name String False

The first name of the lead contact.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this lead. It returns a value of 'false' when the lead is not being followed.

Full_Name String True

The full name of the lead contact, formatted according to system settings.

Googleplus String False

The Google Plus profile Id that is associated with the lead. This field is retained for legacy social profile storage.

Hint_Account_Annual_Revenue String False

The annual revenue amount of the associated company, as provided by Hint enrichment data sources.

Hint_Account_Description String False

A company description that is enriched from Hint data sources to support contextual qualification.

Hint_Account_Facebook_Handle String False

The company's Facebook handle as enriched from Hint data sources.

Hint_Account_Fiscal_Year_End String False

The fiscal year-end date for the company, as provided by Hint enrichment.

Hint_Account_Founded_Year String False

The year in which the company was founded, as provided by Hint enrichment.

Hint_Account_Industry String False

The industry classification of the company, enriched to support segmentation and ICP scoring.

Hint_Account_Location String False

The primary geographic location of the company, enriched for routing and regional assignment.

Hint_Account_Logo String False

A URL or encoded image reference for the company's logo, enriched from Hint data sources.

Hint_Account_Naics_Code_Lbl String False

The NAICS industry classification label that is associated with the company.

Hint_Account_Sic_Code_Label String False

The SIC industry classification label that is associated with the company.

Hint_Account_Size String False

The company size classification, enriched for segmentation and ICP fit scoring.

Hint_Account_Twitter_Handle String False

The company's Twitter handle, enriched for engagement or research.

Hint_Account_Website String False

The company's website URL, enriched to support research and qualification.

Hint_Contact_Pic String False

A URL or encoded image reference for the lead's contact photo, enriched from Hint sources.

Hint_Education String False

Education details that are enriched from Hint data sources.

Hint_Education_2 String False

Additional education details that are enriched from Hint data sources.

Hint_Facebook String False

The lead's Facebook profile, enriched when it is available.

Hint_Industry_Tags String False

Industry-related tags or keywords that are enriched for segmentation and targeting.

Hint_Job_2 String False

Additional job or role information for the contact, enriched from third-party sources.

Hint_Phone_1 String False

An additional phone number enriched through Hint sources.

Hint_Phone_2 String False

A second additional phone number enriched through Hint sources.

Hint_Photo String False

A profile image reference that is enriched from external data sources.

Hint_Twitter String False

The lead's Twitter handle, enriched for outreach or research.

Id [KEY] String True

The Id of this lead record. The system uses this Id to reference and manage the lead internally.

Invalid_Email Bool False

A Boolean field that returns a value of 'true' when the primary email on file is known to be invalid. It returns a value of 'false' when the email is deliverable.

Last_Name String False

The last name of the lead contact.

Lead_Source String False

The source through which the lead was acquired (for example, 'Web Form', 'Trade Show', 'Referral', or 'Purchased List').

Lead_Source_Description String False

A descriptive explanation of the lead source, such as event details or acquisition notes.

Locked_Fields String True

The list of fields that are restricted from modification to maintain lead data integrity or compliance requirements.

M_Accept_Status_Fields String True

The set of acceptance status fields that are configured for messaging or communication transactions that are related to this lead.

Market_Interest_Prediction_Score String True

The predictive score that indicates the lead's likelihood of expressing interest or responding to market outreach.

Market_Score Int True

A numerical score that represents the lead's overall market fit, derived from behavioral, demographic, or segmentation data.

Mkto_Id Int True

The Id of the corresponding Marketo lead record when lead synchronization with Marketo is enabled.

Mkto_Lead_Score Int True

The lead score that is assigned by Marketo based on engagement, activity, and behavioral scoring models.

Mkto_Sync Bool False

A Boolean field that returns a value of 'true' when this lead should be synchronized with Marketo. It returns a value of 'false' when synchronization is disabled.

Modified_By_Name String True

The display name of the user who last modified this lead record. This value supports visibility in audit and review contexts.

Modified_User_Id String True

The Id of the user who most recently updated this lead record. This value is used to track responsibility for changes.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user has marked this lead as a favorite. It returns a value of 'false' when the lead is not marked as a favorite.

Name String True

The full display name of the lead, formatted according to system settings and naming conventions.

Opportunity_Amount String False

The expected opportunity value that is associated with this lead when it progresses into an opportunity stage.

Opportunity_Id String False

The Id of the opportunity that results from lead conversion, when applicable.

Opportunity_Name String False

The display name of the opportunity that is associated with this lead through conversion or manual association.

Other_Underwriter_Notes_C String False

Additional underwriting notes that are recorded for review, evaluation, or approval processes.

Perform_Sugar_Action Bool False

A Boolean field that returns a value of 'true' when automated workflow actions should be performed on this lead. It returns a value of 'false' when no automation should be applied.

Phone_Fax String False

The fax number that is associated with the lead's contact information.

Phone_Home String False

The home phone number that is associated with the lead's contact record.

Phone_Mobile String False

The mobile phone number for contacting the lead.

Phone_Other String False

An additional phone number that is associated with the lead, used for alternative or backup contact methods.

Phone_Work String False

The work phone number that is associated with the lead's primary business contact.

Picture String False

The avatar or profile image that is associated with the lead's contact profile.

Portal_App String False

The portal application that is used to create the lead record when the lead originates from a self-service portal.

Portal_Name String False

The username or display name of the portal user who submitted the lead through a portal interface.

Preferred_Language String False

The preferred communication language for the lead, used for outreach and localization.

Primary_Address_City String False

The city of the lead's primary mailing address.

Primary_Address_Country String False

The country of the lead's primary mailing address.

Primary_Address_Postalcode String False

The postal code or ZIP code of the lead's primary mailing address.

Primary_Address_State String False

The state or province of the lead's primary mailing address.

Primary_Address_Street String False

The street address that is associated with the lead's primary mailing address.

Primary_Address_Street_2 String False

An additional street address line for the lead's primary mailing address, when needed for location detail.

Primary_Address_Street_3 String False

A third street address line for the lead's primary mailing address, when extended address formatting is required.

Refered_By String False

The person, entity, or source that referred the lead to the organization.

Report_To_Name String True

The display name of the manager, executive, or primary contact to whom the lead reports within their organization.

Reports_To_Id String False

The Id of the contact record that the lead reports to within organizational hierarchy.

Salutation String False

The contact salutation used when addressing the lead (for example, 'Mr', 'Ms', or 'Dr').

Status String False

The current status of the lead in the qualification lifecycle (for example, 'New', 'Working', 'Nurturing', or 'Converted').

Status_Description String False

A descriptive explanation of the lead's status, such as progress notes or qualification reasoning.

Sync_Key String True

The synchronization key that is used to align this lead with external systems or other data sources.

Tag String False

The tags that are applied to this lead for grouping, filtering, and classification.

Team_Count String False

The number of teams that are associated with this lead. This value supports collaboration and visibility analysis.

Team_Id String False

The Id of the primary team that is associated with this lead. The primary team defines the default access scope.

Team_Name String False

The display name of the primary team that is associated with this lead.

Team_Set_Id String False

The Id of the full team set that is associated with this lead. The team set defines all teams that are permitted to view or modify the record.

Title String False

The job title or professional role of the lead.

Twitter String False

The Twitter handle or username that is associated with the lead.

Underwriters_Non_Fntg_C String False

Underwriting notes that are not related to funding considerations, where applicable.

Website String False

The website URL of the lead's associated company or organization.

Webtolead_Email_Opt_Out Bool False

A Boolean field that returns a value of 'true' when the lead has opted out of email marketing during Web-to-Lead capture. It returns a value of 'false' when email marketing is permitted.

Webtolead_Email1 String False

The primary email address that is captured through web-to-lead submission.

Webtolead_Email2 String False

The secondary email address that is captured through web-to-lead submission.

Webtolead_Invalid_Email Bool False

A Boolean field that returns a value of 'true' when the email address that is captured through Web-to-Lead submission is invalid. It returns a value of 'false' when the email is valid.

CData Cloud

Manufacturers

Stores manufacturer reference details used within product catalogs. This table supports supply chain tracking, vendor sourcing, and product grouping.

Columns

Name Type ReadOnly Description
Commentlog String True

The log of comments and discussion notes that are associated with this manufacturer record. This field supports collaboration and historical context.

Created_By String True

The unique identifier (Id) of the user who created this manufacturer record. This value supports audit tracking and record origin review.

Created_By_Name String True

The display name of the user who created this manufacturer record. This value appears in activity history and detail views.

Date_Entered Datetime True

The date and time when this manufacturer record was created. This timestamp supports chronological sorting and audit review.

Date_Modified Datetime True

The date and time when this manufacturer record was last modified. This timestamp supports version tracking and administrative oversight.

Deleted Bool False

A Boolean field that returns a value of 'true' when this manufacturer record is marked as deleted. It returns a value of 'false' when the record remains active.

Description String False

A narrative description that explains details about the manufacturer, such as products supplied, sourcing context, or internal reference notes.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this manufacturer record for updates. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The Id of this manufacturer record. The system uses this Id to reference and manage the manufacturer internally.

List_Order Int True

The position of the manufacturer within ordered lists, used for sorting, ranking, or display prioritization.

Locked_Fields String True

The list of fields that are restricted from editing on this manufacturer record. Locked fields help maintain controlled and approved supplier data.

Modified_By_Name String True

The display name of the user who last modified this manufacturer record. This value supports transparency in change history.

Modified_User_Id String True

The Id of the user who most recently updated this manufacturer record. This value supports audit traceability.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the manufacturer is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name of the manufacturer. This value is used in product catalog references, supplier selection fields, and sourcing workflows.

Status String False

The current status of the manufacturer (for example, 'Active', 'Inactive', 'Approved', or 'Preferred Supplier').

Sync_Key String True

The synchronization key that is used to align this manufacturer record with external systems, supplier networks, or integration processes.

Tag String False

The tags that are applied to this manufacturer record for categorization, searching, and grouping.

CData Cloud

Meetings

Stores records representing scheduled meetings and meeting occurrences. This table supports appointment coordination, sales engagement tracking, and collaboration scheduling.

Columns

Name Type ReadOnly Description
Accept_Status String False

The acceptance status of the meeting invitation for the current user (for example, 'Accepted', 'Declined', 'Tentative', or 'None').

Accept_Status_Users String False

A list of users, along with their meeting invitation acceptance statuses, that is associated with this meeting.

Acl_Team_Names String True

The list of team names that are associated with this meeting record. These names determine visibility and collaboration access.

Acl_Team_Set_Id String False

The identifier (Id) of the full team set that is associated with this meeting. Team sets support multi-team sharing.

Assigned_User_Id String False

The unique Id of the user who is assigned ownership of this meeting.

Assigned_User_Name String True

The display name of the user who is assigned ownership of this meeting.

Auto_Invite_Parent Bool False

A Boolean field that returns a value of 'true' when parent-record participants are automatically invited to this meeting. It returns a value of 'false' when auto-inviting is disabled.

Base_Rate Decimal False

The currency conversion rate that is applied when financial or resource values must be displayed in multiple currencies.

Cj_Activity_Tpl_Name String True

The name of the Customer Journey activity template that is associated with this meeting.

Cj_Actual_Sort_Order String False

The actual display or execution order of this activity within the Customer Journey sequence.

Cj_Allow_Activity_By String False

The actors or roles that are permitted to complete this activity within the Customer Journey.

Cj_Blocked_By_Stages String False

The Customer Journey stages that are blocking progression to this meeting's associated activity.

Cj_Momentum_End_Date Datetime False

The date on which momentum scoring for this Customer Journey activity ended.

Cj_Momentum_Points Int True

The momentum point value assigned to this activity based on engagement behavior.

Cj_Momentum_Ratio Double True

The ratio that reflects the activity's momentum contribution compared with the broader Customer Journey.

Cj_Momentum_Score Int True

The total momentum score assigned to this activity as part of Customer Journey progression calculations.

Cj_Momentum_Start_Date Datetime False

The date on which momentum scoring for this Customer Journey activity began.

Cj_Parent_Activity_Id String False

The Id of the parent Customer Journey activity to which this meeting is linked.

Cj_Parent_Activity_Type String False

The type of the parent Customer Journey activity that is associated with this meeting.

Cj_Url String False

A URL that links to the Customer Journey context for this meeting, used to review workflow stage progression.

Commentlog String True

The log of comments and collaboration notes that is associated with this meeting record.

Contact_Id String True

The Id of the contact who is associated with this meeting, when the meeting is tied to a contact record.

Contact_Name String True

The display name of the contact who is associated with this meeting.

Created_By String True

The Id of the user who created this meeting record.

Created_By_Name String True

The display name of the user who created this meeting record.

Creator String False

The user who originally created the meeting, which can differ from the record owner.

Currency_Id String False

The Id of the currency that is applied to financial or resource-related fields for this meeting.

Customer_Journey_Blocked_By String False

The Customer Journey step or condition that is preventing progression until this meeting is completed.

Customer_Journey_Points String False

The engagement point value that is assigned to this meeting activity within the Customer Journey progression model.

Customer_Journey_Progress Double True

A ratio or percentage value reflecting the lead or contact's overall progress through the Customer Journey.

Customer_Journey_Score Int True

A cumulative score representing Customer Journey engagement impact that is associated with this meeting.

Date_End Datetime True

The date and time when the meeting ends.

Date_Entered Datetime True

The date and time when this meeting record was created.

Date_Modified Datetime True

The date and time when this meeting record was last modified.

Date_Start Datetime False

The date and time when the meeting begins.

Deleted Bool False

A Boolean field that returns a value of 'true' when this meeting record is marked as deleted. It returns a value of 'false' when the record is active.

Description String False

A full-text description or meeting summary that provides planning details, discussion notes, or follow-up context.

Differentiating_Value_C String False

A value that identifies what differentiates this meeting or its purpose within the engagement or deal cycle.

Direction String False

Indicates whether the meeting is oriented around inbound (customer-initiated) or outbound (organization-initiated) communication.

Displayed_Url String False

A URL that is displayed as the primary access or join link for the meeting.

Dri_Subworkflow_Id String False

The Id of the customer journey subworkflow that is associated with this meeting.

Dri_Subworkflow_Name String True

The display name of the subworkflow that this meeting contributes to within the Customer Journey framework.

Dri_Subworkflow_Template_Id String False

The Id of the subworkflow template that defines the structure for this Customer Journey stage.

Dri_Subworkflow_Template_Name String True

The display name of the subworkflow template that is applied to this meeting.

Dri_Workflow_Id String False

The Id of the broader Customer Journey workflow that includes this meeting.

Dri_Workflow_Name String True

The display name of the Customer Journey workflow that is associated with this meeting.

Dri_Workflow_Sort_Order String False

The execution order of this meeting's associated workflow step within the Customer Journey.

Dri_Workflow_Task_Template_Id String False

The Id of the workflow task template that defines this meeting's task characteristics.

Dri_Workflow_Template_Id String False

The Id of the primary Customer Journey workflow template that governs this meeting activity.

Dri_Workflow_Template_Name String True

The display name of the primary workflow template that is applied to this meeting.

Duration_Hours Int False

The duration of the meeting expressed in whole hours.

Duration_Minutes String False

The duration of the meeting expressed in minutes for additional precision.

Email_Reminder_Checked Bool False

A Boolean field that returns a value of 'true' when the email reminder option is enabled for this meeting. It returns a value of 'false' when reminders are not enabled.

Email_Reminder_Sent Bool False

A Boolean field that returns a value of 'true' when the email reminder has already been sent. It returns a value of 'false' when no reminder has been delivered.

Email_Reminder_Time String False

The lead time, in seconds, before the meeting start at which an email reminder should be issued. A value of -1 indicates no reminder.

Expense_To_Operation_C Decimal False

A cost value that is associated with this meeting for operational expense tracking.

External_Id String False

The Id of the meeting in an external calendar, collaboration system, or integrated application.

Fnf_Agencies_Meetings_1_Name String True

The name of the related FNF agency that is associated with this meeting through a relationship link.

Fnf_Agencies_Meetings_1fnf_Agencies_Ida String False

The Id of the related FNF agency that is associated with this meeting.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this meeting record. It returns a value of 'false' when the record is not being followed.

Host_Url String False

The URL of the host environment or conferencing service that is managing the meeting session.

Id [KEY] String True

The Id of this meeting record. The system uses this Id to reference and manage the meeting internally.

Internal_Notes String False

Private internal notes that are associated with the meeting, used for planning, coordination, or follow-up. These notes are not intended for external viewing.

Invitees String True

A list of participants that are invited to this meeting, which can include users, contacts, leads, or external attendees.

Is_Cj_Parent_Activity Bool False

A Boolean field that returns a value of 'true' when this meeting is the parent activity within a Customer Journey workflow. It returns a value of 'false' when the meeting is a child or dependent activity.

Is_Customer_Journey_Activity Bool False

A Boolean field that returns a value of 'true' when this meeting is part of a Customer Journey process. It returns a value of 'false' when the meeting is not tied to Customer Journey progression.

Join_Url String False

The primary link that attendees use to join the meeting.

Location String False

The physical or virtual location where the meeting takes place, such as a conference room, office, or online meeting URL.

Locked_Fields String True

The list of fields that are restricted from modification in order to preserve the integrity of the meeting record.

Modified_By_Name String True

The display name of the user who last modified this meeting record. This value supports visibility in change history.

Modified_User_Id String True

The Id of the user who last modified this meeting record. This value is used to track responsibility for updates.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user has marked the meeting as a favorite. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name or subject line of the meeting.

Outlook_Id String False

The Id of the corresponding appointment in Microsoft Outlook when the meeting is synchronized via the Sugar Outlook Plug-in.

Parent_Id String False

The Id of the related record that this meeting is associated with, based on the value of Parent_Type.

Parent_Name String True

The display name of the related record that this meeting is associated with.

Parent_Type String True

The module type of the parent record that this meeting is associated with (for example, 'Accounts', 'Contacts', 'Leads', or 'Opportunities').

Password String False

The password or meeting access code that is required to join the meeting when secure entry is enabled.

Recurrence_Id Datetime False

The date and time of the original meeting instance from which the recurring meeting series is derived.

Recurring_Source String False

The system or application source that is responsible for creating the recurring meeting sequence.

Reminder_Checked Bool False

A Boolean field that returns a value of 'true' when a meeting reminder has been enabled. It returns a value of 'false' when reminders are disabled.

Reminder_Time String False

The number of seconds before the start of the meeting when a reminder occurs. A value of -1 indicates that no reminder is set.

Repeat_Count Int True

The number of occurrences in the recurring meeting series.

Repeat_Days String False

The days of the month on which the recurring meeting is scheduled to occur.

Repeat_Dow String False

The days of the week on which the recurring meeting is scheduled to occur.

Repeat_Interval Int True

The interval count that defines how frequently the meeting repeats, based on the repeat type and unit.

Repeat_Ordinal String False

The ordinal value (for example, 'First', 'Second', or 'Last') that defines when the recurring meeting occurs within a month or cycle.

Repeat_Parent_Id String False

The Id of the first meeting record that is part of the recurring meeting series.

Repeat_Selector String False

A selector value that determines the recurrence pattern that applies to the meeting.

Repeat_Type String False

The recurrence pattern type (for example, 'Daily', 'Weekly', 'Monthly', or 'Yearly').

Repeat_Unit String False

The unit of measure (UOM) used by the repeat interval setting (for example, 'Days', 'Weeks', or 'Months').

Repeat_Until Date False

The date on which the recurring meeting series is scheduled to end.

Send_Invites Bool False

A Boolean field that returns a value of 'true' when invitations should be sent to participants. It returns a value of 'false' when invitations should not be sent.

Sequence Int True

The meeting update sequence number that is used for calendar synchronization in accordance with iCalendar standards.

Set_Accept_Links String False

The set of response links that allow invitees to accept, decline, or tentatively respond to the meeting invitation.

Start_Next_Journey_Id String False

The Id of the next Customer Journey activity that is initiated when this meeting is completed.

Status String False

The current status of the meeting (for example, 'Planned', 'Held', or 'Not Held').

Sync_Key String True

The synchronization key that is used to align this meeting with external systems or calendar providers.

Tag String False

The tags that are applied to this meeting for classification, filtering, and grouping.

Team_Count String False

The number of teams that are associated with this meeting.

Team_Id String False

The Id of the primary team that is associated with this meeting. The primary team defines the default access scope.

Team_Name String False

The display name of the primary team that is associated with this meeting.

Team_Set_Id String False

The Id of the team set that is associated with this meeting. Team sets allow multiple teams to collaborate on the record.

Type String False

The meeting type (for example, 'WebEx', 'Zoom', 'In-Person', or 'Other').

Type_Of_Meeting_C String False

A classification or category value that further describes the meeting's business purpose.

CData Cloud

Messages

Stores records that represent message conversations and threaded communication. This table supports collaborative discussions and contextual communication history linked to CRM records.

Columns

Name Type ReadOnly Description
Accept_Status String False

The acceptance status of the message for the current user. This value indicates the participation response state in the communication.

Accept_Status_Users String False

A list of users and their associated acceptance status for the message. This field is used to track message delivery engagement across multiple participants.

Acl_Team_Names String True

The display names of the access control teams that govern visibility for this message. This field supports role- and team-based record access control.

Acl_Team_Set_Id String False

The Identifier (Id) of the access control team set that is associated with this message. This Id enables multi-team sharing configurations.

Assigned_User_Id String False

The Id of the user who is assigned to the message. This assignment determines ownership and responsibility.

Assigned_User_Name String True

The display name of the user who is assigned to the message.

Aws_Comprehend_Data String False

Raw sentiment or classification data returned from the Amazon Web Services (AWS) Comprehend service. This field captures automated conversation analysis metadata.

Aws_Contact_Id String True

The Id of the AWS Connect contact that is linked to this message. This value supports synchronization with call center events and conversation logs.

Channel_Type String False

The channel through which the message was communicated (for example, SMS, email, and internal chat).

Commentlog String True

A reference to the associated comment log entries. These entries store discussion history and collaboration notes.

Contact_Id String False

The Id of the contact associated with the message when the message involves a known contact entity.

Contact_Name String True

The display name of the contact associated with the message.

Conversation String True

The conversation thread identifier that is used to group related messages into a continuous discussion sequence.

Conversation_Link String False

A hyperlink or external reference to the full conversation thread. This link supports cross-system navigation.

Created_By String True

The Id of the user who created the message record. This value supports authorship tracking.

Created_By_Name String True

The display name of the user who created the message record.

Date_End Datetime False

The date and time when the message conversation ended or was last active.

Date_Entered Datetime True

The date and time when the message record was created.

Date_Modified Datetime True

The date and time when the message record was last modified.

Date_Start Datetime False

The date and time when the message conversation began.

Deleted Bool False

A Boolean field that returns a value of 'true' when the message is marked for deletion. It returns a value of 'false' when the message remains active. This field supports soft-delete retention and recovery workflows.

Description String False

A detailed narrative or descriptive text that is associated with the message. This field is often used to store summary details or conversation context.

Direction String False

Indicates whether the message direction is inbound or outbound. This field supports routing, reporting, and workflow branching.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the message. It returns a value of 'false' when the message is not being followed. This feature enables activity monitoring and notifications.

Id [KEY] String True

The unique Id of the message record.

Invitee_Contact_Id String True

The Id of the contact who was invited to participate in the conversation.

Invitee_Contact_Name String True

The display name of the invited contact.

Invitee_Lead_Id String True

The Id of the lead who was invited to participate in the conversation.

Invitee_Lead_Name String True

The display name of the invited lead.

Invitees String True

A list of records representing individuals who are invited to participate in the message conversation. This field can reference contacts, leads, or users.

Locked_Fields String True

A system-managed list of fields that are restricted from modification. This field is used to maintain record integrity.

Modified_By_Name String True

The display name of the user who last modified the message record.

Modified_User_Id String True

The Id of the user who last modified the message record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks the message as a favorite. It returns a value of 'false' when it is not marked as a favorite. This feature supports personalized record prioritization.

Name String False

The name or subject of the message as it is displayed in lists and record views.

Parent_Id String False

The Id of the SugarCRM record that is referenced by the Parent_Type field. This value establishes contextual linkage to another CRM entity such as an account, case, or opportunity.

Parent_Name String True

The display name of the parent record referenced by the Parent_Id field.

Parent_Type String True

The module name of the parent record that this message is associated with. This value determines the context relationship type.

Sentiment String False

A sentiment classification value that is derived from conversation analysis (for example, 'POSITIVE', 'NEGATIVE', 'NEUTRAL', and 'MIXED'.

Status String False

The message status value that indicates the processing, delivery, or follow-up state.

Sync_Key String True

An internal synchronization key that is used to reconcile message records across integrated systems or replication operations.

Tag String False

Tags that are assigned to the message record. Tags support categorization, search, and filtering.

Team_Count String False

The count of teams that have access to the message through the team security model.

Team_Id String False

The Id of the primary team that is associated with the message. This assignment controls core record-level access.

Team_Name String False

The display name of the team that is associated with the message.

Team_Set_Id String False

The Id of the team set that is assigned to the message. Team sets support shared access among multiple teams.

CData Cloud

Metrics

Stores configuration details for metric definitions that drive pipeline and performance visualization. This table supports reporting dashboards and role-based KPIs.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with the record for access control purposes. This field supports permission inheritance and record visibility.

Acl_Team_Set_Id String False

The Identifier (Id) of the team set that defines collective access permissions. This Id enables shared ownership and collaboration across multiple teams.

Assigned_User_Id String False

The Id of the user who is assigned to this metric configuration. This assignment determines ownership and workflow responsibility.

Assigned_User_Name String True

The display name of the user who is assigned to this metric configuration.

Created_By String True

The Id of the user who created the record. This information is used for auditing and historical tracking.

Created_By_Name String True

The display name of the user who created the record.

Date_Entered Datetime True

The date and time when the record was created. This timestamp reflects when the metric configuration first entered the system.

Date_Modified Datetime True

The date and time when the record was last modified. This timestamp is updated whenever a user or system process changes the record.

Deleted Bool False

A Boolean field that returns a value of 'true' when the metric record is flagged as deleted. It returns a value of 'false' when the record remains active. This field enables soft-delete behavior instead of permanent removal.

Description String False

A detailed description that explains the purpose or usage of the metric. Users often apply this field to provide context for dashboards, reporting, or shared definitions.

Filter_Def String False

The serialized filter definition that is used to refine or limit the dataset displayed in the metric. This value is typically generated by module filtering tools in the UI.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the record. It returns a value of 'false' when the user is not following it. Following enables notifications and activity stream tracking.

Freeze_First_Column Bool False

A Boolean field that returns a value of 'true' when the first column in the metric result set should remain fixed during horizontal scrolling. It returns a value of 'false' when the first column should scroll normally.

Id [KEY] String True

The unique Id of the metric record.

Labels String False

A JSON-formatted set of labels that are associated with the metric layout. These labels define display text for metric components in dashboards and saved views.

Metric_Context String False

The context in which the metric is evaluated (for example, list view, dashboard visualization, or reporting workspace). This field influences how metric data is formatted and presented.

Metric_Module String False

The name of the SugarCRM module against which the metric definition is built. This value determines the source of underlying data.

Modified_By_Name String True

The display name of the user who last modified the record.

Modified_User_Id String True

The Id of the user who last modified the record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite. Favoriting helps users quickly access frequently used metrics.

Name String False

The user-defined name of the metric configuration. This name appears in dashboards, saved metrics lists, and shared workspace views.

Order_By_Primary String False

The field that is used as the primary sorting key when displaying metric results. This ordering determines the main hierarchy of data presentation.

Order_By_Primary_Direction String False

The direction of the primary sorting order (for example, 'ascending' or 'descending'). This direction affects how metric data is visually structured.

Order_By_Secondary String False

The field that is used as the secondary sorting key to break ties in primary ordering. This field provides fine-grained data sorting within grouped records.

Order_By_Secondary_Direction String False

The direction of the secondary sorting order (for example, 'ascending' or 'descending'). This direction determines how secondary sorting is applied.

Status String False

The status of the metric configuration. This status indicates whether the metric is active, inactive, draft, or system-generated.

Sync_Key String True

An internal synchronization key that is used to match the record across integrations or distributed environments.

Tag String False

Tags that are assigned to the record for search and categorization. Tags support filtering, grouping, and discovery across dashboard and analytics interfaces.

Team_Count String False

The count of teams that are associated with the record. This value assists in displaying ownership distribution.

Team_Id String False

The Id of the primary team that is associated with the record. The primary team determines base-level record visibility.

Team_Name String False

The name of the primary team that is associated with the record. This value is used for display in UI lists and filters.

Team_Set_Id String False

The Id of the team set that represents all teams that have access to the record. This Id is used for access control inheritance.

Viewdefs String False

The serialized view definition structure that is used to render the metric in the SugarCRM interface. This field controls layout components, displayed columns, and arrangement logic.

CData Cloud

MobileDevices

Stores records representing mobile devices that are registered to access SugarCRM. This table supports device authentication, audit logging, and mobile security enforcement.

Columns

Name Type ReadOnly Description
Assigned_User_Id String False

The Id of the user who is assigned to this mobile device record. This assignment determines ownership and links the device to a specific SugarCRM user profile for authentication and push notification routing.

Assigned_User_Name String True

The display name of the user who is assigned to this mobile device record.

Created_By String True

The Id of the user who created the mobile device record. This information is used for auditing and historical tracking.

Created_By_Name String True

The display name of the user who created the mobile device record.

Date_Entered Datetime True

The date and time when the mobile device record was created. This timestamp indicates when the device was first registered with the system.

Date_Modified Datetime True

The date and time when the mobile device record was last modified. This timestamp updates when device associations, status, or metadata change.

Deleted Bool False

A Boolean field that returns a value of 'true' when the mobile device record is flagged as deleted. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and device unregistration.

Description String False

A text description that provides additional context about the mobile device record. This field can include usage notes, ownership details, or internal device labeling information.

Device_Id String False

The unique hardware or platform Identifier (Id) that is assigned to the device. This Id is typically sourced from the mobile platform and is used to identify the device in push notification routing and session validation.

Device_Platform String False

The platform or operating system of the mobile device (for example, 'iOS' or 'Android'). This value is used to determine compatible authentication and notification protocols.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the mobile device record. It returns a value of 'false' when the user is not following it. Following a device enables change notifications and activity stream updates.

Id [KEY] String True

The unique Id of the mobile device record.

Locked_Fields String True

A system-managed list of fields that are restricted from modification. This field is used to preserve data integrity and prevent updates to protected attributes.

Modified_By_Name String True

The display name of the user who last modified the mobile device record.

Modified_User_Id String True

The Id of the user who last modified the mobile device record. This value supports audit trails and historical tracking.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the mobile device record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite. This feature helps users quickly access frequently referenced device records.

Name String False

The user-defined or system-generated name that is assigned to the mobile device record. This value is displayed in device lists and administration screens.

Sync_Key String True

An internal synchronization key that is used to reconcile mobile device records across distributed systems and integrated environments.

CData Cloud

Notes

Stores user-authored notes and supplemental descriptive information that are linked to CRM records. This table supports collaboration, annotation of activity history, and contextual business documentation.

Columns

Name Type ReadOnly Description
Acase_Id String False

The Identifier (Id) of the case that the note is associated with, when applicable. This Id links the note to customer support and issue resolution workflows.

Account_Id String False

The Id of the account that the note is associated with. This association allows users to attach relevant documentation or updates directly to account records.

Acl_Team_Names String True

The list of team names that are associated with the note for access control and visibility management.

Acl_Team_Set_Id String False

The Id of the team set that governs access permissions for the note. This Id supports shared visibility across multiple teams.

Assigned_User_Id String False

The Id of the user who is assigned to the note. This assignment determines ownership and workflow responsibility for follow-up actions.

Assigned_User_Name String True

The display name of the user who is assigned to the note.

Attachment_Flag Bool True

A Boolean field that returns a value of 'true' when the note serves as an attachment to another record. It returns a value of 'false' when the note stands alone.

Attachment_List String True

A serialized list of attachment references that are associated with the note. This list is used to manage multiple attachments within a single note record.

Base_Rate Decimal False

The currency conversion rate that is used when displaying the note's monetary values in multi-currency environments.

Commentlog String True

The reference to the comment log entries that are associated with the note. Comment logs track internal conversations and context.

Contact_Email String False

The email address of the contact that is associated with the note.

Contact_Id String False

The Id of the contact that the note is associated with. This linkage allows notes to be stored as part of customer interaction history.

Contact_Name String True

The display name of the contact that the note is associated with.

Contact_Phone String True

The phone number of the contact that the note is associated with.

Created_By String True

The Id of the user who created the note record. This information is used for auditing and historical tracking.

Created_By_Name String True

The display name of the user who created the note record.

Currency_Id String False

The Id of the currency that is used for any monetary values referenced in the note or its attachments.

Date_Entered Datetime True

The date and time when the note record was created.

Date_Modified Datetime True

The date and time when the note record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the note is flagged as deleted. It returns a value of 'false' when the note remains active. This enables soft-delete retention.

Description String False

The main text content of the note. Users often use this field to store detailed explanations, updates, or informational remarks.

Email_Id String False

The Id of the email or email template that the note is associated with. This linkage is used when notes store email attachments or message commentary.

Email_Type String False

The type of email-related module that the note is associated with (for example, 'Emails' or 'EmailTemplates'). This value indicates the source context of file attachments.

Embed_Flag Bool False

A Boolean field that returns a value of 'true' when the note is embedded directly into an email message. It returns a value of 'false' when the note exists as a standalone record.

Entry_Source String True

The origin of the note record, indicating whether it was created within SugarCRM or imported from an external system.

Expense_To_Operation_C Decimal False

A financial tracking value that can be used in custom processes to allocate operational costs.

External_Id String False

The external Id that identifies the note in an integrated external system.

File_Ext String False

The file extension of the attachment that is associated with the note.

File_Mime_Type String False

The content type of the attachment that is associated with the note. This value determines how the file is interpreted and displayed.

File_Size Int True

The size of the attached file in bytes.

File_Source String False

The name of the module where the attached file originated. This helps track attachment provenance.

File_Url String False

The URL or file system path that can be used to retrieve the attached file.

Filename String True

The file name of the attachment that is associated with the note.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the note. It returns a value of 'false' when the user is not following it.

Id [KEY] String True

The unique Id of the note record.

Lead_Id String False

The Id of the lead that the note is associated with, when relevant for sales qualification workflows.

Locked_Fields String True

A system-managed list of fields that are restricted from modification to preserve data integrity.

Modified_By_Name String True

The display name of the user who last modified the note record.

Modified_User_Id String True

The Id of the user who last modified the note record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the note is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name or title of the note. This value is shown in record lists and linked record views.

Note_Parent_Id String False

The Id of another note record to which this note is related. This supports hierarchical or threaded note structures.

Opportunity_Id String False

The Id of the opportunity that the note is associated with, when applicable to sales workflows.

Parent_Id String False

The Id of the parent SugarCRM record that is identified by the Parent_Type field. This links the note to any supported module.

Parent_Name String True

The display name of the parent record that the note is associated with.

Parent_Type String True

The SugarCRM module that the note is associated with (for example, 'Contacts', 'Accounts', or 'Opportunities').

Portal_Flag Bool False

A Boolean field that returns a value of 'true' when the note is created through a customer or partner portal. It returns a value of 'false' when it is created within SugarCRM.

Product_Id String False

The Id of the product that the note is associated with, when relevant for sales or product documentation tracking.

Quote_Id String False

The Id of the quote record that the note is associated with.

Source_Id String False

The Id of the originating record in an external system, when the note is imported through integration.

Source_Meta String False

Additional metadata about the external source of the note. This metadata is typically used to support synchronization logic.

Source_Type String False

The type of external system or process that created or provided the note.

Sync_Key String True

An internal synchronization key that is used to match note records across distributed systems and integrations.

Tag String False

Tags that are assigned to the note for classification, search filtering, and grouping operations.

Team_Count String False

The count of teams that are associated with the note record.

Team_Id String False

The Id of the primary team that is associated with the note record.

Team_Name String False

The name of the primary team that is associated with the note record.

Team_Set_Id String False

The Id of the team set that includes all teams with access to the note.

Upload_Id String False

The Id of the uploaded file that is stored in the uploads directory. This Id is commonly used when the note contains an email attachment.

User_Name String True

The display name of the user who is associated with the note for reference or visibility.

CData Cloud

Notifications

Stores notification events that inform users of system changes, assignments, or activity updates. This table supports engagement awareness and timely workflow participation.

Columns

Name Type ReadOnly Description
Assigned_User_Id String False

The identifier (Id) of the user who is assigned to the notification record. This assignment determines who receives or is responsible for the notification.

Assigned_User_Name String True

The display name of the user who is assigned to the notification.

Created_By String True

The Id of the user who created the notification record. This information is used for auditing and historical tracking.

Created_By_Name String True

The display name of the user who created the notification record.

Date_Entered Datetime True

The date and time when the notification record was created.

Date_Modified Datetime True

The date and time when the notification record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the notification record is flagged as deleted. It returns a value of 'false' when the record remains active. This field supports soft-delete behavior.

Description String True

A detailed text description that provides additional context about the notification or the event that triggered it.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the notification record. It returns a value of 'false' when the user is not following it. Following enables activity tracking and feed updates.

Id [KEY] String True

The unique Id of the notification record.

Is_Read Bool False

A Boolean field that returns a value of 'true' when the notification has been marked as read. It returns a value of 'false' when the notification remains unread. This field allows users to manage attention and workflow priorities.

Locked_Fields String True

A system-managed list of fields that are restricted from modification to preserve data integrity.

Modified_By_Name String True

The display name of the user who last modified the notification record.

Modified_User_Id String True

The Id of the user who last modified the notification record. This information is used for audit trails and historical change tracking.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the notification is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name or label that identifies the notification in list and record views.

Parent_Id String False

The Id of the parent record that the notification references. This linkage associates the notification with a specific record in another SugarCRM module.

Parent_Name String True

The display name of the parent record that the notification references.

Parent_Type String True

The name of the SugarCRM module that the notification is associated with (for example, 'Accounts', 'Contacts', or 'Cases'). This value indicates the context of the event that triggered the notification.

Severity String False

The severity level of the notification (for example, 'information', 'warning', or 'alert'). This value indicates the urgency or type of response required.

Sync_Key String True

An internal synchronization key that is used to reconcile notification records across systems and integrations.

CData Cloud

OAuthKeys

The OAuthKeys table.

Columns

Name Type ReadOnly Description
Assigned_User_Id String False

User ID assigned to record

Assigned_User_Name String True

C_Key String False

Consumer public key

C_Secret String False

Consumer secret key

Client_Type String False

What type of client does this key belong to, mobile, portal, UI or other.

Commentlog String True

Created_By String True

User who created record

Created_By_Name String True

Date_Entered Datetime True

Date record created

Date_Modified Datetime True

Date record last modified

Deleted Bool False

Record deletion indicator

Description String False

Full text of the note

Following Bool False

Is user following this record

Id [KEY] String True

Unique identifier

Locked_Fields String True

Modified_By_Name String True

Modified_User_Id String True

User who last modified record

My_Favorite Bool False

Favorite for the user

Name String False

Oauth_Type String False

Is this client an OAuth1 or OAuth2 client

Sync_Key String True

CData Cloud

OAuthTokens

The OAuthTokens table.

Columns

Name Type ReadOnly Description
Assigned_User_Id String False

User ID assigned to record

Assigned_User_Name String True

Callback_Url String False

Callback URL for Authorization

Consumer String False

Token related to the consumer

Consumer_Name String True

Contact_Id String False

Contact ID this oauth token is associated with (via portal)

Contact_Name String True

Deleted Bool False

Record deletion indicator

Download_Token String False

A token used to download images and files.

Expire_Ts String False

Token expiration, defaults to -1 for no expiration date

Id [KEY] String True

Unique identifier

Platform String False

Which platform is this token attached to

Secret String False

Secret key

Token_Ts String False

Token timestamp

Tstate String False

Token state

Verify String False

Token verification info

CData Cloud

Opportunities

Stores revenue opportunity records representing potential deals in the sales pipeline. This table supports forecasting, sales stage progression, and revenue planning.

Columns

Name Type ReadOnly Description
Account_Id String False

The Identifier (Id) of the account that the opportunity is associated with. This association links the opportunity to the customer organization involved in the sales process.

Account_Name String False

The display name of the account that the opportunity is associated with. This value is shown in list views, record headers, and reporting contexts.

Acl_Team_Names String True

The list of team names that are associated with the opportunity for access control and visibility purposes.

Acl_Team_Set_Id String False

The Id of the team set that defines shared access permissions for the opportunity. This configuration enables multi-team collaboration.

Ai_Opp_Close_Week_Scores String True

The system-generated scoring values that estimate the likelihood of this opportunity closing during a particular week. These values support predictive sales forecasting.

Ai_Opp_Conv_Bin_Accuracy Decimal True

The predictive accuracy score that is associated with the modeled conversion outcome for the opportunity. This score reflects the confidence level of machine learning prediction.

Ai_Opp_Conv_Multiplier Decimal True

The multiplier that is used to adjust conversion scoring for the opportunity based on predictive model weighting.

Ai_Opp_Conv_Score_Absolute Decimal True

The absolute predictive score that indicates the model's determination of opportunity conversion strength.

Ai_Opp_Conv_Score_Enum String True

The categorized predictive score of the opportunity (for example, strong, moderate, or weak). This value simplifies interpretation of forecasting analytics.

Amount Decimal True

The monetary value that represents the opportunity's estimated revenue. This value is expressed in the opportunity's assigned currency.

Amount_Usdollar Decimal True

The monetary value of the opportunity that is converted into US dollars. This value is used for standardized reporting across multi-currency environments.

Assigned_User_Id String False

The Id of the user who is assigned to the opportunity. This assignment determines primary ownership and accountability in the sales process.

Assigned_User_Name String True

The display name of the user who is assigned to the opportunity.

Base_Rate String True

The currency conversion rate that is used to calculate standardized reporting values for the opportunity's monetary fields.

Best_Case Decimal True

The optimistic revenue estimate for the opportunity, based on the highest likely outcome if favorable conditions are achieved.

Campaign_Id String False

The identifier (Id) of the marketing campaign that influenced or originated the opportunity. This linkage supports campaign attribution and lead funnel analysis.

Campaign_Name String True

The display name of the marketing campaign that is associated with the opportunity.

Closed_Revenue_Line_Items Int True

The number of revenue line items (RLIs) that are marked as closed for this opportunity. RLIs represent the individual product or service components that contribute revenue.

Closed_Won_Revenue_Line_Items Int True

The number of RLIs that have a closed-won status. This count contributes to realized revenue reporting.

Commentlog String True

A reference to Comment Log entries that store conversation and context related to the opportunity. Comment logs support collaboration and record transparency.

Commit_Stage String False

The forecast commit stage that indicates how the opportunity is treated in forecasting (for example, 'include', 'likely', or 'omit'). This value drives inclusion in sales funnel reporting.

Commit_Stage_Cascade String False

The system-adjusted commit stage that is derived from changes to underlying Revenue Line Items and forecasting logic.

Contact_Role String False

The role of the primary contact in relation to the opportunity (for example, 'decision maker' or 'influencer'). This supports stakeholder mapping.

Created_By String True

The Id of the user who created the opportunity record. This value is used for tracking record origination.

Created_By_Name String True

The display name of the user who created the opportunity record.

Currency_Id String False

The Id of the currency that is assigned to the opportunity. This controls currency conversion and value display.

Currency_Name String True

The display name of the currency that is assigned to the opportunity.

Currency_Symbol String True

The display symbol of the currency that is assigned to the opportunity (for example, '$', '€', '£').

Date_Closed Date False

The expected or actual close date of the opportunity. This date is used for forecasting, pipeline timing, and revenue scheduling.

Date_Closed_Cascade Date False

The system-adjusted close date that is derived from changes in underlying components or forecasting logic.

Date_Closed_Timestamp String True

The timestamp representation of the close date that is used for sorting and reporting operations.

Date_Entered Datetime True

The date and time when the opportunity record was created.

Date_Modified Datetime True

The date and time when the opportunity record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the opportunity is flagged as deleted. It returns a value of 'false' when the opportunity remains active. This supports soft-delete rather than permanent removal.

Description String False

A detailed text description of the opportunity. This field is often used to record background details, context, or notes relevant to qualification and strategy.

Dri_Workflow_Template_Id String False

The Id of the Customer Journey workflow template that is associated with the opportunity, when structured process guidance is enabled.

Dri_Workflow_Template_Name String True

The display name of the Customer Journey workflow template that is associated with the opportunity.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the opportunity. It returns a value of 'false' when the user is not following the record.

Forecasted_Likely Decimal True

The forecasted revenue value that is derived from RLIs that are included in forecasting. This value supports sales pipeline projections.

Id [KEY] String True

The unique Id of the opportunity record.

Included_Revenue_Line_Items Int True

The number of RLIs that are currently included in the opportunity's active sales forecast. This count affects forecasting totals and pipeline analytics.

Is_Escalated Bool True

A Boolean field that returns a value of 'true' when the opportunity is escalated for additional attention or intervention. It returns a value of 'false' when the opportunity is not escalated.

Lead_Source String False

The origin source of the opportunity (for example, a web inquiry, referral, trade show, or outbound outreach). This value supports campaign and conversion attribution reporting.

Locked_Fields String True

A system-managed list of fields that are restricted from modification to ensure data integrity.

Lost Decimal True

The total revenue value of RLIs)that are marked as lost for this opportunity. This value supports loss analysis and pipeline refinement.

Mkto_Id Int True

The Id that links the opportunity to a related Marketo lead record. This value is used in marketing automation and lead lifecycle alignment.

Mkto_Sync Bool False

A Boolean field that returns a value of 'true' when the opportunity should be synchronized with Marketo. It returns a value of 'false' when synchronization is disabled.

Modified_By_Name String True

The display name of the user who last modified the opportunity record.

Modified_User_Id String True

The Id of the user who last modified the opportunity record. This value is used for historical auditing and change tracking.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the opportunity is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name of the opportunity. This value identifies the opportunity in lists, dashboards, and reporting.

Next_Step String False

The next planned action or follow-up step in the sales process. This field supports task planning and progression visibility.

Opportunity_Type String False

The classification of the opportunity (for example, 'existing business' or 'new business'). This value assists in revenue forecasting and pipeline segmentation.

Perform_Sugar_Action Bool False

A Boolean field that returns a value of 'true' when SugarCRM should automatically execute predefined behavioral or workflow actions. It returns a value of 'false' when no automatic action is performed.

Probability Int True

The percentage that indicates the likelihood of the opportunity closing successfully. This percentage is often driven by the sales stage and related forecasting logic.

Renewal Bool False

A Boolean field that returns a value of 'true' when the opportunity represents a renewal of an existing contract or service. It returns a value of 'false' when the opportunity is new business.

Renewal_Parent_Id String False

The Id of the original opportunity or contract record that the renewal opportunity is derived from. This creates renewal lineage for account lifecycle analysis.

Renewal_Parent_Name String True

The display name of the related renewal parent record.

Sales_Stage String False

The sales stage that indicates the opportunity's progression in the sales cycle (for example, 'qualification', 'proposal', 'negotiation', 'closed-wo'n, or 'closed-lost').

Sales_Stage_Cascade String False

The system-adjusted sales stage that is derived from the statuses of RLIs that are associated with the opportunity.

Sales_Status String True

A high-level status of the opportunity that can classify the opportunity as 'open', 'won', or 'lost'. This status is used for summarized pipeline visibility.

Service_Duration_Unit String False

The unit of measurement (UOM) for the service duration (for example, 'day', 'month', or 'year') when the opportunity involves subscription or service-based revenue.

Service_Duration_Unit_Cascade String False

The system-adjusted duration unit that is derived from associated RLI.

Service_Duration_Value Int True

The numeric value of the service duration when the opportunity includes subscription or service terms (for example, a duration value of 4 when the unit is 'months').

Service_Duration_Value_Cascade Int True

The system-adjusted service duration value derived from associated RLIs.

Service_Open_Flex_Duration_Rlis Int True

The number of flexible-duration RLIs that are part of the opportunity and still remain open.

Service_Open_Revenue_Line_Items Int True

The number of open RLIs that are associated with the opportunity. This value helps assess ongoing pipeline activity.

Service_Start_Date Date False

The service start date for subscription or service-based offerings included in the opportunity.

Service_Start_Date_Cascade Date False

The system-adjusted service start date derived from underlying RLIs.

Sync_Key String True

An internal synchronization key that is used to match the opportunity record across distributed systems, integrations, or synchronization environments.

Tag String False

Tags that are assigned to the opportunity for grouping, classification, search filtering, and reporting.

Team_Count String False

The number of teams that are associated with the opportunity record.

Team_Id String False

The Id of the primary team that is associated with the opportunity record. The primary team controls baseline access.

Team_Name String False

The name of the primary team that is associated with the opportunity record.

Team_Set_Id String False

The Id of the team set that lists all teams with access to the opportunity record. This configuration supports multi-team visibility.

Total_Revenue_Line_Items Int True

The total number of RLIs that are associated with the opportunity. This count supports pipeline volume measurement.

Widget_Amount String True

The display-formatted amount value that is used in widget and dashboard visualizations.

Widget_Date_Closed String True

The display-formatted close date that is used in widget and dashboard visualizations.

Widget_Sales_Stage String True

The display-formatted sales stage that is used in widget and dashboard visualizations.

Worst_Case Decimal True

The conservative revenue estimate for the opportunity, based on minimal expected results. This value is often used in risk-adjusted forecasting.

CData Cloud

OutboundEmail

Stores configuration for outbound email servers and sending profiles. This table supports system-generated notifications and user-initiated messaging.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

A list of team names that are associated with the outbound email configuration. This field is used to display team visibility information.

Acl_Team_Set_Id String False

The dentifier (Id) of the team set that defines which teams have access to the outbound email configuration record.

Authorized_Account String True

The external email account that is authorized for sending messages. This value can reference an External Authentication Provider (EAPM) record when integrated email authentication is enabled.

Deleted Bool False

A Boolean field that returns a value of 'true' when the outbound email configuration record is marked for deletion. It returns a value of 'false' when the configuration remains active.

Eapm_Id String True

The Id of the EAPM record that is used for delegated authentication. This value links mailbox usage to stored credentials.

Email_Address String False

The primary email address that is associated with the outbound sending configuration.

Email_Address_Id String False

The Id of the email address record that is linked to the outbound email configuration. This value is used to reference the email address entity within the SugarCRM system.

Id [KEY] String True

The unique Id of the outbound email configuration record.

Mail_Authtype String True

The authentication method that is used when connecting to the outgoing email server (for example, plain authentication or OAuth-based authentication).

Mail_Sendtype String False

The method that is used to send outbound email (for example, 'SMTP'). This value determines how the application routes messages for delivery.

Mail_Smtpauth_Req Bool False

A Boolean field that returns a value of 'true' when SMTP authentication is required for outgoing email. It returns a value of 'false' when the server allows unauthenticated sending.

Mail_Smtppass String True

The stored SMTP password that is used for authentication with the outbound mail server.

Mail_Smtpport Int True

The port number that is used to establish connection with the SMTP server. This value is required for mail transport setup.

Mail_Smtpserver String False

The hostname or IP address of the outbound SMTP server.

Mail_Smtpssl String False

The SSL or TLS encryption setting that is applied to SMTP communication. This value controls whether connections are encrypted during transmission.

Mail_Smtptype String False

The selected security layer or connection handling mode that is used for SMTP communication (for example, 'plain', 'SSL', or 'TLS').

Mail_Smtpuser String False

The username that is used to authenticate with the SMTP server.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the outbound email configuration is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name of the outbound email configuration. This name identifies the configuration in lists and selection dialogs.

Preferred_Sending_Account Bool False

A Boolean field that returns a value of 'true' when this configuration is designated as the default sending account for the user. It returns a value of 'false' when it is not the preferred account.

Reply_To_Email_Address String True

The reply-to email address that should receive responses for messages that are sent using this configuration.

Reply_To_Email_Address_Id String False

The Id of the reply-to email address record that is associated with the outbound configuration.

Reply_To_Name String False

The display name that is shown in the reply-to address field when recipients respond to emails that are sent from this configuration.

Team_Count String False

The number of teams that are associated with the outbound email configuration record.

Team_Id String False

The Id of the primary team that is associated with the outbound email configuration record. The primary team controls baseline visibility.

Team_Name String False

The name of the primary team that is associated with the outbound email configuration record.

Team_Set_Id String False

The Id of the team set that lists all teams that have access to the outbound email configuration record.

Type String False

The type of outbound sending configuration (for example, user-specific sending profile or system default outbound mail profile).

User_Id String False

The Id of the user who owns the outbound email configuration or to whom the configuration applies.

CData Cloud

PdfManager

Stores PDF template definitions and formatting layouts. This table supports automated PDF generation for quotes, proposals, and reporting.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

A list of the teams that have access to this PDF template record. This list supports shared visibility and access controls across the organization.

Acl_Team_Set_Id String False

The identifier (Id) of the team set that is associated with this PDF template record. This value determines group-level access and visibility.

Assigned_User_Id String False

The Id of the user who is assigned to this PDF template record. This field supports ownership and workflow routing.

Assigned_User_Name String True

The display name of the user who is assigned to this PDF template record.

Author String False

The author name that is stored in the metadata of the generated PDF. This value typically reflects the user or organization responsible for template creation.

Base_Module String False

The module that is used as the source for data merged into the PDF template. This module defines the fields that are available for insertion into the template.

Body_Html String False

The HTML content that defines the main body of the PDF template. This content can include text, layout formatting, and field merge placeholders.

Commentlog String True

A reference to comment log entries that are linked to the PDF template record. This field supports discussion tracking and collaboration.

Created_By String True

The Id of the user who created this PDF template record. This field supports authorship tracking and audit history.

Created_By_Name String True

The display name of the user who created this PDF template record.

Date_Entered Datetime True

The date and time when the PDF template record was created.

Date_Modified Datetime True

The date and time when the PDF template record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the PDF template record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-deletion workflows.

Description String False

A detailed narrative that describes the purpose or usage context of the PDF template. This description is often used for internal reference.

Field String False

The merge field that is available for dynamic data insertion into the PDF template. This field identifies a data placeholder that is replaced during PDF generation.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this PDF template record. It returns a value of 'false' when the record is not being followed.

Footer_Text String False

The text that appears in the footer area of the generated PDF document. Footer text often contains page numbers, legal statements, or branding.

Header_Logo String True

The reference to the logo that is displayed in the header of the generated PDF document. This logo is embedded during output rendering.

Header_Text String False

The text that appears in the header section of the generated PDF document. This text is typically used for identification or template labeling.

Header_Title String False

The title text that is displayed in the header of the generated PDF document. This value commonly reflects the document's purpose or classification.

Id [KEY] String True

The unique Id of the PDF template record.

Keywords String False

A set of search keywords that are associated with the PDF template. These keywords support classification and search operations.

Locked_Fields String True

A list of fields that are restricted from modification. This list is system-managed and is used to protect record integrity.

Modified_By_Name String True

The display name of the user who last modified the PDF template record.

Modified_User_Id String True

The Id of the user who last modified the PDF template record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks the PDF template record as a favorite. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The user-defined name of the PDF template. This value is used to identify the record in application lists and selection menus.

Published String False

The publication status of the PDF template. This value determines whether the template is available for use in document generation.

Subject String False

The subject text that is stored in the metadata of the generated PDF document. This value describes the document context.

Sync_Key String True

A system-generated synchronization key that is used to identify and align this PDF template record across external systems or integrations.

Team_Count String False

The number of teams that are associated with the PDF template record. This value supports access and collaboration tracking.

Team_Id String False

The Id of the primary team that is assigned to this PDF template record.

Team_Name String False

The display name of the primary team that is assigned to this PDF template record.

Team_Set_Id String False

The Id of the team set that determines group-level access to the PDF template record.

Template_Name String False

The internal system name of the PDF template. This value is often used for reference or indexing.

Title String False

The title that is stored in the metadata and header of the generated PDF document.

CData Cloud

pmse_Business_Rules

Stores rule definitions that are used within the Advanced Workflow engine to drive conditional automation. This table supports decision logic execution across workflow paths.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that is associated with the record for access control and visibility purposes.

Acl_Team_Set_Id String False

The identifier (Id) of the access control team set that is assigned to this record.

Assigned_User_Id String False

The Id of the user who is assigned to this business rule record.

Assigned_User_Name String True

The display name of the user who is assigned to this business rule record.

Commentlog String True

A reference to comment log entries that capture collaboration notes and discussion history for the record.

Created_By String True

The Id of the user who created the record.

Created_By_Name String True

The display name of the user who created the record.

Date_Entered Datetime True

The date and time when the business rule record was created.

Date_Modified Datetime True

The date and time when the business rule record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the record is flagged as deleted. It returns a value of 'false' when the record remains active.

Description String False

A detailed text description of the business rule. This field is often used to document the logic or purpose of the rule.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the record. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The unique Id of the business rule record.

Modified_By_Name String True

The display name of the user who last modified the record.

Modified_User_Id String True

The Id of the user who last modified the record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the current user. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The name of the business rule. This value identifies the rule in lists, selections, and configuration screens.

Rst_Create_Date Datetime False

The date and time when the business rule definition was initially created.

Rst_Definition String False

The internal business rule definition data that is stored in serialized format. This field contains the operational logic used by the process engine.

Rst_Editable Int True

An indicator that specifies whether the business rule definition can be edited. A value of 1 typically indicates editable status.

Rst_Filename String False

The name of the file that contains the business rule definition if stored externally.

Rst_Module String False

The module to which this business rule applies. This field links business rule logic to a specific SugarCRM module.

Rst_Source String False

The source of the business rule content. This value identifies how or where the rule was originally created.

Rst_Source_Definition String True

The internal source metadata that is associated with the business rule definition. This field assists in versioning and content lineage.

Rst_Type String False

The type of business rule (for example, 'decision table', 'condition rule', or' process logic rule').

Rst_Uid String False

The unique Id of the business rule definition that is used for internal engine lookup and workflow execution.

Rst_Update_Date Datetime False

The date and time when the business rule definition was last updated.

Sync_Key String True

An internal synchronization key that is used to track and reconcile records across integrated systems.

Tag String False

Tags that are assigned to the record. Tags support categorization, quick filtering, and search.

Team_Count String False

The number of teams that are assigned to this record.

Team_Id String False

The Id of the primary team that is associated with this record.

Team_Name String False

The display name of the primary team that is associated with this record.

Team_Set_Id String False

The Id of the complete set of teams that grant access to this record for sharing and visibility.

CData Cloud

pmse_Emails_Templates

Stores email templates that are used by Advanced Workflow processes. This table supports automated messaging and process-driven communication.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this process email template for access control and visibility.

Acl_Team_Set_Id String False

The identifier (Id) of the access control team set that is assigned to this record. The team set determines which users and teams can view and access the template.

Assigned_User_Id String False

The Id of the user who is assigned to this process email template record.

Assigned_User_Name String True

The display name of the user who is assigned to this process email template.

Base_Module String False

The SugarCRM module to which this process email template applies. The module context determines what record data can be merged into the template at runtime.

Body String False

The plain-text body content of the email template. This version is used when emails are sent without HTML formatting.

Body_Html String True

The HTML-formatted body content of the email template. This version supports styling, layout, and dynamic merge fields.

Commentlog String True

A reference to comment log entries that are associated with this record. Comment logs capture collaboration notes and activity history.

Created_By String True

The Id of the user who created the email template record.

Created_By_Name String True

The display name of the user who created the email template record.

Date_Entered Datetime True

The date and time when the email template record was created.

Date_Modified Datetime True

The date and time when the email template record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the record is flagged as deleted. It returns a value of 'false' when the record remains active. This field supports soft-delete behavior.

Description String False

A text description of the email template. This field is typically used to summarize the template's purpose or usage context.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the record. It returns a value of 'false' when the record is not followed.

From_Address String False

The email address that appears in the 'From' field when emails are generated from this template.

From_Name String False

The display name that appears as the sender name when the template is used to generate an email.

Id [KEY] String True

The unique Id of the process email template record.

Modified_By_Name String True

The display name of the user who last modified the email template.

Modified_User_Id String True

The Id of the user who last modified the email template.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the email template is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the process email template. This value identifies the template in lists, selections, and workflow configuration panels.

Published String False

A flag that indicates whether the template is published and available for runtime use.

Subject String False

The subject line text that will appear on emails generated from this template.

Sync_Key String True

An internal synchronization key that is used to track and reconcile templates across systems and connectors.

Tag String False

Tags that are assigned to the template. Tags support categorization, quick filtering, and search.

Team_Count String False

The number of teams that are assigned to this record.

Team_Id String False

The Id of the primary team that is associated with this template.

Team_Name String False

The display name of the primary team that is associated with this template.

Team_Set_Id String False

The Id of the complete set of teams that grant access to this email template for sharing and visibility.

Text_Only String True

A flag that indicates whether the template should be sent as plain text only. When this flag is enabled, HTML formatting is ignored.

Type String False

The type of process email template (for example, 'workflow notification', 'automation messaging', or 'operational alert').

CData Cloud

pmse_Inbox

Stores workflow task records that are assigned to users within the Advanced Workflow engine. This table supports queue management, task routing, and approval tracking.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this process inbox record. These team names support access control and collaborative task visibility.

Acl_Team_Set_Id String False

The identifier (Id) of the access control team set that is assigned to this record. The team set determines which users and teams can view and act on the workflow activity.

Act_Name String False

The name of the workflow activity that is currently awaiting action in the process inbox.

Assigned_User_Id String False

The Id of the user who is assigned to this process inbox task.

Assigned_User_Name String True

The display name of the user who is assigned to this process inbox task.

Cas_Assigned_Status String False

The status of the workflow case that is assigned to the current user (for example, 'pending', 'in progress', or 'completed').

Cas_Create_Date Datetime False

The date and time when the workflow case instance was created.

Cas_Custom_Status String False

A customized case status value that is configured in process definitions to reflect business-specific workflow stage names.

Cas_Finish_Date Datetime False

The date and time when the workflow case instance was completed.

Cas_Id Int False

The numeric identifier of the workflow case instance that is managed by the Process Author module.

Cas_Init_User String False

The Id of the user who initiated the workflow case.

Cas_Module String False

The SugarCRM module to which this workflow case applies. The module context determines the record type that triggered the workflow.

Cas_Parent Int False

The numeric identifier of a parent workflow case, if the current case is part of a hierarchical or chained workflow sequence.

Cas_Pin String False

A flag that indicates whether the case is pinned for quick access in the process inbox user interface.

Cas_Status String False

The current execution status of the workflow case (for example, 'pending', 'running', 'canceled', or 'completed').

Cas_Title String False

The title of the workflow case. This value provides a human-readable summary for inbox display.

Cas_Update_Date Datetime False

The date and time when the workflow case instance was last updated.

Created_By String True

The Id of the user who created this process inbox record.

Created_By_Name String True

The display name of the user who created this process inbox record.

Date_Entered Datetime True

The date and time when this process inbox record was created.

Date_Modified Datetime True

The date and time when this process inbox record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the record is flagged as deleted. It returns a value of 'false' when the record remains active.

Description String False

A text description of the process inbox entry. This field can include workflow context, business notes, or task instructions.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this record. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The unique Id of the process inbox record.

Modified_By_Name String True

The display name of the user who last modified this process inbox record.

Modified_User_Id String True

The Id of the user who last modified this process inbox record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when this process inbox record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name or label of the process inbox entry. This value is used to identify the task in user interfaces and workflow dashboards.

Pro_Id String False

The Id of the process definition that governs the workflow logic for this case.

Pro_Title String False

The title of the process definition that is associated with this workflow case.

Sync_Key String True

An internal synchronization key that is used to align this record across applications and system integrations.

Team_Count String False

The number of teams that are assigned to this process inbox record.

Team_Id String False

The Id of the primary team that is associated with this record.

Team_Name String False

The display name of the primary team that is associated with this record.

Team_Set_Id String False

The Id of the complete set of teams that are granted access to this record for visibility and collaboration.

CData Cloud

pmse_Project

Stores model definitions for the Advanced Workflow process. This table supports business process automation and lifecycle management.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this process project record. These team names determine collaborative visibility and access permissions.

Acl_Team_Set_Id String False

The identifier (Id) of the access control team set that is assigned to this record. The team set defines all teams that are permitted to view or work with this project.

Assigned_User_Id String False

The Id of the user who is assigned to this process project record.

Assigned_User_Name String True

The display name of the user who is assigned to this process project record.

Commentlog String True

A reference to comment log entries that are associated with this record. Comment logs capture collaboration notes, workflow discussions, and change history.

Created_By String True

The Id of the user who created this process project record.

Created_By_Name String True

The display name of the user who created this process project record.

Date_Entered Datetime True

The date and time when this process project record was created.

Date_Modified Datetime True

The date and time when this process project record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the record is flagged as deleted. It returns a value of 'false' when the record remains active. This field supports soft-delete behavior.

Description String False

A detailed description of the process project. This field is commonly used to summarize workflow intent, automation purpose, or business context.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this record. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The unique Id of the process project record.

Modified_By_Name String True

The display name of the user who last modified this process project record.

Modified_User_Id String True

The Id of the user who last modified this process project record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when this process project record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the process project. This value identifies the workflow design in lists, modeling tools, and automation orchestration interfaces.

Prj_Author String False

The name of the user or system that originally authored the process project design.

Prj_Author_Version String False

The version Id of the authoring environment that was used when the process project was created.

Prj_Exporter String False

The name of the system, module, or tool that exported the process project definition.

Prj_Exporter_Version String False

The version Id of the export tool or environment used to generate the workflow package.

Prj_Expression_Language String False

The expression language that is used in conditions, automation logic, and decision branches within the workflow.

Prj_Module String False

The SugarCRM module to which the process project applies. The module defines the primary record context that triggers or interacts with the workflow.

Prj_Original_Source String False

The original source reference for the process project definition, typically identifying its origin in import, migration, or project packaging workflows.

Prj_Run_Order Int True

The run order value that determines the execution sequence of multiple process projects when ordering is required.

Prj_Status String False

The current status of the process definition (for example, 'Enabled' or 'Disabled'). This status determines whether the project is eligible for execution.

Prj_Target_Namespace String False

The namespace that is assigned to the project for categorization, component lookup, and inter-project reference resolution.

Prj_Type_Language String False

The language that is used to define and interpret workflow logic within the process modeling environment.

Prj_Uid String False

The unique internal Id that identifies the workflow project definition within the Process Author subsystem.

Sync_Key String True

An internal synchronization key that is used to track and align projects across system integrations and replication operations.

Tag String False

Tags that are assigned to the process project. Tags support categorization, quick search, and filtering for workflow components.

Team_Count String False

The number of teams that are assigned to this process project record.

Team_Id String False

The Id of the primary team that is associated with this record.

Team_Name String False

The display name of the primary team that is associated with this record.

Team_Set_Id String False

The Id of the complete set of teams that grant access to this record for collaboration and visibility.

CData Cloud

ProductBundleNotes

Stores descriptive notes that are associated with product bundles. This table supports documentation, internal context, and quoting rationale for bundled offerings.

Columns

Name Type ReadOnly Description
Created_By String True

The identifier (Id) of the user who created the record for the product bundle note. This field is used to track authorship and support audit history.

Date_Entered Datetime True

The date and time when the product bundle note record was created.

Date_Modified Datetime True

The date and time when the product bundle note record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the record is flagged as deleted. It returns a value of 'false' when the record remains active. This field supports soft-delete behavior.

Description String True

The text content of the product bundle note. This field is used to store descriptive or explanatory information that relates to items in a product bundle.

Id [KEY] String True

The unique Id for the record of the product bundle note.

Modified_User_Id String True

The Id of the user who last modified the product bundle note record.

Position Int True

The numeric ordering value that determines the note's display position within the product bundle. This field is used to maintain the sequence of multiple notes.

CData Cloud

ProductBundles

Stores records that represent bundled product groupings. This table supports multi-item pricing, quoting, and packaged sales offerings.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this product bundle record. These names determine which teams have visibility into the bundle as part of access control.

Acl_Team_Set_Id String False

The identifier (Id) of the access control team set that is assigned to this product bundle. The team set defines the complete group of users and teams that are permitted to view or work with the bundle.

Base_Rate String False

The currency base rate that is used when converting financial values in the product bundle to the system standard currency.

Bundle_Stage String False

The current processing stage of the product bundle (for example, 'Draft'). This field indicates the workflow status or completion state of the bundle.

Created_By String True

The Id of the user who created the product bundle record.

Currency_Id String False

The Id of the currency that is assigned to this product bundle.

Currency_Name String True

The display label of the currency that is assigned to this product bundle.

Currency_Symbol String True

The symbol of the currency that is assigned to this product bundle.

Date_Entered Datetime True

The date and time when the product bundle record was created.

Date_Modified Datetime True

The date and time when the product bundle record was last modified.

Deal_Tot Decimal True

The total discount amount that is applied to the product bundle before tax and shipping.

Deal_Tot_Usdollar Decimal True

The discount amount that is converted to US dollars, based on the system currency conversion rate.

Default_Group Bool False

A Boolean field that returns a value of 'true' when this product bundle is designated as the default bundle in the quote. It returns a value of 'false' when it is not designated as the default.

Deleted Bool False

A Boolean field that returns a value of 'true' when the product bundle record is flagged as deleted. It returns a value of 'false' when the record remains active.

Description String False

A text description that provides details or notes about the product bundle and its intended purpose.

Id [KEY] String True

The unique Id of the product bundle record.

Modified_User_Id String True

The Id of the user who last modified the product bundle record.

Name String False

The name of the product bundle. This value identifies the bundle in quotes, product configuration workflows, and reporting.

New_Sub Decimal True

The subtotal of the product bundle after discount, tax, and shipping are applied.

New_Sub_Usdollar Decimal True

The subtotal value that is converted to US dollars.

Position Int True

The numeric ordering value that determines the display sequence of this product bundle relative to other bundles in the quote.

Product_Bundle_Items String True

The list of items that are included in this product bundle. Each item refers to a product, service, or bundle line component.

Shipping Decimal True

The shipping charge that is applied to the product bundle.

Shipping_Usdollar Decimal True

The shipping charge that is converted to US dollars.

Subtotal Decimal True

The subtotal of the product bundle before tax and shipping charges are applied.

Subtotal_Usdollar Decimal True

The subtotal value that is converted to US dollars.

Sync_Key String True

An internal synchronization key that is used to align product bundle records across connected systems and integrations.

Tax Decimal True

The tax amount that is applied to items in the product bundle.

Tax_Usdollar Decimal True

The tax amount that is converted to US dollars.

Taxable_Subtotal Decimal True

The subtotal of all items in the product bundle that are marked as taxable.

Taxrate_Id String False

The Id of the tax rate that is applied to the product bundle.

Team_Count String False

The number of teams that are associated with this product bundle record.

Team_Id String False

The Id of the primary team that is associated with this product bundle.

Team_Name String False

The display name of the primary team that is associated with this product bundle.

Team_Set_Id String False

The Id of the complete set of teams that grant record access to the product bundle for visibility and collaboration.

Total Decimal True

The final total amount for the product bundle after discount, tax, and shipping are calculated.

Total_Usdollar Decimal True

The final total amount that is converted to US dollars.

CData Cloud

ProductCategories

Stores hierarchical category definitions for organizing products. This table supports catalog browsing, segmentation, and classification.

Columns

Name Type ReadOnly Description
Assigned_User_Id String False

The identifier (Id) of the user who is assigned to this product category record. This field controls ownership and responsibility for category maintenance.

Assigned_User_Name String True

The display name of the user who is assigned to this product category record.

Created_By String True

The Id of the user who created this product category record.

Created_By_Name String True

The display name of the user who created this product category record.

Date_Entered Datetime True

The date and time when this product category record was created.

Date_Modified Datetime True

The date and time when this product category record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the product category record is flagged as deleted. It returns a value of 'false' when the record remains active. This field supports soft-delete behavior.

Description String False

A text description of the product category. This field is commonly used to describe how the category is used or what types of products it groups together.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following the product category record. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The unique Id of the product category record.

List_Order Int True

The numeric position of the category in ordered lists. This value determines display and sorting priority.

Locked_Fields String True

A system-managed list of fields that are restricted from modification. This field helps preserve data integrity.

Modified_By_Name String True

The display name of the user who last modified this product category record.

Modified_User_Id String True

The Id of the user who last modified this product category record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the product category is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the product category. This value identifies the category in lists, filters, and product organization workflows.

Parent_Id String False

The Id of the parent product category that is associated with this category. This field enables multi-level, hierarchical categorization structures.

Parent_Name String True

The display name of the parent product category that is associated with this category.

Sync_Key String True

An internal synchronization key that is used to align product category records across system integrations.

Type String False

The category type, which identifies how this product category is used within the product catalog structure.

CData Cloud

Products

Stores standard product records that are available for quoting and order processing. This table supports catalog management, pricing, and sales enablement.

Columns

Name Type ReadOnly Description
Account_Id String True

The identifier (Id) of the account that is associated with this product record. This field links the product to a customer, company, or organization for sales and reporting purposes.

Account_Name String True

The display name of the associated account.

Acl_Team_Names String True

A list of team names that are associated with access control rules for this product record. These values help determine visibility and edit rights.

Acl_Team_Set_Id String False

The Id of the team set that is associated with this product record for access control.

Add_On_To_Id String False

The Id of the purchased line item that this product record is considered an add-on to. This field supports product bundling and dependent sale structures.

Add_On_To_Name String True

The display name of the purchased line item that this product record is considered an add-on to.

Asset_Number String False

The asset tag number that is assigned to the product when it is actively deployed or in use. This value is used for inventory tracking and reference.

Assigned_User_Id String False

The Id of the user who is assigned to manage this product record. This field controls ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to manage this product record.

Base_Rate String False

The base currency exchange rate that is used to convert monetary values for the product record.

Book_Value Decimal True

The book value of the product when it is in use. This value is commonly used in financial reporting and asset management.

Book_Value_Date Date False

The date on which the book value was recorded or last evaluated.

Book_Value_Usdollar Decimal True

The book value of the product expressed in U.S. dollars (USD). This field is used for standardized financial reporting.

Campaign_Id String False

The Id of the campaign that generated interest in or influenced the sale of the product.

Campaign_Name String True

The display name of the associated campaign.

Catalog_Service_Duration_Unit String True

The unit of measurement (UOM) that defines the service duration (for example, 'month' or 'year') for the product catalog entry. This value is used for service fulfillment and contract planning.

Catalog_Service_Duration_Value Int True

The numeric value that represents the length of the service duration. This value is used along with the service duration unit to calculate total service terms.

Category_Id String False

The Id of the product category that is associated with this product record. This field supports product classification and catalog navigation.

Category_Name String True

The display name of the product category that is associated with this product record.

Commentlog String True

A reference to the CommentLog entries that are associated with this product. This field supports collaboration and auditability.

Contact_Id String False

The Id of the contact who is associated with this product. This link supports service tracking, customer follow-up, and relationship management.

Contact_Name String True

The display name of the associated contact.

Cost_Price Decimal True

The cost value of the product. This value is used for calculating margins and profitability.

Cost_Usdollar Decimal True

The cost value of the product expressed in USDs.

Created_By String True

The Id of the user who created this product record.

Created_By_Name String True

The display name of the user who created this product record.

Currency_Id String False

The Id of the currency that is assigned to this product record. This field ensures accurate financial representation.

Currency_Name String True

The display name of the currency that is assigned to this product record.

Currency_Symbol String True

The symbol for the currency that is assigned to this product record. This value is used for UI display formatting.

Date_Closed Date False

The expected or actual closing date of the sale that is associated with this product. This value is often tied to opportunity pipeline tracking.

Date_Closed_Timestamp String True

The timestamp representation of the closing date. This field is commonly used for sorting, grouping, and reporting.

Date_Entered Datetime True

The date and time when this product record was created.

Date_Modified Datetime True

The date and time when this product record was last modified.

Date_Purchased Date False

The date when the product was purchased.

Date_Support_Expires Date False

The date when support coverage for this product ends.

Date_Support_Starts Date False

The date when support coverage for this product begins.

Deal_Calc Decimal True

The calculated deal value that is associated with this product based on pricing and discount configurations.

Deal_Calc_Usdollar Decimal True

The calculated deal value for this product expressed in USDs.

Deleted Bool False

A Boolean field that returns a value of 'true' when the product record is flagged for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows.

Description String False

A full-text description of the product. This field is commonly used to describe product details, usage context, or special terms.

Discount_Amount String True

The discount that is applied to the product price. This value affects final sale amount calculations.

Discount_Amount_Signed Decimal True

The discount amount with sign indication to represent whether the value increases or reduces total cost.

Discount_Amount_Usdollar Decimal True

The discount amount that is applied to the product price expressed in USDs.

Discount_Price Decimal True

The price of the product after the discount is applied.

Discount_Rate_Percent Decimal True

The discount rate applied as a percentage of the list price.

Discount_Select Bool False

A Boolean field that returns a value of 'true' when a discount has been selected for the product. It returns a value of 'false' when no discount has been selected.

Discount_Usdollar Decimal True

The discounted price of the product expressed in USDs.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this product record. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The unique Id of the product record.

List_Price Decimal True

The standard list price of the product before any discount is applied.

List_Usdollar Decimal True

The standard list price of the product expressed in USDs.

Lock_Duration Bool False

A Boolean field that returns a value of 'true' when the duration field is restricted from direct editing. It returns a value of 'false' when the duration field can be edited.

Locked_Fields String True

A system-managed list of fields that are restricted from modification. This field helps preserve data integrity.

Manufacturer_Id String False

The Id of the manufacturer that is associated with this product.

Manufacturer_Name String True

The name of the manufacturer that is associated with this product.

Mft_Part_Num String False

The manufacturer part number that uniquely identifies this product in external supplier catalogs.

Modified_By_Name String True

The display name of the user who last modified this product record.

Modified_User_Id String True

The Id of the user who last modified this product record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the product is marked as a favorite by the current user. It returns a value of 'false' when the product is not marked as a favorite.

Name String False

The name of the product record. This value is used to identify the product in lists, searches, and reports.

Next_Step String False

The next planned step in the sales process for the product. This field is often used in pipeline management and follow-up scheduling.

Opportunity_Id String False

The identifier (Id) of the opportunity that is associated with this product. This relationship ties the product line item to an active or completed sales opportunity.

Opportunity_Name String True

The display name of the opportunity that is associated with this product.

Parent_Rli_Id String False

The Id of the revenue line item that served as the original source of this product record. This value supports roll-up reporting and linked revenue forecasting.

Parent_Rli_Name String True

The display name of the revenue line item that served as the original source for this product record.

Position Int True

The numeric position of the product in a list or grouping. This field is commonly used to control ordering when products are bundled or arranged in quotes.

Pricing_Factor Int True

A pricing multiplier used when applying the selected pricing formula. This value affects the calculated list or discount price.

Pricing_Formula String False

The pricing rule that is used to calculate the product price (for example, 'Fixed' or 'Markup over Cost'). This formula determines how list, cost, and discount inputs interact.

Product_Template_Id String False

The Id of the product template from which this product record is derived. Product templates serve as reusable catalog definitions for end-user product instances.

Product_Template_Name String True

The display name of the product template from which this product was derived.

Quantity Decimal True

The quantity of the product that is in use or being quoted. This value is used when calculating totals and extended pricing.

Quote_Id String False

The Id of the quote from which this product record was created, if it is applicable. This field supports quoting workflow traceability.

Quote_Name String True

The display name of the quote from which this product record was created, if it is applicable.

Renewable Bool False

A Boolean field that returns a value of 'true' when the product represents a renewable item such as a subscription or recurring service. It returns a value of 'false' when the product does not support renewal.

Renewal Bool True

A Boolean field that returns a value of 'true' when this product record represents a renewal of a prior product or service. It returns a value of 'false' when the product is not a renewal.

Revenuelineitem_Id String False

The Id of the revenue line item that served as the source of this product record. This relationship supports forecasting and revenue roll-ups.

Revenuelineitem_Name String True

The display name of the revenue line item that served as the source of this product record.

Serial_Number String False

The serial number that uniquely identifies the product when it is in use or deployed. This field is often used for warranty, asset tracking, and service validation.

Service Bool False

A Boolean field that returns a value of 'true' when the product represents a service rather than a tangible item. It returns a value of 'false' when the product is a physical good.

Service_Duration_Multiplier Decimal True

A multiplier that represents how the service duration for this product relates to the duration defined in the product template or catalog entry.

Service_Duration_Unit String False

The unit of measure for the service duration (for example, 'Days', 'Months', or 'Years').

Service_Duration_Value Int True

The numeric value of the service duration. For example, a value of '4' with a unit of 'Months' indicates a four-month term.

Service_End_Date String True

The date when the service period ends. This value is commonly used for renewal scheduling and support planning.

Service_Start_Date Date False

The date when the service period begins. This field helps determine eligibility for service delivery and support.

Status String False

The status of the product record in the sales or fulfillment process (for example, 'Quoted', 'Ordered', or 'Shipped').

Subtotal Decimal True

The total value of the product line item before any discounts are applied, including prorated adjustments when applicable.

Support_Contact String False

The contact who is responsible for providing support for this product. This value is used for customer service and escalation routing.

Support_Description String False

A descriptive summary of support considerations or service instructions that relate to the product.

Support_Name String False

The display name that identifies the support entry associated with the product.

Support_Term String False

The length of the support agreement for the product. This value is typically used for contract fulfillment and renewal scheduling.

Sync_Key String True

An internal synchronization key that is used to reconcile this product record across systems and integrations.

Tag String False

The tags that are assigned to this product record. Tags support searching, grouping, and filtered workspace views.

Tax_Class String False

The tax classification that applies to the product (for example, 'Taxable' or 'Non-taxable').

Team_Count String False

The count of teams that are associated with this product record for access control and visibility purposes.

Team_Id String False

The Id of the primary team associated with this product record.

Team_Name String False

The display name of the primary team associated with this product record.

Team_Set_Id String False

The Id of the team set that is associated with this product record for expanded access control.

Total_Amount Decimal True

The total amount for this product line item after pricing, discount, and quantity calculations are applied.

Type_Id String False

The Id of the product type that classifies the product (for example, 'Hardware' or 'Software').

Type_Name String True

The display name of the product type that classifies the product.

Vendor_Part_Num String False

The vendor-provided part number for the product. This field supports external procurement and supplier matching.

Website String False

A URL that points to the product details, vendor listing, or documentation page.

Weight Decimal True

The weight of the product. This value is often used for shipping cost calculations and logistics planning.

CData Cloud

ProductTemplates

Stores reusable template records that define product configuration defaults. This table supports consistent product setup and catalog scalability.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The names of the teams that have access to this product template record. This field supports access control and visibility management.

Acl_Team_Set_Id String False

The identifier (Id) of the team set that defines access control for this product template. Team sets allow multiple teams to share access to the same record.

Active_Status String False

The active status of the product template (for example, 'Active', 'Inactive', or 'Retired'). This status determines whether the template may be used when creating new product records.

Assigned_User_Id String False

The Id of the user who is assigned to manage this product template.

Assigned_User_Name String True

The display name of the user who is assigned to manage this product template.

Base_Rate String False

The base exchange rate that applies to pricing calculations for this product template when multiple currencies are in use.

Category_Id String False

The Id of the product category that classifies this product template. Product categories support catalog organization and reporting.

Category_Name String True

The display name of the product category that classifies this product template.

Commentlog String True

A reference to log entries that contain conversational or activity-based comments associated with the product template.

Cost_Price Decimal False

The cost of producing or procuring the product that this template represents.

Cost_Usdollar Decimal True

The product cost expressed in U.S. dollars (USDs). This value standardizes cost representation across currency contexts.

Created_By String True

The Id of the user who created this product template record.

Created_By_Name String True

The display name of the user who created this product template record.

Currency_Id String False

The Id of the currency that is associated with this product template's pricing.

Currency_Name String True

The display name of the currency that is associated with this product template's pricing.

Currency_Symbol String True

The currency symbol that is associated with this product template's pricing.

Date_Available Date False

The date when the product that is represented by this template becomes available for sale or distribution.

Date_Cost_Price Date False

The date when the cost price value became valid for this product template.

Date_Entered Datetime True

The date and time when this product template record was created.

Date_Modified Datetime True

The date and time when this product template record was last modified.

Deleted Bool False

A Boolean field that returns a value of 'true' when the product template is marked for deletion. It returns a value of 'false' when the product template remains active.

Description String False

A detailed description that provides context, usage notes, or business meaning for the product template.

Discount_Price Decimal False

The discounted price that applies to the product that is represented by this template.

Discount_Usdollar Decimal True

The discounted product price expressed in USDs. This value standardizes discount representation across currency contexts.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this product template. It returns a value of 'false' when the template is not being followed.

Id [KEY] String True

The unique Id of the product template record.

List_Price Decimal False

The list price for the product that is represented by this template.

List_Usdollar Decimal True

The list price expressed in U.S. dollars. This value standardizes pricing across currencies.

Lock_Duration Bool False

A Boolean field that returns a value of 'true' when users are prevented from manually editing the duration fields that are associated with the product. It returns a value of 'false' when the duration fields are editable.

Locked_Fields String True

A system-managed list of fields that are restricted from modification to preserve data integrity.

Manufacturer_Id String False

The Id of the manufacturer that supplies the product represented by this template.

Manufacturer_Name String True

The display name of the manufacturer that supplies the product represented by this template.

Mft_Part_Num String False

The manufacturer's part number that uniquely identifies the product in supplier catalogs.

Modified_By_Name String True

The display name of the user who last modified this product template record.

Modified_User_Id String True

The Id of the user who last modified this product template record.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the product template is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the product template. This value identifies the template in catalog lists and record searches.

Pricing_Factor Decimal True

A multiplier that is used when applying the pricing formula to calculate the final product price.

Pricing_Formula String True

The pricing formula that determines how the final price is calculated (for example, 'Fixed' or 'Markup over Cost').

Qty_In_Stock Int True

The quantity of the product that is currently available in stock. This value supports inventory and fulfillment workflows.

Renewable Bool False

A Boolean field that returns a value of 'true' when the product that is represented by this template is renewable (for example, subscription services). It returns a value of 'false' when the product does not support renewal.

Service Bool False

A Boolean field that returns a value of 'true' when the product represents a service. It returns a value of 'false' when the product is a tangible good.

Service_Duration_Unit String False

The unit of measurement for the service duration (for example, 'Days', 'Months', or 'Years').

Service_Duration_Value Int True

The numeric value of the service duration that applies to the product. For example, a value of '4' with a unit of 'Months' represents a four-month service period.

Status String False

The status of the product template (not used in product catalog selection workflows).

Support_Contact String False

The contact who is responsible for providing support for this product.

Support_Description String False

A descriptive summary of the support resources or conditions that are associated with the product.

Support_Name String False

The name of the support entry that applies to the product that is represented by this template.

Support_Term String False

The length or duration of the support contract that applies to this product template.

Sync_Key String True

An internal synchronization key that is used to reconcile this product template record across systems and integrations.

Tag String False

The tags that are assigned to this product template record. Tags support categorization, filtering, and workspace organization.

Tax_Class String False

The tax classification that applies to the product (for example, 'Taxable' or 'Non-taxable').

Team_Count String False

The count of teams that are associated with this product template record.

Team_Id String False

The Id of the primary team that is associated with this product template for access control.

Team_Name String False

The display name of the primary team that is associated with this product template.

Team_Set_Id String False

The Id of the team set that is used to define access control for this product template.

Type_Id String False

The Id of the product type that categorizes the product represented by this template (for example, 'Hardware' or 'Software').

Type_Name String True

The display name of the product type that categorizes the product represented by this template.

Vendor_Part_Num String False

The vendor-supplied part number for the product that is represented by this template.

Website String False

The URL that links to product details, documentation, or supplier resources.

Weight Decimal True

The weight of the product. This value is used for logistics planning and shipping calculations.

CData Cloud

ProductTypes

Stores product type classification values. This table supports segmentation, reporting, and filtering of product offerings.

Columns

Name Type ReadOnly Description
Commentlog String True

The comment log entries that are associated with this product type. This field stores references to related discussions or notes that provide collaboration history.

Created_By String True

The unique identifier (Id) of the user who created this product type record. This value identifies the record author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this product type record. This value is used for readability in the user interface and reports.

Date_Entered Datetime True

The date and time when this product type record was initially created. This value provides historical context for record lifecycle management.

Date_Modified Datetime True

The date and time when this product type record was most recently updated. This field helps track change activity over time.

Deleted Bool False

A Boolean field that returns a value of 'true' when this product type record is marked as deleted. It returns a value of 'false' when the record is active and available for use.

Description String False

A detailed description of the product type. This field can provide explanations, usage notes, or classification guidance for cataloging and reporting.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this product type record to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The unique Id for the product type record. This value is used to reference and differentiate this record from other product types.

List_Order Int False

The numeric position of this product type in ordered lists. This value determines the display order when selecting or presenting product types.

Locked_Fields String True

The list of fields that are restricted from editing for this product type. This value ensures data integrity by preventing updates to protected attributes.

Modified_By_Name String True

The display name of the user who most recently modified this product type record. This value supports auditing and visibility into change history.

Modified_User_Id String True

The Id of the user who most recently modified this product type record. This field identifies the user responsible for the latest update.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the current user for quick access. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The name of the product type. This value is the primary label that is used to identify the product type throughout the system.

Sync_Key String True

The key that is used to support data synchronization with external systems. This value ensures that records remain matched between SugarCRM and integrated applications.

Tag String False

The tags that are associated with this product type. Tags support flexible grouping, filtering, and classification across modules.

CData Cloud

Project

Stores project records representing structured work initiatives. This table supports project planning, resource scheduling, and execution oversight.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this project. This value is used for access control, collaboration, and visibility filtering.

Acl_Team_Set_Id String False

The identifier (Id) of the set of teams that have access to this project. This value is used to manage multi-team ownership and permissions.

Assigned_User_Id String False

The Id of the user who is responsible for managing or completing work on this project. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this project. This value is shown in the user interface for clarity and reporting.

Created_By String True

The Id of the user who created this project record. This value identifies the record author for auditing and lifecycle tracking.

Created_By_Name String True

The display name of the user who created this project record. This field provides readability when reviewing project authorship.

Date_Entered Datetime True

The date and time when this project record was created. This value provides timeline context for project planning and review.

Date_Modified Datetime True

The date and time when this project record was most recently updated. This field helps track ongoing changes and record maintenance.

Deleted Bool False

A Boolean field that returns a value of 'true' when this project record is marked as deleted. It returns a value of 'false' when the record is active and available for use.

Description String False

A detailed description of the project. This field can include scope details, objectives, background context, or collaboration notes.

Estimated_End_Date Date False

The planned end date for the project. This value supports project scheduling, forecasting, and timeline management.

Estimated_Start_Date Date False

The planned start date for the project. This value indicates when work is expected to begin.

Id [KEY] String True

The unique Id for this project record. This value is used to reference the project across the system and related modules.

Is_Template Bool False

A Boolean field that returns a value of 'true' when this project is designated as a reusable template. It returns a value of 'false' when the project is a unique instance.

Modified_By_Name String True

The display name of the user who most recently modified this project record. This field supports audit visibility and version awareness.

Modified_User_Id String True

The Id of the user who most recently updated this project record. This value identifies the source of change activity.

Name String False

The name of the project. This value is used as the primary label throughout the system.

Priority String False

The priority level that is assigned to this project. This value helps determine scheduling order and resource allocation.

Status String False

The current status of the project. This value indicates whether the project is planned, in progress, completed, or on hold.

Team_Count String False

The number of teams that are associated with this project. This value helps determine the scale of collaboration and access control.

Team_Id String False

The Id of the primary team responsible for this project. This value establishes core ownership for permissions and visibility.

Team_Name String False

The display name of the primary team that is associated with this project. This value is used for readability and reporting.

Team_Set_Id String False

The Id of the set of teams that share access to this project. This value supports multi-team collaboration and permission configuration.

Total_Actual_Effort Int True

The amount of time that has already been spent working on this project, typically measured in person-hours. This value helps evaluate progress and cost.

Total_Estimated_Effort Int True

The projected amount of work that is expected to be required to complete this project, typically measured in person-hours. This value supports planning and budgeting.

CData Cloud

ProjectTask

Stores task records that are associated with projects. This table supports task assignment, progress tracking, and project activity management.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this project task. This value is used for access control, collaboration, and visibility filtering.

Acl_Team_Set_Id String False

The identifier (Id) of the set of teams that have access to this project task. This value is used to manage shared ownership and permissions.

Actual_Duration Int True

The total amount of time that has already elapsed while working on this project task, measured in the unit specified by the Duration_Unit field.

Actual_Effort Int True

The amount of effort that has already been spent on this project task, typically measured in person-hours. This value supports progress and workload evaluation.

Assigned_User_Id String False

The Id of the user who is responsible for this project task. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this project task. This value is shown in the user interface for clarity and reporting.

Created_By String True

The Id of the user who created this project task record. This value identifies the record author for auditing and lifecycle tracking.

Created_By_Name String True

The display name of the user who created this project task record. This value provides readability when reviewing task authorship.

Date_Due Date False

The date by which this project task is expected to be completed. This value supports scheduling and deadline tracking.

Date_Entered Datetime True

The date and time when this project task record was created. This value provides timeline context for project planning and review.

Date_Finish Date False

The date when this project task was actually completed. This value supports performance and timeline variance analysis.

Date_Modified Datetime True

The date and time when this project task record was most recently updated. This field helps track ongoing changes and record maintenance.

Date_Start Date False

The date when work on this project task is planned to begin. This value supports schedule coordination and resource planning.

Deleted Bool False

A Boolean field that returns a value of 'true' when this project task record is marked as deleted. It returns a value of 'false' when the record is active and available for use.

Description String False

A detailed description of the project task. This field can include instructions, scope details, or contextual information needed to complete the task.

Duration Int False

The planned duration for this project task, measured in the unit defined by the Duration_Unit field. This value supports schedule forecasting and work planning.

Duration_Unit String False

The time unit that is used to express the Duration and Actual_Duration values (for example, 'minutes', 'hours', or 'days'). This ensures consistent interpretation of work length.

Estimated_Effort Int True

The projected amount of effort required to complete this project task, typically measured in person-hours. This value supports resource planning and project estimation.

Id [KEY] String True

The unique identifier (Id) for this project task record. This value is used to reference the task across the system and related modules.

Milestone_Flag Bool False

A Boolean field that returns a value of 'true' when this project task represents a milestone. It returns a value of 'false' when the task is a standard task in the project timeline.

Modified_By_Name String True

The display name of the user who most recently modified this project task record. This field supports audit visibility and version awareness.

Modified_User_Id String True

The Id of the user who most recently updated this project task record. This value identifies the source of change activity.

Name String False

The name of the project task. This value is used as the primary label throughout the system.

Order_Number Int True

The position of this task within the task list or project sequence. This value influences task display and workflow ordering.

Parent_Task_Id Int True

The Id of the parent task, if this task is part of a task hierarchy. This relationship supports structured work breakdowns.

Percent_Complete Int True

The percentage of work that has been completed for this project task. This value supports progress tracking and reporting.

Predecessors String False

The list of task Ids that must be completed before this task can begin. This field supports dependency and timeline management.

Priority String False

The priority level that is assigned to this project task. This value indicates the urgency of the work relative to other tasks.

Project_Id String False

The Id of the project that this task belongs to. This value establishes the connection between the task and its parent project.

Project_Name String True

The display name of the project that this task belongs to. This value is shown for readability and reporting.

Project_Task_Id Int True

A numeric sequence value that uniquely distinguishes this task within the project task list. This value is often used for internal referencing and ordering.

Resource_Id String False

The Id of the resource that is assigned to work on this task. A resource can be a user or another type of project workload entity.

Resource_Name String False

The display name of the resource that is assigned to this task. This value improves readability in reports and planning tools.

Status String False

The current status of this project task. This value indicates whether the task is planned, in progress, completed, or on hold.

Task_Number Int True

A numbering value that identifies the task within the project's structured task sequence. This value can reflect hierarchical task planning.

Team_Count String False

The number of teams that are associated with this project task. This value helps determine collaboration scope and access control.

Team_Id String False

The Id of the primary team responsible for this project task. This value establishes core ownership for permissions and visibility.

Team_Name String False

The display name of the primary team that is associated with this project task. This value is used for readability and reporting.

Team_Set_Id String False

The Id of the set of teams that share access to this project task. This value supports multi-team collaboration and permission configuration.

Time_Due String True

The time by which the task is expected to be completed on the Date_Due date. This value provides finer-grained scheduling detail.

Time_Finish Int True

The actual time when work on this task was completed, typically stored as a system-calculated time value. This value supports timeline performance comparison.

Time_Start Int True

The actual time when work on this task began, typically stored as a system-calculated time value. This value supports audit tracking and schedule accuracy.

Utilization Int True

The percentage of the assigned resource's available capacity that is allocated to this project task. This value supports workload balancing and capacity planning.

CData Cloud

ProspectLists

Stores targeted prospect list definitions that are used for marketing outreach. This table supports segmentation, campaign targeting, and audience selection.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this prospect list. This value is used for access control, collaboration, and visibility filtering.

Acl_Team_Set_Id String False

The identifier (Id) of the set of teams that have access to this prospect list. This value is used to manage shared permissions across multiple teams.

Assigned_User_Id String False

The Id of the user who is assigned to manage this prospect list. This value determines responsibility for list maintenance and campaign coordination.

Assigned_User_Name String True

The display name of the user who is assigned to this prospect list. This value enhances readability in the user interface and reports.

Commentlog String True

The comment log entries that are associated with this prospect list. This field stores notes, discussion history, or collaboration context.

Created_By String True

The Id of the user who created this prospect list record. This value identifies the record author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this prospect list record. This value is shown in the user interface for clarity and review.

Date_Entered Datetime True

The date and time when this prospect list record was created. This value provides context for list lifecycle management and historical review.

Date_Modified Datetime True

The date and time when this prospect list record was most recently updated. This field supports change tracking and audit visibility.

Deleted Bool False

A Boolean field that returns a value of 'true' when this prospect list record is marked as deleted. It returns a value of 'false' when the record remains active and available for use.

Description String False

A detailed description of the prospect list. This field can include audience criteria, campaign usage notes, segmentation guidance, or business context.

Domain_Name String False

The domain that is associated with this prospect list, when the list is configured to group contacts or leads by email domain. This value supports segmentation and outbound targeting.

Entry_Count Int True

The total number of members that are currently included in this prospect list. This value helps measure audience size for targeting and campaign planning.

Id [KEY] String True

The unique Id for this prospect list record. This value is used to reference the list across marketing campaigns, reporting, and related modules.

List_Type String False

The classification of this prospect list, such as default, test, suppression, or marketing. This value determines how the list is used within marketing workflows.

Marketing_Id String False

The Id of the marketing campaign that is associated with this prospect list. This value establishes the link between the list and campaign execution activities.

Marketing_Name String False

The display name of the marketing campaign that is associated with this prospect list. This field supports readability and reporting.

Modified_By_Name String True

The display name of the user who most recently modified this prospect list record. This value provides transparency into list maintenance activity.

Modified_User_Id String True

The Id of the user who most recently updated this prospect list record. This field identifies the source of recent changes.

Name String False

The name of the prospect list. This value is used as the primary label throughout the system when selecting, managing, or reporting on the list.

Tag String False

The tags that are associated with this prospect list. Tags allow for flexible grouping, categorization, and search filtering across marketing and CRM modules.

Team_Count String False

The number of teams that are associated with this prospect list. This value indicates the scale of collaboration and access distribution.

Team_Id String False

The Id of the primary team responsible for this prospect list. This value establishes core ownership for permissions and visibility.

Team_Name String False

The display name of the primary team that is associated with this prospect list. This value is shown in the user interface and reports for clarity.

Team_Set_Id String False

The Id of the set of teams that share access to this prospect list. This value supports multi-team collaboration and permission configuration.

CData Cloud

PubSub_ModuleEvent_PushSubs

Stores push subscription configurations for module event notifications. This table supports real-time integration and event-driven automation.

Columns

Name Type ReadOnly Description
Commentlog String True

The comment log entries that are associated with this subscription record. This field stores collaboration notes, history, or internal communication related to subscription activity.

Created_By String True

The identifier (Id) of the user who created this subscription record. This value identifies the original creator for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this subscription record. This value is shown in the user interface for readability.

Date_Entered Datetime True

The date and time when this subscription record was created. This value provides timeline context for subscription lifecycle management.

Date_Modified Datetime True

The date and time when this subscription record was most recently updated. This field supports audit visibility and operational change tracking.

Deleted Bool False

A Boolean field that returns a value of 'true' when this subscription record is marked as deleted. It returns a value of 'false' when the record remains active and available for notification delivery.

Description String False

A detailed description of the subscription configuration or its intended purpose. This field can include usage notes or contextual information for maintenance and review.

Expiration_Date Datetime False

The date and time when this subscription expires if it is not renewed. Subscriptions typically remain active for a limited period and must be updated to continue receiving module event notifications.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this subscription record to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The unique Id for this subscription record. This value is used to reference and manage the subscription across the system.

Locked_Fields String True

The list of fields that are restricted from editing for this subscription. This value helps protect system-managed configuration and prevent unauthorized changes.

Modified_By_Name String True

The display name of the user who most recently modified this subscription record. This value provides visibility into recent updates.

Modified_User_Id String True

The Id of the user who most recently updated this subscription record. This value identifies the source of the latest change activity.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user has marked this subscription as a favorite for quick reference. It returns a value of 'false' when the record is not favorited.

Name String False

The name of the subscription. This value is the primary label used to identify the subscription throughout the system.

Sync_Key String True

The synchronization key that is used to match this subscription record with external systems. This value supports integration consistency in distributed environments.

Tag String False

The tags that are associated with this subscription. Tags support flexible grouping, filtering, and organization across records.

Target_Module String False

The name of the module for which this subscription receives event notifications. This value determines the scope of events that trigger webhook delivery.

Token String False

A string value that is included with each event notification that is delivered to the subscriber. This value can be used for identifying subscribers or validating webhook requests.

Webhook_Url String False

The URL that receives webhook callbacks when events occur in the target module. This value enables external systems to receive real-time event notifications.

CData Cloud

PurchasedLineItems

Stores individual purchase line-item records. This table supports purchase history analysis, revenue attribution, and customer value insights.

Columns

Name Type ReadOnly Description
Account_Id String False

The identifier (Id) of the account that is associated with the purchased line item's parent purchase. This value links the purchased item to the customer or business entity responsible for the transaction.

Account_Name String True

The display name of the account that is associated with the purchased line item. This value is shown in the user interface for readability and reporting.

Acl_Team_Names String True

The list of team names that are associated with this purchased line-item record. This value supports collaboration, access control, and visibility filtering.

Acl_Team_Set_Id String False

The Id of the set of teams that have access to this purchased line item. This value is used to manage shared permissions across teams.

Annual_Revenue Decimal True

The annual revenue amount that is associated with the purchased item, if applicable. This value can be used for revenue planning, reporting, or forecasting.

Asset_Number String False

The asset tag or tracking number that identifies the product item that is in use by the customer. This value supports asset management and lifecycle tracking.

Assigned_User_Id String False

The Id of the user who is responsible for managing or overseeing this purchased line item. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this purchased line item. This value enhances readability in the user interface and reports.

Base_Rate String False

The base exchange or pricing rate that is applied to the purchased line item. This value can be used in pricing, billing, or currency calculations.

Book_Value Decimal True

The current accounting value of the purchased asset, based on depreciation or book valuation methods. This value supports financial tracking and asset reporting.

Book_Value_Date Date False

The date on which the book value of the purchased asset was calculated. This value is used to verify accuracy and timing of depreciation or valuation adjustments.

Book_Value_Usdollar Decimal True

The accounting book value of the purchased asset expressed in United States dollars (USDs). This value supports standardized financial comparison and reporting.

Catalog_Service_Duration_Unit String True

The unit of time that is associated with the product catalog item's service duration (for example, 'days', 'months', or 'years'). This value supports duration comparison and entitlement calculations.

Catalog_Service_Duration_Value Int True

The numeric duration value that corresponds to the Catalog_Service_Duration_Unit field. This value defines the length of the service or entitlement period.

Category_Id String False

The Id of the product category that this purchased line item belongs to. This classification supports product grouping and reporting.

Category_Name String True

The name of the product category that is associated with this purchased line item. This value is shown for readability and classification in selection lists and reports.

Commentlog String True

The comment log entries that are associated with this purchased line item. This field stores collaboration notes, discussion history, and context regarding changes or decisions.

Cost_Price Decimal True

The cost of the purchased product or service. This value represents internal expense before markup or margin is applied.

Cost_Usdollar Decimal True

The cost of the purchased product or service expressed in USDs. This value supports standardized reporting and financial analysis.

Created_By String True

The Id of the user who created this purchased line-item record. This value identifies the record author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this purchased line-item record. This value is shown in the user interface for clarity and review.

Currency_Id String False

The Id of the currency that is associated with monetary values in this purchased line item. This value supports multi-currency pricing and financial conversion.

Currency_Name String True

The display name of the currency that is associated with this purchased line item. This value is shown for readability in the user interface and reports.

Currency_Symbol String True

The symbol that represents the currency that is associated with this purchased line item (for example, '$', '€', or '£'). This value supports formatted display of financial amounts.

Date_Closed Date False

The expected or actual date when this purchased line item is considered closed or finalized. This value supports revenue recognition and contract timeline tracking.

Date_Closed_Timestamp String True

The timestamp representation of the Date_Closed value. This value can be used for precise historical or system-driven event processing.

Date_Entered Datetime True

The date and time when this purchased line-item record was created. This value provides timeline context for auditing and lifecycle tracking.

Date_Modified Datetime True

The date and time when this purchased line-item record was most recently updated. This field supports audit visibility and operational tracking.

Date_Purchased Date False

The date on which the product or service was purchased. This value provides context for customer entitlements, warranty dates, and billing cycles.

Date_Support_Expires Date False

The date when support coverage for the purchased item expires. This value supports renewal planning and service entitlement enforcement.

Date_Support_Starts Date False

The date when support coverage for the purchased item begins. This value marks the start of the support entitlement period.

Deal_Calc Decimal True

The calculated revenue or loss amount for this purchased line item. This value supports margin analysis and financial performance tracking.

Deal_Calc_Usdollar Decimal True

The calculated revenue or loss expressed in USDs. This value supports standardized financial comparison and reporting.

Deleted Bool False

A Boolean field that returns a value of 'true' when this purchased line item is marked as deleted. It returns a value of 'false' when the record remains active and available for use.

Denorm_Account_Name String False

The descriptive name of the account that is associated with this purchased line item, stored in a flattened form for search and reporting efficiency.

Description String False

A detailed description of the purchased line item. This field can include usage notes, context about the purchase, or relevant supporting details.

Discount_Amount String True

The total discount that is applied to the purchased line item. This value reflects price reductions before final pricing or revenue calculation.

Discount_Amount_Signed Decimal True

The total discount amount expressed as a signed value, which can be positive or negative depending on the calculation rules.

Discount_Amount_Usdollar Decimal True

The total discount amount expressed in USDs. This value supports consistent financial reporting across currencies.

Discount_Price Decimal False

The discounted price of the purchased item before taxes or fees are applied. This value reflects the final unit price after discounting.

Discount_Select Bool False

A Boolean field that returns a value of 'true' when a discount option has been selected for this purchased line item. It returns a value of 'false' when no discount selection has been made.

Discount_Usdollar Decimal True

The discounted price of the purchased item expressed in USDs. This value supports standardized pricing and financial reporting.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this purchased line item to receive update notifications. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The unique Id for this purchased line-item record. This value is used to reference the record across the system and related processes.

List_Price Decimal True

The list price of the purchased product or service before discounts or adjustments are applied. This value supports pricing transparency and comparison.

List_Usdollar Decimal True

The list price of the purchased product or service expressed in USDs. This value supports multi-currency normalization and reporting.

Lock_Duration Bool False

A Boolean field that returns a value of 'true' when direct editing of the duration field is restricted for this purchased line item. It returns a value of 'false' when the duration field is open for editing.

Locked_Fields String True

The list of fields that are restricted from editing for this purchased line item. This ensures that system-controlled configuration remains protected.

Manufacturer_Id String False

The Id of the manufacturer that produced the product that is associated with this purchased line item. This value supports supplier tracking and reporting.

Manufacturer_Name String True

The display name of the manufacturer that produced the product associated with this purchased line item. This value is shown in the user interface and reports.

Mft_Part_Num String False

The part number that is assigned by the manufacturer for this product. This value supports procurement, servicing, and product identification.

Modified_By_Name String True

The display name of the user who most recently modified this purchased line item. This value provides visibility into recent record changes.

Modified_User_Id String True

The Id of the user who most recently updated this purchased line item. This field identifies the source of the latest change activity.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user has marked this purchased line item as a favorite for quick reference. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The name of the purchased line item. This value is used as the primary label throughout the system.

Pricing_Factor Int True

The numeric factor that is applied during price calculation based on the selected pricing formula. This value influences the resulting sale price.

Pricing_Formula String False

The pricing formula that determines how the final price is calculated (for example, 'Fixed' or 'Markup over Cost'). This value supports consistent and automated pricing.

Product_Template_Id String False

The Id of the product template from which this purchased line item was originally derived. This value links the purchased item to the standard catalog definition.

Product_Template_Name String True

The display name of the product template that is associated with this purchased line item. This value is shown for readability and reference.

Product_Type_Id String False

The Id of the product type classification for this purchased item (for example, 'hardware' or 'software'). This value supports categorization and reporting.

Product_Type_Name String True

The display name of the product type classification that is associated with this purchased line item. This value provides readability in lists and reports.

Purchase_Id String False

The Id of the parent purchase record that resulted in this purchased line item. This value establishes the relationship between the purchase and its itemized components.

Purchase_Name String False

The display name of the parent purchase record that is associated with this purchased line item. This value is shown in the user interface for clarity.

Quantity Decimal True

The quantity of the purchased item that is in use or recorded in the line item. This value supports inventory, entitlement, and billing calculations.

Renewable Bool False

A Boolean field that returns a value of 'true' when the purchased item is renewable, such as a service subscription. It returns a value of 'false' when the item does not renew.

Renewal Bool True

A Boolean field that returns a value of 'true' when this purchased line item represents a renewal of a previous purchase. It returns a value of 'false' when it is a new purchase.

Renewal_Opp_Id String False

The Id of the renewal opportunity that is associated with this purchased line item, if it originated from an opportunity renewal process.

Renewal_Opp_Name String True

The display name of the renewal opportunity that is associated with this purchased line item. This value supports visibility in sales workflows and reporting.

Revenue Decimal False

The revenue that is recognized from this purchased line item. This value supports financial tracking and profitability analysis.

Revenue_Usdollar Decimal True

The revenue that is recognized from this purchased line item expressed in USDs. This value supports standardized financial reporting.

Revenuelineitem_Id String False

The Id of the revenue line item from which this purchased line item was created, when applicable. This value supports traceability in sales processing workflows.

Revenuelineitem_Name String True

The display name of the revenue line item that is associated with this purchased line item. This value provides readability and context in reporting.

Serial_Number String False

The serial number that is assigned to the physical product that is in use. This value supports warranty tracking, servicing, and asset traceability.

Service Bool False

A Boolean field that returns a value of 'true' when the purchased item is a service offering rather than a tangible product. It returns a value of 'false' when the item is a product.

Service_Duration_Multiplier Decimal True

The multiplier that represents the proportion of this purchased item's service duration relative to another reference duration such as its product template. This value is used in entitlement and renewal calculations.

Service_Duration_Unit String False

The time unit that applies to the service duration (for example, 'Year(s)', 'Month(s)', or 'Day(s)'). This value supports scheduling and entitlement definitions.

Service_Duration_Value Int True

The numeric value that represents the length of the service duration. For example, if the duration is four months, the value is '4'.

Service_End_Date String True

The date when service coverage or subscription entitlement ends for this purchased item. This value supports renewal and service continuity planning.

Service_Start_Date Date False

The date when service coverage or subscription entitlement begins. This value marks the start of the service entitlement period.

Status String False

The current status of the purchased line item, indicating whether it is active, expired, pending renewal, or retired.

Subtotal Decimal True

The subtotal value for the purchased line item before discounts, taxes, or adjustments are applied. This value can reflect proration based on service duration.

Support_Contact String False

The contact information that is used for support associated with this purchased item, such as a vendor or internal service group.

Support_Description String False

A description of the support coverage or service entitlement associated with the purchased item. This value can include limitations, service tiers, or usage notes.

Support_Name String False

The name of the support plan or service that is associated with this purchased line item. This value is shown in the user interface and reports.

Support_Term String False

The length or duration of the support contract. This value supports service entitlement and renewal scheduling.

Sync_Key String True

The synchronization key that is used to match this purchased line item with records in external systems. This value ensures data consistency during system integration.

Tag String False

The tags that are associated with this purchased line item. Tags support flexible grouping, categorization, and filtering across records.

Tax_Class String False

The tax classification that applies to this purchased item (for example, 'Taxable' or 'Non-taxable'). This value influences tax calculation and billing.

Team_Count String False

The number of teams that are associated with this purchased line item. This value indicates collaboration scope and access distribution.

Team_Id String False

The Id of the primary team responsible for this purchased line item. This value establishes core ownership for permissions and visibility.

Team_Name String False

The display name of the primary team that is associated with this purchased line item. This value is shown in the user interface for clarity and reporting.

Team_Set_Id String False

The Id of the set of teams that share access to this purchased line item. This value supports multi-team collaboration and permission configuration.

Total_Amount Decimal True

The total monetary amount of the purchased line item after discounts and adjustments are applied. This value is used for billing and reporting.

Vendor_Part_Num String False

The part number that is assigned by the vendor for this purchased product. This value supports procurement and supply chain coordination.

Website String False

The website or URL that provides product or service information for this purchased item. This value can link to vendor, manufacturer, or catalog documentation.

Weight Decimal True

The weight of the purchased item. This value can be used for shipping, logistics, or asset handling.

CData Cloud

Purchases

Stores summarized purchase records that are linked to accounts or contacts. This table supports customer lifecycle management and sales effectiveness analysis.

Columns

Name Type ReadOnly Description
Account_Id String False

The identifier (Id) of the account that is associated with this purchase. This value links the purchase to the customer or business entity responsible for the transaction.

Account_Name String False

The display name of the account that is associated with this purchase. This value is shown in the user interface for clarity and reporting.

Acl_Team_Names String True

The list of team names that are associated with this purchase record. This value supports collaboration, access control, and visibility filtering.

Acl_Team_Set_Id String False

The Id of the set of teams that have access to this purchase. This value is used to manage shared team permissions.

Assigned_User_Id String False

The Id of the user who is responsible for managing or overseeing this purchase. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this purchase. This value enhances readability in the user interface and reports.

Base_Rate String False

The base exchange or pricing rate that is applied to the purchase. This value can be used for billing or currency conversion.

Category_Id String False

The Id of the product category that is associated with this purchase. This value supports product classification and reporting.

Category_Name String True

The name of the product category that is associated with this purchase. This value is shown in the user interface for readability and selection.

Commentlog String True

The comment log entries that are associated with this purchase. This field stores collaboration notes, historical context, or decision-related communication.

Created_By String True

The Id of the user who created this purchase record. This value identifies the record author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this purchase record. This value is shown in the user interface for visibility and review.

Currency_Id String False

The Id of the currency that is associated with the financial values in this purchase. This value supports multi-currency pricing and conversion.

Currency_Name String True

The display name of the currency that is associated with this purchase. This value is shown for readability in the user interface and reports.

Currency_Symbol String True

The symbol that represents the currency associated with this purchase (for example, '$', '€', or '£'). This value supports formatted financial display.

Date_Entered Datetime True

The date and time when this purchase record was created. This value provides timeline context for lifecycle management and auditing.

Date_Modified Datetime True

The date and time when this purchase record was most recently updated. This field helps track ongoing changes and record maintenance.

Deleted Bool False

A Boolean field that returns a value of 'true' when this purchase record is marked as deleted. It returns a value of 'false' when the record remains active and available for use.

Description String False

A detailed description of the purchase. This field can include notes, transaction context, or supporting business information.

End_Date Date True

The date when coverage or entitlement for this purchase ends. This value supports renewal planning and contract management.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this purchase to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The unique Id for this purchase record. This value is used to reference the purchase across the system and related modules.

Locked_Fields String True

The list of fields that are restricted from editing for this purchase. This value ensures that system-controlled configuration remains protected.

Modified_By_Name String True

The display name of the user who most recently modified this purchase record. This value provides visibility into recent changes.

Modified_User_Id String True

The Id of the user who most recently updated this purchase record. This field identifies the source of the latest change activity.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user marks this purchase as a favorite for quick access. It returns a value of 'false' when the record is not favorited.

Name String False

The name of the purchase. This value is used as the primary label throughout the system.

Pli_Collection String True

The internal collection reference that contains the purchased line items linked to this purchase. This value supports itemization and record retrieval.

Pli_Count Int True

The total number of purchased line items that are associated with this purchase. This value supports reporting, entitlement assessment, and financial review.

Product_Template_Id String False

The Id of the product template that is associated with this purchase, if the purchase originated from a standard catalog item.

Product_Template_Name String True

The display name of the product template that is associated with this purchase. This value is shown in the user interface for context and selection.

Renewable Bool False

A Boolean field that returns a value of 'true' when the purchase is configured to renew, such as subscription or service-based contracts. It returns a value of 'false' when the purchase does not renew.

Service Bool False

A Boolean field that returns a value of 'true' when this purchase represents a service rather than a tangible product. It returns a value of 'false' when the purchase is a product.

Start_Date Date True

The date when coverage or entitlement for this purchase begins. This value marks the start of the contract or service period.

Sync_Key String True

The synchronization key that is used to match this purchase record with external systems. This value ensures data consistency across integrations.

Tag String False

The tags that are associated with this purchase. Tags support flexible grouping, classification, and filtering across records.

Team_Count String False

The number of teams that are associated with this purchase. This value indicates the scope of collaboration and access distribution.

Team_Id String False

The Id of the primary team that is responsible for this purchase. This value establishes ownership for permissions and visibility.

Team_Name String False

The display name of the primary team that is associated with this purchase. This value is shown in the user interface and reports for clarity.

Team_Set_Id String False

The Id of the set of teams that share access to this purchase. This value supports multi-team collaboration and permission configuration.

Total_Quantity Decimal True

The total quantity of items that are included in this purchase. This value supports inventory, entitlement, and billing calculations.

Total_Revenue Decimal True

The revenue that is recognized from this purchase. This value is used for financial tracking and profitability analysis.

Type_Id String False

The Id of the product type that is associated with this purchase, such as hardware or software.

Type_Name String True

The display name of the product type that is associated with this purchase. This value supports classification and reporting.

CData Cloud

PushNotifications

Stores records representing push notification events that are delivered to users or devices. This table supports real-time engagement and alert-driven workflows.

Columns

Name Type ReadOnly Description
Assigned_User_Id String False

The identifier (Id) of the user who is responsible for this push notification. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this push notification. This value is shown in the user interface for readability.

Created_By String True

The Id of the user who created this push notification record. This value identifies the record author for auditing and lifecycle tracking.

Created_By_Name String True

The display name of the user who created this push notification record. This value is shown in the user interface and reports.

Date_Entered Datetime True

The date and time when this push notification record was created. This value provides timeline context for auditing and activity review.

Date_Modified Datetime True

The date and time when this push notification record was most recently updated. This field supports change tracking and version visibility.

Deleted Bool False

A Boolean field that returns a value of 'true' when this push notification record is marked as deleted. It returns a value of 'false' when the record remains active and available for use.

Description String False

A detailed description of the push notification. This field can include notes, context, or supporting information related to the notification event.

Extra_Data String False

A JSON-encoded string that contains additional data associated with the push notification. This value can include metadata needed by consuming applications.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this push notification to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The unique Id for this push notification record. This value is used to reference the notification across the system.

Is_Sent Bool False

A Boolean field that returns a value of 'true' when the push notification is successfully sent. It returns a value of 'false' when the notification is pending or unsent.

Locked_Fields String True

The list of fields that are restricted from editing for this push notification. This value protects system-controlled configuration from unauthorized updates.

Modified_By_Name String True

The display name of the user who most recently modified this push notification record. This value provides transparency into recent changes.

Modified_User_Id String True

The Id of the user who most recently updated this push notification record. This field identifies the source of the latest modification.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user has marked this push notification as a favorite for quick access. It returns a value of 'false' when the record is not favorited.

Name String False

The name of the push notification. This value serves as the primary label that is used throughout the system.

Notification_Type String False

The type of notification event, such as record assignment or workflow change. This value determines the conditions under which the notification is triggered.

Parent_Id String False

The Id of the related record that this push notification refers to, based on the module specified in the Parent_Type field.

Parent_Type String True

The name of the module that the push notification is associated with. This value determines the type of record referenced in Parent_Id.

Sync_Key String True

The synchronization key that is used to match this push notification record with external systems. This value supports data consistency across integrations.

CData Cloud

Quotas

Stores sales quota assignments for users or teams over specific time periods. This table supports performance measurement and goal tracking.

Columns

Name Type ReadOnly Description
Amount Decimal False

The quota amount that is assigned to the user for the defined period. This value represents the target revenue or attainment goal.

Amount_Base_Currency Decimal False

The quota amount that is expressed in the system's base currency. This value supports reporting consistency in multi-currency environments.

Assigned_User_Id String False

The identifier (Id) of the user who is responsible for meeting this quota target. This assignment determines ownership and performance tracking.

Assigned_User_Name String True

The display name of the user who is assigned to this quota. This value is shown in the user interface for readability and reporting.

Base_Rate String False

The exchange rate that is applied to convert the quota amount to or from the base currency. This value supports multi-currency calculations.

Commentlog String True

The comment log entries that are associated with this quota record. This field stores collaboration notes or review context.

Committed Bool False

A Boolean field that returns a value of 'true' when the user has committed to achieving this quota. It returns a value of 'false' when the quota is not yet committed.

Created_By String True

The Id of the user who created this quota record. This value identifies the record author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this quota record. This value is shown in the user interface and reports.

Currency_Id String False

The Id of the currency that is associated with the quota amount. This value supports multi-currency configuration.

Currency_Name String True

The display name of the currency that is associated with the quota. This value is shown for readability in user interface displays and reporting.

Currency_Symbol String True

The symbol representing the currency that is associated with the quota (for example, '$', '€', or '£'). This value supports formatted presentation of financial values.

Date_Entered Datetime True

The date and time when this quota record was created. This value supports timeline tracking and auditing.

Date_Modified Datetime True

The date and time when this quota record was most recently updated. This field supports version history and change review.

Deleted Bool False

A Boolean field that returns a value of 'true' when this quota record is marked as deleted. It returns a value of 'false' when the record remains active and available for use.

Description String False

A detailed description of the quota. This field can include forecasting notes, planning context, or justification comments.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this quota record to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The unique Id for this quota record. This value is used to reference the record across reports, dashboards, and related modules.

Locked_Fields String True

The list of fields that are restricted from editing for this quota record. This value prevents updates to system-controlled configuration.

Modified_By_Name String True

The display name of the user who most recently modified this quota record. This value provides transparency into recent updates.

Modified_User_Id String True

The Id of the user who most recently updated this quota record. This field identifies the source of the latest modification.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the current user has marked this quota record as a favorite. It returns a value of 'false' when the record is not marked as a favorite.

Name String False

The name of the quota record. This value is used as the primary label throughout the system.

Quota_Type String False

The classification of the quota (for example, 'individual', 'team', or 'regional'). This value determines how the quota is rolled up and reported.

Sync_Key String True

The synchronization key that is used to match this quota record with external systems. This value ensures data consistency across integrations.

Timeperiod_Id String False

The Id of the time period (for example, a month, quarter, or fiscal year) that this quota applies to. This value determines the timeframe for measuring attainment.

User_Full_Name String False

The full display name of the user that is associated with this quota. This value is shown in reports and dashboards for readability.

User_Id String False

The Id of the user whose performance is being measured against this quota. This value establishes the quota's ownership and reporting alignment.

User_Name String False

The login or username of the user that is associated with this quota. This value is used to distinguish users in selection lists and administrative tools.

CData Cloud

Quotes

Stores sales quote records containing pricing proposals for potential deals. This table supports deal negotiation, approval workflows, and quote-to-order execution.

Columns

Name Type ReadOnly Description
Account_Id String True

The unique identifier (Id) of the account that is associated with this quote. This value links the quote to the customer or organization involved in the transaction.

Account_Name String True

The display name of the account that is associated with this quote. This value is shown in the user interface for readability and reporting.

Acl_Team_Names String True

The list of team names that are associated with this quote record. This value supports collaboration, access control, and visibility filtering.

Acl_Team_Set_Id String False

The Id of the set of teams that have access to this quote. This value is used to manage shared team permissions across the organization.

Assigned_User_Id String False

The Id of the user who is responsible for managing or following up on this quote. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this quote. This value is shown in the user interface for clarity and reporting.

Base_Rate String False

The exchange rate factor that is applied to convert the quote amount from its original currency to the base currency. This value supports multi-currency financial reporting.

Billing_Account_Id String True

The Id of the billing account that is associated with this quote. This value links the quote to the account responsible for billing and invoicing.

Billing_Account_Name String False

The display name of the billing account that is associated with this quote. This value is shown for readability and billing reference.

Billing_Address_City String False

The city portion of the billing address for this quote. This value is used for invoicing and record documentation.

Billing_Address_Country String False

The country portion of the billing address for this quote. This value supports compliance and geographic reporting.

Billing_Address_Postalcode String False

The postal or ZIP code portion of the billing address for this quote. This value supports delivering accurate billing and invoicing correspondence.

Billing_Address_State String False

The state or region portion of the billing address for this quote. This value supports mailing, taxation, and regulatory requirements.

Billing_Address_Street String False

The street address that is associated with the billing location for this quote. This value is used for invoicing and account documentation.

Billing_Contact_Id String True

The Id of the billing contact person for this quote. This value determines who receives billing and invoicing communications.

Billing_Contact_Name String True

The display name of the billing contact associated with this quote. This value is shown in the interface and reports for clarity.

Bundles String True

The list of product or service bundles that are included in this quote. This value supports item grouping and multi-product pricing.

Created_By String True

The Id of the user who created this quote record. This value identifies the record author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this quote record. This value is shown in the interface and reports.

Currency_Id String False

The Id of the currency that is associated with the financial values in this quote. This value supports multi-currency configuration and conversion.

Currency_Name String True

The display name of the currency that is used for financial amounts in this quote. This value is shown for readability in the user interface.

Currency_Symbol String True

The symbol that represents the currency used in this quote (for example, '$', '€', or '£'). This value supports formatted display.

Date_Entered Datetime True

The date and time when this quote record was created. This value supports timeline reference and audit tracking.

Date_Modified Datetime True

The date and time when this quote record was most recently updated. This value supports change tracking and version transparency.

Date_Order_Shipped Date False

The date when the order that is associated with this quote was shipped. This value supports fulfillment and delivery tracking.

Date_Quote_Closed Date False

The date when the quote was finalized, accepted, or closed. This value supports sales pipeline and performance analysis.

Date_Quote_Expected_Closed Date False

The projected closing date for the quote. This value supports forecasting and opportunity planning.

Deal_Tot Decimal True

The total deal amount for this quote before currency conversions. This value reflects the overall monetary value of the quote.

Deal_Tot_Discount_Percentage Double True

The percentage discount that is applied to the total deal value. This value influences pricing strategy and profitability evaluation.

Deal_Tot_Usdollar Decimal True

The total deal amount expressed in United States Dollars (USD). This value supports standardized reporting.

Deleted Bool False

A Boolean field that returns a value of 'true' when this quote record is marked as deleted. It returns a value of 'false' when the record remains active and available for use.

Denorm_Billing_Account_Name String False

The stored display name of the billing account used for search, filtering, or reporting efficiency.

Description String False

A detailed description of the quote. This field can include negotiation context, customer notes, or decision-support details.

Discount Decimal True

The discount amount that is applied to the quote before the final total is calculated. This value affects pricing and margin evaluation.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this quote to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for this quote record. This value references the quote across related modules, workflows, and reporting.

Locked_Fields String True

The list of fields that are restricted from editing for this quote. This value ensures that system-governed fields remain protected.

Modified_By_Name String True

The display name of the user who most recently modified this quote record. This value provides visibility into update history.

Modified_User_Id String True

The Id of the user who most recently updated this quote record. This value identifies the source of the most recent change activity.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the quote. This value is used as the primary label throughout the system.

New_Sub Decimal True

The value of new subscription-based revenue included in the quote. This value supports subscription revenue tracking.

New_Sub_Usdollar Decimal True

The new subscription revenue amount that is expressed in USDs. This value supports standardized reporting.

Opportunity_Id String True

The Id of the opportunity that is associated with this quote. This value connects the quote to a sales pipeline activity.

Opportunity_Name String True

The display name of the opportunity that is associated with this quote. This value provides clarity in reports and UI references.

Order_Stage String False

The stage of the order process that is associated with this quote. This value supports sales cycle progression and fulfillment planning.

Original_Po_Date Date False

The date of the original purchase order associated with this quote. This value supports historical and contractual review.

Payment_Terms String False

The agreed payment terms for the quote, such as the net period or installment conditions. This value supports invoicing and contract structuring.

Purchase_Order_Num String False

The purchase order number that is associated with the quote. This value is used for billing alignment and audit reference.

Quote_Num Int False

The sequential quote number that identifies this quote within the organization's quoting process. This value supports internal tracking and reference.

Quote_Stage String False

The current stage of the quote in the sales process (for example, 'draft', 'negotiation', or 'finalized'. This value supports pipeline and forecasting analysis.

Quote_Type String False

The classification of the quote, such as new business or existing business. This value supports reporting and revenue attribution.

Renewal Bool True

A Boolean field that returns a value of 'true' when this quote represents a renewal of an existing contract or purchase. It returns a value of 'false' when it does not represent a renewal.

Shipper_Id String False

The Id of the shipper or shipping provider that is associated with this quote. This value supports delivery logistics and fulfillment coordination.

Shipper_Name String True

The display name of the shipper that is associated with this quote. This value is shown in the user interface and reports.

Shipping Decimal True

The total shipping cost that is applied to this quote. This value contributes to the final pricing calculation.

Shipping_Account_Id String True

The Id of the account to which shipping charges are billed. This value supports billing alignment and financial reporting.

Shipping_Account_Name String True

The display name of the account responsible for shipping charges. This value is shown in the user interface for clarity.

Shipping_Address_City String False

The city portion of the shipping address that is associated with this quote. This value supports delivery and address record accuracy.

Shipping_Address_Country String False

The country portion of the shipping address that is associated with this quote. This value supports geographic, regulatory, and customs considerations.

Shipping_Address_Postalcode String False

The postal or ZIP code portion of the shipping address that is associated with this quote. This value supports delivery accuracy and routing.

Shipping_Address_State String False

The state or region portion of the shipping address. This value supports location-based taxation and delivery coordination.

Shipping_Address_Street String False

The street address that is associated with the shipping location for this quote. This value is used for delivery and documentation.

Shipping_Contact_Id String True

The Id of the shipping contact person for this quote. This value identifies the individual responsible for receiving or coordinating shipment.

Shipping_Contact_Name String True

The display name of the shipping contact associated with this quote. This value provides clarity in correspondence and reporting.

Shipping_Usdollar Decimal True

The total shipping cost expressed in USDs. This value supports standardized reporting across currencies.

Show_Line_Nums Bool False

A Boolean field that returns a value of 'true' when line item numbers are displayed in the quote. It returns a value of 'false' when line item numbers are hidden.

Subtotal Decimal True

The subtotal amount of the quote before taxes, fees, and adjustments are applied. This value reflects the base pricing of products and services.

Subtotal_Usdollar Decimal True

The subtotal amount expressed in USDs. This value supports multi-currency normalization.

Sync_Key String True

The synchronization key that is used to match this quote record with external systems. This value ensures data consistency across integrations.

Tag String False

The tags that are associated with this quote. Tags support flexible grouping, categorization, and filtering across records.

Tax Decimal True

The total tax amount applied to the quote. This value is calculated based on applicable tax rates and taxable components.

Tax_Usdollar Decimal True

The tax amount expressed in USDs. This value supports standardized reporting.

Taxable_Subtotal Decimal True

The portion of the quote subtotal that is subject to taxation. This value represents the taxable basis before tax is applied.

Taxrate_Id String False

The Id of the tax rate that is applied to this quote. This value determines which tax percentage is used in the calculation.

Taxrate_Name String True

The display name of the tax rate that is applied to this quote. This value is shown in the user interface and reports.

Taxrate_Value Decimal True

The numeric value of the tax rate that is applied to this quote, expressed as a percentage. This value directly influences the tax calculation.

Team_Count String False

The number of teams that are associated with this quote. This value indicates collaboration scope and access distribution.

Team_Id String False

The Id of the primary team that is responsible for this quote. This value establishes ownership for permissions and visibility.

Team_Name String False

The display name of the primary team that is associated with this quote. This value is shown in the interface for clarity and reporting.

Team_Set_Id String False

The Id of the set of teams that share access to this quote. This value supports multi-team collaboration and permission distribution.

Total Decimal True

The total amount of the quote after taxes, shipping, and discounts are applied. This value represents the final pricing amount.

Total_Usdollar Decimal True

The total quote amount expressed in USDs. This value supports standardized financial reporting across currencies.

CData Cloud

Releases

Stores software release and versioning records. This table supports deployment management and compatibility tracking.

Columns

Name Type ReadOnly Description
Created_By String True

The unique identifier (Id) of the user who created this release record. This value identifies the record author for auditing and ownership tracking.

Date_Entered Datetime True

The date and time when this release record was created. This value provides lifecycle and timeline context.

Date_Modified Datetime True

The date and time when this release record was most recently updated. This field supports auditing and change tracking.

Deleted Bool False

A Boolean field that returns a value of 'true' when this release record is marked as deleted. It returns a value of 'false' when the record remains active and available for use.

Id [KEY] String True

The Id for this release record. This value is used to reference the release across system modules and related records.

List_Order Int True

The numeric position of this release in ordered lists. This value determines how the release is displayed in selection lists and UI components.

Modified_User_Id String True

The Id of the user who most recently updated this release record. This value identifies the source of the most recent change.

Name String False

The name of the release. This value is used as the primary label throughout the system and in user-facing lists.

Status String False

The current status of the release, such as active, inactive, or deprecated. This value determines whether the release is selectable or displayed in user workflows.

CData Cloud

ReportMaker

Stores report template and layout configuration records. This table supports custom reporting and analytics generation.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this report. This value supports collaboration, access control, and visibility filtering.

Acl_Team_Set_Id String False

The Id of the set of teams that have access to this report. This value is used to manage shared permission assignments.

Created_By String True

The unique identifier (Id) of the user who created this report. This value identifies the report author for auditing and ownership tracking.

Date_Entered Datetime True

The date and time when this report record was created. This value provides context for lifecycle tracking and history review.

Date_Modified Datetime True

The date and time when this report record was most recently updated. This field supports change tracking and audit visibility.

Deleted Bool False

A Boolean field that returns a value of 'true' when this report record is marked as deleted. It returns a value of 'false' when the record remains active and available for use.

Description String False

A detailed description of the report. This field can include purpose notes, usage context, or filtering logic details.

Id [KEY] String True

The Id for this report record. This value is used to reference and manage the report across the system.

Modified_User_Id String True

The Id of the user who most recently updated this report. This value identifies the source of the latest change activity.

Name String False

The internal name of the report. This value is used to identify the report throughout the system.

Report_Align String False

The alignment setting for how the report is formatted or displayed. This value influences layout presentation in the user interface.

Scheduled Bool False

A Boolean field that returns a value of 'true' when this report is scheduled for automated execution or delivery. It returns a value of 'false' when no scheduling is applied.

Team_Count String False

The number of teams that are associated with this report. This value indicates the scope of collaboration and access distribution.

Team_Id String False

The Id of the primary team that is responsible for this report. This value establishes ownership for permissions and visibility.

Team_Name String False

The display name of the primary team that is associated with this report. This value is shown in the user interface and reporting outputs.

Team_Set_Id String False

The Id of the set of teams that share access to this report. This value supports multi-team collaboration and permission configuration.

Title String False

The display title of the report. This value is used as the user-facing name when the report is viewed or listed in the interface.

CData Cloud

Reports

Stores report definitions and display parameters. This table supports operational reporting, metrics visualization, and data analysis.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this report. This value supports collaboration, access control, and visibility filtering.

Acl_Team_Set_Id String False

The Id of the set of teams that have access to this report. This value is used to manage shared permission assignments.

Assigned_User_Id String False

The unique identifier (Id) of the user who is responsible for this report. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this report. This value is shown in the user interface for clarity and reporting.

Chart_Type String False

The chart style or visualization format that is associated with the report, such as bar, pie, or trend. This value influences how report results are displayed.

Content String True

The stored definition of the report, including filters, fields, display settings, and data logic. This value represents the underlying report configuration.

Created_By String True

The Id of the user who created this report record. This value identifies the report author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this report record. This value is shown in the user interface for readability.

Date_Entered Datetime True

The date and time when this report record was created. This value supports historical tracking and timeline analysis.

Date_Modified Datetime True

The date and time when this report record was most recently updated. This field supports change tracking and review visibility.

Deleted Bool False

A Boolean field that returns a value of 'true' when this report record is marked as deleted. It returns a value of 'false' when the record remains active and available for use.

Description String False

A detailed explanation of the report's purpose, content, or usage context. This field can contain notes, rationale, or documentation.

Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite. It returns a value of 'false' when it is not marked as a favorite.

Id [KEY] String True

The Id for this report record. This value is used to reference and manage the report across the system.

Is_Published Bool False

A Boolean field that returns a value of 'true' when the report is visible to other users or is shared within the organization. It returns a value of 'false' when the report is private or unpublished.

Last_Run_Date Datetime False

The date and time when this report was most recently executed. This value supports performance monitoring and scheduling analysis.

Modified_By_Name String True

The display name of the user who most recently modified this report record. This value provides visibility into recent updates.

Modified_User_Id String True

The Id of the user who most recently updated this report record. This field identifies the source of the latest modification.

Module String False

The module that the report is based on. This value determines which dataset the report queries.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the report. This value is used as the primary label throughout the system.

Report_Cache_Id String False

The Id of the cached version of the report results, if caching is enabled. This value is used to improve performance for repeated report execution.

Report_Type String False

The classification of the report (for example, 'summary', 'matrix', or 'detailed'). This value determines how data is grouped and presented.

Schedule_Type String False

The scheduling configuration that determines how and when the report runs automatically. This value supports recurring report delivery.

Sync_Key String True

The synchronization key that is used to match this report record with external systems. This value ensures data consistency across integrations.

Tag String False

The tags that are associated with this report. Tags support flexible grouping, organization, and filtering across records.

Team_Count String False

The number of teams that are associated with this report. This value indicates collaboration scope and access distribution.

Team_Id String False

The Id of the primary team that is responsible for this report. This value establishes ownership for permissions and visibility.

Team_Name String False

The display name of the primary team that is associated with this report. This value is shown in the interface and reporting outputs.

Team_Set_Id String False

The Id of the set of teams that share access to this report. This value supports multi-team collaboration and permission configuration.

CData Cloud

ReportSchedules

Stores schedules that control automated report generation and delivery. This table supports recurring analytics distribution and scheduled insights.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this report schedule. This value supports collaboration, access control, and visibility filtering.

Acl_Team_Set_Id String False

The Id of the set of teams that have access to this report schedule. This value is used to manage shared permission assignments.

Active Bool False

A Boolean field that returns a value of 'true' when the report schedule is active and eligible to run. It returns a value of 'false' when the schedule is inactive.

Assigned_User_Id String False

The unique identifier (Id) of the user who is responsible for this report schedule. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this report schedule. This value is shown in the user interface for clarity and reporting.

Created_By String True

The Id of the user who created this report schedule record. This value identifies the record author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this report schedule record. This value is shown for readability in the user interface and reports.

Date_Entered Datetime True

The date and time when this report schedule record was created. This value supports historical tracking and audit review.

Date_Modified Datetime True

The date and time when this report schedule record was most recently updated. This field supports change tracking and version transparency.

Date_Start Datetime False

The date and time when the report schedule is configured to begin running. This value marks the initial activation point for automated scheduling.

Deleted Bool False

A Boolean field that returns a value of 'true' when this report schedule record is marked as deleted. It returns a value of 'false' when the record remains active and available for use.

Description String False

A detailed description of the report schedule. This field can include instructions, scheduling purpose, or contextual information.

Embed_Report String False

The setting that indicates whether the generated report is embedded directly in the scheduled email. This value determines how the report output is delivered to recipients.

File_Type String False

The file format used for the scheduled report attachment (for example, 'PDF' or 'CSV'). This value affects how recipients view the report.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this report schedule to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for this report schedule record. This value is used to reference the schedule across the system.

Locked_Fields String True

The list of fields that are restricted from editing for this report schedule. This value protects system-controlled configuration from unauthorized changes.

Modified_By_Name String True

The display name of the user who most recently modified this report schedule record. This value provides visibility into recent updates.

Modified_User_Id String True

The Id of the user who most recently updated this report schedule record. This field identifies the source of the latest change activity.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the report schedule. This value is used as the primary label throughout the system.

Next_Run Datetime False

The date and time when the report schedule is next set to run. This value supports timing and operational planning.

Report_Id String False

The Id of the report that is associated with this schedule. This value establishes the link between the schedule and the report definition.

Report_Name String False

The display name of the report that is associated with this schedule. This value provides readability in the user interface and reports.

Schedule_Type String False

The scheduling classification that determines how the report is run, based on legacy or feature-level scheduling logic.

Sync_Key String True

The synchronization key that is used to match this report schedule record with external systems. This value supports data consistency across integrations.

Team_Count String False

The number of teams that are associated with this report schedule. This value indicates collaboration scope and access distribution.

Team_Id String False

The Id of the primary team that is responsible for this report schedule. This value establishes ownership for permissions and visibility.

Team_Name String False

The display name of the primary team that is associated with this report schedule. This value is shown in the user interface and reporting.

Team_Set_Id String False

The Id of the set of teams that share access to this report schedule. This value supports multi-team collaboration and permission management.

Time_Interval String False

The interval or frequency at which this report schedule runs (for example, 'hourly', 'daily', or 'weekly').

User_Id String False

The Id of the user who is associated with the execution or ownership of this report schedule. This value can indicate the recipient or responsible party.

CData Cloud

RevenueLineItems

Stores granular revenue projection and forecast line items. This table supports stage-based forecasting and revenue analytics.

Columns

Name Type ReadOnly Description
Account_Id String False

The unique identifier (Id) of the account that is associated with this revenue line item. This value links the line item to the customer or organization involved in the sale.

Account_Name String True

The display name of the account that is associated with this revenue line item. This value is shown in the user interface for readability and reporting.

Acl_Team_Names String True

The list of team names that are associated with this revenue line item record. This value supports collaboration, access control, and visibility filtering.

Acl_Team_Set_Id String False

The Id of the set of teams that have access to this revenue line item. This value is used to manage shared permission assignments.

Add_On_To_Id String False

The Id of the purchased line item to which this revenue line item is an add-on. This value establishes the relationship between primary and supplementary items.

Add_On_To_Name String True

The display name of the purchased line item to which this revenue line item is added. This value is shown in the interface to provide clarity and context.

Asset_Number String False

The asset tag or tracking number that identifies the product item currently in use. This value supports asset management and lifecycle tracking.

Assigned_User_Id String False

The Id of the user who is responsible for this revenue line item. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this revenue line item. This value is shown in the user interface for clarity and reporting.

Base_Rate String True

The exchange rate factor that is applied to convert the revenue line item amount from its original currency to the base currency. This value supports multi-currency financial reporting.

Best_Case Decimal True

The optimistic or highest potential revenue amount that can result from this revenue line item. This value supports forecasting and pipeline analysis.

Book_Value Decimal True

The accounting book value of the product that is associated with this revenue line item. This value supports asset valuation and financial reporting.

Book_Value_Date Date False

The date on which the book value was calculated. This value is used to validate the timing of valuation entries.

Book_Value_Usdollar Decimal True

The book value expressed in United States dollars (USD). This value supports standardized reporting across currencies.

Campaign_Id String False

The Id of the campaign that generated the lead or opportunity associated with this revenue line item. This value supports attribution and campaign performance tracking.

Campaign_Name String True

The display name of the campaign that is associated with this revenue line item. This value is shown to support visibility in the user interface and reports.

Catalog_Service_Duration_Unit String True

The unit of time that is associated with the product catalog service duration (for example, 'Days', 'Months', or 'Years'). This value supports entitlement and renewal calculations.

Catalog_Service_Duration_Value Int True

The numeric duration value that corresponds to the Catalog_Service_Duration_Unit field. This value defines the length of the associated service period.

Category_Id String False

The Id of the product category that is associated with this revenue line item. This value supports product classification and reporting.

Category_Name String True

The display name of the product category that is associated with this revenue line item. This value is shown for readability in the user interface.

Commentlog String True

The comment log entries that are associated with this revenue line item. This field stores collaboration notes, historical context, or decision-related communication.

Commit_Stage String False

The forecast commitment category for this revenue line item (for example, 'Include', 'Likely', or 'Omit'. This value supports sales forecasting and revenue projection.

Cost_Price Decimal True

The cost of the product that is associated with this revenue line item before markup or margin is applied. This value supports profitability analysis.

Cost_Usdollar Decimal True

The cost of the product that is expressed in USDs. This value supports standardized financial reporting across currencies.

Created_By String True

The Id of the user who created this revenue line item record. This value identifies the record author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this revenue line-item record. This value is shown in the user interface for readability.

Currency_Id String False

The Id of the currency that is associated with the monetary values in this revenue line item. This value supports multi-currency pricing and conversion.

Currency_Name String True

The display name of the currency associated with this revenue line item. This value is shown for readability and reporting clarity.

Currency_Symbol String True

The symbol that represents the currency used in this revenue line item (for example, '$', '€', or '£'). This value supports formatted financial display.

Date_Closed Date False

The expected or actual date when this revenue line item is considered closed. This value supports revenue recognition and pipeline analysis.

Date_Closed_Timestamp String True

The timestamp representation of the Date_Closed value. This value can support audit precision or system-driven event processing.

Date_Entered Datetime True

The date and time when this revenue line-item record was created. This value supports lifecycle tracking and auditing.

Date_Modified Datetime True

The date and time when this revenue line-item record was most recently updated. This field supports change tracking and version awareness.

Date_Purchased Date False

The date when the associated product or service was purchased. This value supports warranty, entitlement, and billing timelines.

Date_Support_Expires Date False

The date when support coverage for the associated product ends. This value supports renewal and service continuity planning.

Date_Support_Starts Date False

The date when support coverage for the associated product begins. This value marks the start of the service entitlement period.

Deal_Calc Decimal True

The calculated revenue or loss associated with this revenue line item. This value supports margin and profitability analysis.

Deal_Calc_Usdollar Decimal True

The calculated revenue or loss expressed in USDs. This value supports standardized reporting.

Deleted Bool False

A Boolean field that returns a value of 'true' when this revenue line item record is marked as deleted. It returns a value of 'false' when the record remains active and available for use.

Description String False

A detailed description of the revenue line item. This field can include usage notes, context, or supporting business details.

Discount_Amount String True

The total discount amount that is applied to the revenue line item. This value reflects pricing reductions before final revenue calculation.

Discount_Amount_Signed Decimal True

The discount amount represented as a signed value, which can be positive or negative depending on calculation rules.

Discount_Amount_Usdollar Decimal True

The total discount amount expressed in USDs. This value supports consistent reporting across currencies.

Discount_Price Decimal True

The discounted price of the product before taxes or fees. This value reflects adjustments applied to the standard sales price.

Discount_Rate_Percent Decimal True

The discount percentage that is applied to the product price. This value influences final pricing and margin calculations.

Discount_Select Bool False

A Boolean field that returns a value of 'true' when a discount option has been selected for this revenue line item. It returns a value of 'false' when no discount selection is applied.

Discount_Usdollar Decimal True

The discounted price of the product that is expressed in USD. This value supports standardized pricing and reporting.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this revenue line item to receive activity updates. It returns a value of 'false' when the user is not following the record.

Forecasted_Likely Decimal True

The forecasted revenue amount that is likely to be recognized, based on the rollup of included revenue line items associated with the related opportunity.

Generate_Purchase String False

The setting that indicates whether a purchase record should be generated from this revenue line item (for example, 'Yes', 'No', or 'Completed'). This value supports process automation and workflow progression.

Id [KEY] String True

The Id for this revenue line-item record. This value is used to reference and manage the line item across the system.

Lead_Source String False

The source from which the product or opportunity originated (for example, 'marketing outreach' or 'referral'). This value supports attribution and performance analysis.

Likely_Case Decimal False

The most probable revenue amount that is expected to be recognized from this revenue line item. This value supports forecasting and pipeline evaluation.

List_Price Decimal True

The standard list price of the product before any discounts or adjustments are applied. This value serves as the pricing baseline.

List_Usdollar Decimal True

The list price expressed in USDs. This value supports standardized reporting across currencies.

Lock_Duration Bool False

A Boolean field that returns a value of 'true' when direct editing of the duration field is restricted for this revenue line item. It returns a value of 'false' when the duration can be freely edited.

Locked_Fields String True

The list of fields that are restricted from editing for this revenue line item. This value protects system-governed configuration and prevents unauthorized updates.

Manufacturer_Id String False

The Id of the manufacturer that is associated with this product. This value supports product sourcing and vendor alignment.

Manufacturer_Name String True

The display name of the manufacturer that is associated with this product. This value is shown in the user interface for clarity.

Mft_Part_Num String False

The part number that is assigned by the manufacturer. This value supports product identification and inventory tracking.

Modified_By_Name String True

The display name of the user who most recently modified this revenue line item. This value provides visibility into update history.

Modified_User_Id String True

The Id of the user who most recently updated this revenue line item. This value identifies the source of the latest modification.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the revenue line item. This value is used as the primary label throughout the system.

Next_Step String False

The next action or milestone planned for advancing the related opportunity toward closure. This value supports sales process tracking.

Opportunity_Id String False

The Id of the opportunity that this revenue line item is associated with. This value links the line item to a broader sales context.

Opportunity_Name String False

The display name of the opportunity that is associated with this revenue line item. This value is shown for readability in reports and the user interface.

Pricing_Factor Int True

The pricing factor that is applied when calculating the final sale price based on the selected pricing formula. This value influences pricing outcomes.

Pricing_Formula String False

The pricing formula that determines how the product price is calculated (for example, 'Fixed' or 'Markup over Cost'). This value controls pricing behavior.

Probability Int True

The probability of closure for this revenue line item, expressed as a percentage. This value supports forecasting and pipeline confidence evaluation.

Product_Template_Id String False

The Id of the product template from which this revenue line item was derived. This value supports reuse of standardized product definitions.

Product_Template_Name String True

The display name of the product template that is associated with this revenue line item. This value is shown in the user interface for clarity.

Product_Type String False

The classification of the product that is associated with this revenue line item (for example, 'New' or 'Existing'). This value supports sales reporting and segmentation.

Purchasedlineitem_Id String False

The Id of the purchased line item that was created from this revenue line item, when it is applicable. This value supports lifecycle linkage from quote to purchase fulfillment.

Purchasedlineitem_Name String True

The display name of the purchased line item that is associated with this revenue line item. This value provides clarity in user interfaces.

Quantity Decimal True

The quantity of the product that is being sold or delivered. This value contributes to pricing and revenue calculation.

Quote_Id String False

The Id of the quote that generated this revenue line item, when it is applicable. This value maintains traceability from quoting to sales execution.

Quote_Name String True

The display name of the quote associated with this revenue line item. This value is shown for readability in reports and UI references.

Renewable Bool False

A Boolean field that returns a value of 'true' when the sales item is renewable, such as a recurring service. It returns a value of 'false' when the item is not renewable.

Renewal Bool True

A Boolean field that returns a value of 'true' when this revenue line item represents a renewal. It returns a value of 'false' when it does not represent a renewal.

Renewal_Rli_Id String False

The Id of the revenue line item from which this renewal was generated. This value supports renewal lifecycle tracking.

Renewal_Rli_Name String True

The display name of the revenue line item that this renewal originated from. This value provides context and traceability.

Sales_Stage String False

The current sales stage associated with this revenue line item. This value reflects progress toward closure within the sales cycle.

Serial_Number String False

The serial number associated with the product. This value supports product tracking, service, and warranty operations.

Service Bool False

A Boolean field that returns a value of 'true' when the item is a service rather than a physical product. It returns a value of 'false' when the item is a product.

Service_Duration_Multiplier Decimal True

The multiplier that represents the duration of this service compared to a standard service template. This value supports entitlement adjustments and renewal forecasting.

Service_Duration_Unit String False

The unit of time that defines the service duration (for example, 'Days', 'Months', or 'Years'). This value supports billing and renewal scheduling.

Service_Duration_Value Int True

The numeric value that represents the length of the service duration. For example, if the duration is 4 months, the value is '4'.

Service_End_Date String True

The date when the service period ends. This value marks the end of the entitlement period.

Service_Start_Date Date False

The date when the service period begins. This value marks the start of the entitlement period.

Status String False

The current status of the revenue line item (for example, 'Quoted', 'Ordered', or 'Shipped'). This value supports fulfillment and sales tracking.

Subtotal Decimal True

The total amount of the revenue line item before any discounts are applied, taking proration into consideration. This value supports pricing and revenue calculation.

Support_Contact String False

The contact responsible for support related to this sales item. This value identifies the appropriate person for service coordination.

Support_Description String False

The description of the sales item for support purposes. This value provides service-related context.

Support_Name String False

The name of the sales item that is used in support contexts. This value is shown in service and entitlement workflows.

Support_Term String False

The duration or length of the support contract. This value influences renewal and service entitlement timelines.

Sync_Key String True

The synchronization key that is used to match this revenue line item with external systems. This value ensures data consistency across integrations.

Tag String False

The tags that are associated with this revenue line item. Tags support filtering, grouping, and categorization.

Tax_Class String False

The tax classification that is applied to this revenue line item (for example, 'Taxable' or 'Non-taxable'). This value influences tax calculation.

Team_Count String False

The number of teams that are associated with this revenue line item. This value indicates collaboration breadth and access distribution.

Team_Id String False

The Id of the primary team that is responsible for this revenue line item. This value establishes ownership for permissions and visibility.

Team_Name String False

The display name of the primary team that is associated with this revenue line item. This value is shown in the user interface for clarity.

Team_Set_Id String False

The Id of the set of teams that share access to this revenue line item. This value supports multi-team collaboration and permission management.

Total_Amount Decimal True

The total amount of the revenue line item after pricing adjustments and discounts are applied. This value represents final revenue impact.

Type_Id String False

The Id of the product type that is associated with this revenue line item. This value supports classification and reporting.

Type_Name String True

The display name of the product type that is associated with this revenue line item. This value is shown in the user interface for readability.

Vendor_Part_Num String False

The part number that is assigned by the vendor. This value supports procurement and supply chain alignment.

Website String False

The website URL that is associated with the sales item. This value can link to product reference or documentation.

Weight Decimal True

The physical weight of the sales item. This value can impact shipping cost calculations.

Worst_Case Decimal True

The lowest expected revenue outcome for this revenue line item. This value supports conservative forecasting and risk assessment.

CData Cloud

SavedSearch

Stores saved search definitions for reusable filtering criteria. This table supports quick recall of commonly used list views and data queries.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this saved search. This value supports collaboration, access control, and visibility filtering.

Acl_Team_Set_Id String False

The Id of the set of teams that have access to this saved search. This value is used to manage shared permission assignments.

Assigned_User_Id String False

The unique identifier (Id) of the user who is responsible for this saved search. This assignment determines ownership and workflow accountability.

Assigned_User_Name String False

The display name of the user who is assigned to this saved search. This value is shown in the user interface for readability and reporting.

Contents String False

The stored configuration details of the saved search, including filters, conditions, and display preferences. This value defines what the user retrieves when the search is executed.

Date_Entered Datetime True

The date and time when this saved search record was created. This value supports timeline tracking and audit review.

Date_Modified Datetime True

The date and time when this saved search record was most recently updated. This field supports change tracking and version transparency.

Deleted Bool False

A Boolean field that returns a value of 'true' when this saved search record is marked as deleted. It returns a value of 'false' when the record remains active and available for use.

Description String False

A detailed description of the saved search. This field can include usage notes, search purpose, or context for other users.

Id [KEY] String True

The Id for this saved search record. This value is used to reference and manage the record across the system.

Name String False

The name of the saved search. This value is used as the primary label throughout the system.

Search_Module String False

The module that the saved search is based on. This value determines which dataset the search queries when executed.

Team_Count String False

The number of teams that are associated with this saved search. This value indicates collaboration scope and access distribution.

Team_Id String False

The Id of the primary team that is responsible for this saved search. This value establishes ownership for permissions and visibility.

Team_Name String False

The display name of the primary team that is associated with this saved search. This value is shown in the user interface and reporting outputs.

Team_Set_Id String False

The Id of the set of teams that share access to this saved search. This value supports multi-team collaboration and permission configuration.

CData Cloud

Schedulers

Stores scheduled job definitions and execution metadata. This table supports automated background processing and timed workflow tasks.

Columns

Name Type ReadOnly Description
Adv_Interval Bool False

A Boolean field that returns a value of 'true' when the scheduler uses an advanced interval configuration. It returns a value of 'false' when advanced interval settings are not enabled.

Catch_Up Bool False

A Boolean field that returns a value of 'true' when missed scheduled runs should be executed upon system availability. It returns a value of 'false' when missed runs are skipped.

Commentlog String True

The comment log entries that are associated with this scheduler. This field stores collaboration notes, operational context, or historical updates.

Created_By String True

The unique identifier (Id) of the user who created this scheduler record. This value identifies the record author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this scheduler record. This value is shown for readability in the user interface and reports.

Date_Entered Datetime True

The date and time when this scheduler record was created. This value supports tracking of record lifecycle and audit history.

Date_Modified Datetime True

The date and time when this scheduler record was most recently updated. This field supports change tracking and review transparency.

Date_Time_End Datetime False

The date and time when the scheduler is configured to stop running tasks. This value defines the end of the scheduler's active period.

Date_Time_Start Datetime False

The date and time when the scheduler is configured to begin running tasks. This value defines the start of the scheduler's active period.

Deleted Bool False

A Boolean field that returns a value of 'true' when this scheduler record is marked as deleted. It returns a value of 'false' when the record remains active and available for use.

Description String False

A detailed description of the scheduler. This field can include scheduling purpose, functional context, or operational instructions.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this scheduler to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for this scheduler record. This value is used to reference and manage the scheduler across the system.

Job String False

The internal job name or reference that identifies the scheduled task. This value determines which process or function is executed.

Job_Function String False

The name of the function or system operation that is executed by the scheduler. This value defines the action performed during each run.

Job_Interval String False

The interval or frequency at which the scheduled job runs (for example, 'hourly', 'daily', or 'weekly'). This value controls recurring execution timing.

Job_Url String False

The URL endpoint or execution path that is used by the scheduler job, when it is applicable. This value can be used in external or webhook-triggered executions.

Last_Run Datetime False

The date and time when the scheduler last executed successfully. This value supports monitoring and debugging of scheduler performance.

Locked_Fields String True

The list of fields that are restricted from editing for this scheduler. This value prevents unauthorized or system-governed fields from being changed.

Modified_By_Name String True

The display name of the user who most recently modified this scheduler record. This value provides transparency into recent adjustments.

Modified_User_Id String True

The Id of the user who most recently updated this scheduler record. This value identifies the source of the latest system or user-driven change.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the scheduler. This value is used as the primary label throughout the system.

Status String False

The current status of the scheduler (for example, 'Active' or 'Inactive'). This value determines whether the scheduler is currently eligible to run jobs.

Sync_Key String True

The synchronization key that is used to match this scheduler record with external systems. This value supports data consistency across integrations.

System_Job Bool False

A Boolean field that returns a value of 'true' when the scheduler is a system-defined job. It returns a value of 'false' when it is a user-created job.

Time_From String True

The starting time window during which the scheduler is allowed to execute. This value restricts job execution to defined hours.

Time_To String True

The ending time window during which the scheduler is allowed to execute. This value restricts job execution to defined hours.

CData Cloud

ShiftExceptions

Stores schedule exception records that are related to shift assignments. This table supports workforce planning and conflict resolution.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this shift exception. This value supports collaboration, access control, and record visibility.

Acl_Team_Set_Id String False

The Id of the set of teams that have access to this shift exception. This value is used to manage shared permission assignments.

All_Day Bool False

A Boolean field that returns a value of 'true' when the shift exception applies to the entire day. It returns a value of 'false' when a specific time range is defined.

Assigned_User_Id String False

The unique identifier (Id) of the user who is responsible for this shift exception. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this shift exception. This value is shown in the user interface for readability and context.

Commentlog String True

The comment log entries that are associated with this shift exception. This field stores collaboration notes or historical change details.

Created_By String True

The Id of the user who created this shift exception record. This value identifies the record author for auditing and lifecycle tracking.

Created_By_Name String True

The display name of the user who created this shift exception record. This value is shown in the user interface and reports.

Date_Entered Datetime True

The date and time when this shift exception record was created. This value supports timeline tracking and audit review.

Date_Modified Datetime True

The date and time when this shift exception record was most recently updated. This field supports version history and change transparency.

Deleted Bool False

A Boolean field that returns a value of 'true' when this shift exception record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Description String False

A detailed description of the shift exception. This field can include notes, scheduling context, or operational explanation.

Enabled Bool False

A Boolean field that returns a value of 'true' when the shift exception is active and enforced in scheduling operations. It returns a value of 'false' when the exception is disabled.

End_Date Date False

The date when the shift exception ends. This value defines the final day the exception applies.

End_Hour String False

The hour component of the end time for the shift exception. This value is used when the exception does not span the entire day.

End_Minutes String False

The minute component of the end time for the shift exception. This value provides precise end-time resolution.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this shift exception to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for this shift exception record. This value is used to reference and manage the exception across the system.

Locked_Fields String True

The list of fields that are restricted from editing for this shift exception. This value prevents unauthorized modifications to system-managed attributes.

Modified_By_Name String True

The display name of the user who most recently modified this shift exception record. This value provides visibility into update history.

Modified_User_Id String True

The Id of the user who most recently updated this shift exception record. This value identifies the source of the most recent modification.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the shift exception. This value is used as the primary label throughout the system.

Shift_Exception_Type String False

The classification type of the shift exception (for example, 'holiday', 'time-off', or 'schedule override'). This value indicates the operational purpose of the exception.

Start_Date Date False

The date when the shift exception begins. This value marks the first day the exception is applied.

Start_Hour String False

The hour component of the start time for the shift exception. This value is used when the exception does not span the entire day.

Start_Minutes String False

The minute component of the start time for the shift exception. This value enables precise scheduling control.

Sync_Key String True

The synchronization key that is used to match this shift exception record with external systems. This value ensures data consistency across integrations.

Tag String False

The tags that are associated with this shift exception. Tags support flexible record organization and filtering.

Team_Count String False

The number of teams that are associated with this shift exception. This value indicates collaboration scope and access distribution.

Team_Id String False

The Id of the primary team that is responsible for this shift exception. This value establishes ownership for permissions and visibility.

Team_Name String False

The display name of the primary team that is associated with this shift exception. This value is shown in the user interface and reports.

Team_Set_Id String False

The Id of the set of teams that share access to this shift exception. This value supports multi-team collaboration and permission management.

Timezone String False

The time zone in which this shift exception takes effect. This value ensures correct scheduling interpretation across geographic regions.

CData Cloud

Shifts

Stores shift schedule assignments for users or resources. This table supports operational staffing and availability planning.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this shift record. This value supports collaboration, access control, and record visibility.

Acl_Team_Set_Id String False

The Id of the set of teams that have access to this shift record. This value is used to manage shared permission assignments.

Assigned_User_Id String False

The unique identifier (Id) of the user who is responsible for this shift. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this shift. This value is shown in the user interface for readability and context.

Commentlog String True

The comment log entries that are associated with this shift. This field stores collaboration notes or historical context.

Created_By String True

The Id of the user who created this shift record. This value identifies the record author for auditing and lifecycle tracking.

Created_By_Name String True

The display name of the user who created this shift record. This value is shown in the user interface and reports.

Date_End Date False

The date on which the shift is scheduled to end or did end. This value defines the shift's end boundary.

Date_Entered Datetime True

The date and time when this shift record was created. This value supports timeline tracking and audit review.

Date_Modified Datetime True

The date and time when this shift record was most recently updated. This field supports version history and change tracking.

Date_Start Date False

The date on which the shift is scheduled to begin or did begin. This value defines the shift's start boundary.

Deleted Bool False

A Boolean field that returns a value of 'true' when this shift record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Description String False

A detailed description of the shift. This field can include scheduling context, operational details, or instructional information.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this shift to receive activity updates. It returns a value of 'false' when the user is not following the record.

Friday_Close_Hour String False

The hour portion of the time when this business center closes on Friday. This value defines the end of Friday service availability.

Friday_Close_Minutes String False

The minute portion of the time when this business center closes on Friday. This value provides precise closing-time specification.

Friday_Open_Hour String False

The hour portion of the time when this business center opens on Friday. This value defines the start of Friday service availability.

Friday_Open_Minutes String False

The minute portion of the time when this business center opens on Friday. This value provides precise opening-time specification.

Id [KEY] String True

The Id for this shift record. This value is used to reference and manage the shift across the system.

Is_Open_Friday Bool False

A Boolean field that returns a value of 'true' when the business center operates on Friday. It returns a value of 'false' when the business center is closed on Friday.

Is_Open_Monday Bool False

A Boolean field that returns a value of 'true' when the business center operates on Monday. It returns a value of 'false' when the business center is closed on Monday.

Is_Open_Saturday Bool False

A Boolean field that returns a value of 'true' when the business center operates on Saturday. It returns a value of 'false' when the business center is closed on Saturday.

Is_Open_Sunday Bool False

A Boolean field that returns a value of 'true' when the business center operates on Sunday. It returns a value of 'false' when the business center is closed on Sunday.

Is_Open_Thursday Bool False

A Boolean field that returns a value of 'true' when the business center operates on Thursday. It returns a value of 'false' when the business center is closed on Thursday.

Is_Open_Tuesday Bool False

A Boolean field that returns a value of 'true' when the business center operates on Tuesday. It returns a value of 'false' when the business center is closed on Tuesday.

Is_Open_Wednesday Bool False

A Boolean field that returns a value of 'true' when the business center operates on Wednesday. It returns a value of 'false' when the business center is closed on Wednesday.

Locked_Fields String True

The list of fields that are restricted from editing for this shift. This value prevents unauthorized modification of controlled properties.

Modified_By_Name String True

The display name of the user who most recently modified this shift record. This value provides visibility into recent updates.

Modified_User_Id String True

The Id of the user who most recently updated this shift record. This value identifies the source of the latest modification.

Monday_Close_Hour String False

The hour portion of the time when this business center closes on Monday. This value defines the end of Monday service availability.

Monday_Close_Minutes String False

The minute portion of the time when this business center closes on Monday. This value provides precise closing-time specification.

Monday_Open_Hour String False

The hour portion of the time when this business center opens on Monday. This value defines the start of Monday service availability.

Monday_Open_Minutes String False

The minute portion of the time when this business center opens on Monday. This value provides precise opening-time specification.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the shift record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the shift. This value is used as the primary label throughout the system.

Saturday_Close_Hour String False

The hour portion of the time when this business center closes on Saturday. This value defines the end of Saturday service availability.

Saturday_Close_Minutes String False

The minute portion of the time when this business center closes on Saturday. This value provides precise closing-time specification.

Saturday_Open_Hour String False

The hour portion of the time when this business center opens on Saturday. This value defines the start of Saturday service availability.

Saturday_Open_Minutes String False

The minute portion of the time when this business center opens on Saturday. This value provides precise opening-time specification.

Sunday_Close_Hour String False

The hour portion of the time when this business center closes on Sunday. This value defines the end of Sunday service availability.

Sunday_Close_Minutes String False

The minute portion of the time when this business center closes on Sunday. This value provides precise closing-time specification.

Sunday_Open_Hour String False

The hour portion of the time when this business center opens on Sunday. This value defines the start of Sunday service availability.

Sunday_Open_Minutes String False

The minute portion of the time when this business center opens on Sunday. This value provides precise opening-time specification.

Sync_Key String True

The synchronization key that is used to match this shift record with external systems. This value ensures data consistency across integrations.

Tag String False

The tags that are associated with this shift record. Tags support flexible record organization, grouping, and filtering.

Team_Count String False

The number of teams that are associated with this shift record. This value indicates collaboration scope and access distribution.

Team_Id String False

The Id of the primary team that is responsible for this shift record. This value establishes ownership for permissions and visibility.

Team_Name String False

The display name of the primary team that is associated with this shift record. This value is shown in the user interface for clarity and reporting.

Team_Set_Id String False

The Id of the set of teams that share access to this shift record. This value supports multi-team collaboration and permission management.

Thursday_Close_Hour String False

The hour portion of the time when this business center closes on Thursday. This value defines the end of Thursday service availability.

Thursday_Close_Minutes String False

The minute portion of the time when this business center closes on Thursday. This value provides precise closing-time specification.

Thursday_Open_Hour String False

The hour portion of the time when this business center opens on Thursday. This value defines the start of Thursday service availability.

Thursday_Open_Minutes String False

The minute portion of the time when this business center opens on Thursday. This value provides precise opening-time specification.

Timezone String False

The time zone in which this shift operates. This value ensures correct scheduling interpretation across geographic regions.

Tuesday_Close_Hour String False

The hour portion of the time when this business center closes on Tuesday. This value defines the end of Tuesday service availability.

Tuesday_Close_Minutes String False

The minute portion of the time when this business center closes on Tuesday. This value provides precise closing-time specification.

Tuesday_Open_Hour String False

The hour portion of the time when this business center opens on Tuesday. This value defines the start of Tuesday service availability.

Tuesday_Open_Minutes String False

The minute portion of the time when this business center opens on Tuesday. This value provides precise opening-time specification.

Wednesday_Close_Hour String False

The hour portion of the time when this business center closes on Wednesday. This value defines the end of Wednesday service availability.

Wednesday_Close_Minutes String False

The minute portion of the time when this business center closes on Wednesday. This value provides precise closing-time specification.

Wednesday_Open_Hour String False

The hour portion of the time when this business center opens on Wednesday. This value defines the start of Wednesday service availability.

Wednesday_Open_Minutes String False

The minute portion of the time when this business center opens on Wednesday. This value provides precise opening-time specification.

CData Cloud

Shippers

Stores shipping provider records that are used in fulfillment workflows. This table supports order fulfillment and logistics management.

Columns

Name Type ReadOnly Description
Commentlog String True

The comment log entries that are associated with this shipper record. This field stores collaboration notes, operational updates, or historical context.

Created_By String True

The unique identifier (Id) of the user who created this shipper record. This value identifies the record author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this shipper record. This value is shown in the user interface for readability and reporting.

Date_Entered Datetime True

The date and time when this shipper record was created. This value supports lifecycle tracking and audit visibility.

Date_Modified Datetime True

The date and time when this shipper record was most recently updated. This field supports version history and change transparency.

Default_Cost Decimal True

The default shipping cost that is associated with this shipper. This value can be used for pricing, quoting, and billing calculations.

Default_Cost_Usdollar Decimal True

The default shipping cost expressed in U.S. dollars (USDs). This value is used for consistent currency comparison and financial reporting.

Deleted Bool False

A Boolean field that returns a value of 'true' when this shipper record is marked as deleted. It returns a value of 'false' when the record remains active and available for use.

Description String False

A detailed description of the shipper. This field can include service details, carrier notes, or usage guidance.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this shipper record to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for this shipper record. This value is used to reference and manage the shipper across the system.

List_Order Int True

The position of this shipper in ordered lists or dropdown selections. This value influences display priority.

Locked_Fields String True

The list of fields that are restricted from editing for this shipper record. This field prevents unauthorized or system-managed fields from being changed.

Modified_By_Name String True

The display name of the user who most recently modified this shipper record. This value provides visibility into update history.

Modified_User_Id String True

The Id of the user who most recently updated this shipper record. This value identifies the source of the most recent modification.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the shipper record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the shipper. This value is used as the primary label throughout the system.

Status String False

The current status of the shipper (for example, 'Active' or 'Inactive'). This value determines whether the shipper is available for use.

Sync_Key String True

The synchronization key that is used to match this shipper record with external systems. This value supports data consistency across integrations.

Tag String False

The tags that are associated with this shipper record. Tags support flexible classification, grouping, and search filtering.

CData Cloud

Styleguide

Stores UI configuration and styling guidelines. This table supports interface consistency and user experience standardization.

Columns

Name Type ReadOnly Description
Alt_Address_City String False

The city that is associated with the alternate address for this record.

Alt_Address_Country String False

The country that is associated with the alternate address for this record.

Alt_Address_Postalcode String False

The postal code that is associated with the alternate address for this record.

Alt_Address_State String False

The state or region associated with the alternate address for this record.

Alt_Address_Street String False

The primary street line for the alternate address.

Alt_Address_Street_2 String False

The second street line for the alternate address, when additional address detail is required.

Alt_Address_Street_3 String False

The third street line for the alternate address, when it is applicable.

Assigned_User_Id String False

The unique identifier (Id) of the user who is responsible for this style-guide record. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this style-guide record. This value is shown in the user interface for clarity and context.

Assistant String False

The name of the assistant who is associated with the contact related to this style-guide entry.

Assistant_Phone String False

The phone number of the assistant for the associated contact.

Birthdate Date False

The birthdate that is associated with the contact record. This value can be used for demographic or personal-reference purposes.

Created_By String True

The Id of the user who created this style-guide record. This value identifies the record author for audit and ownership tracking.

Created_By_Name String True

The display name of the user who created this style-guide record. This value is shown for readability in the interface.

Currency_Id String False

The Id of the currency that is used for price-related fields displayed on this styleguide page.

Date_Entered Datetime True

The date and time when this style-guide record was created. This value supports audit history tracking.

Date_Modified Datetime True

The date and time when this style-guide record was most recently updated. This field supports version history and change transparency.

Date_Start Datetime False

The date and time when an associated meeting or interaction began. This value provides historical scheduling context.

Deleted Bool False

A Boolean field that returns a value of 'true' when this style-guide record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Department String False

The department that is associated with the contact related to this style-guide entry.

Description String False

The full descriptive text content of the style-guide page. This value can include formatting guidance, functional explanation, or instructional notes.

Do_Not_Call Bool False

A Boolean field that returns a value of 'true' when calls to this contact are not permitted. It returns a value of 'false' when phone communication is allowed.

Email String False

The primary email address for the contact or record owner that is associated with this style-guide entry.

Email_Addresses_Non_Primary String False

The list of additional, non-primary email addresses that are associated with the contact.

Email_Opt_Out Bool False

A Boolean field that returns a value of 'true' when the contact has opted out of receiving email communications. It returns a value of 'false' when email communication is permitted.

Email1 String False

The primary email address that is associated with this record. This value is typically used for outbound communication.

Email2 String False

An alternate email address that is associated with this record. This value provides a secondary contact option.

Facebook String False

The Facebook username or profile reference associated with the user.

File_Mime_Type String False

The content type of the attached file (for example, 'text/plain' or 'image/png'). This value indicates the file's format.

File_Url String False

The URL or file system path where the associated file is stored or accessible.

Filename String True

The name of the file that is attached to this record.

First_Name String False

The first name of the contact associated with this style-guide entry.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this record to receive activity updates. It returns a value of 'false' when the user is not following the record.

Full_Name String True

The full display name of the contact, typically constructed using first name, last name, and applicable salutation.

Googleplus String False

The Google Plus profile identifier that is associated with the user. This value can be retained for legacy data compatibility.

Id [KEY] String True

The Id for this style-guide record. This value is used to reference, link, and manage the record throughout the system.

Invalid_Email Bool False

A Boolean field that returns a value of 'true' when the email address is marked as invalid. It returns a value of 'false' when the email address is usable and deliverable.

Last_Name String False

The last name of the contact associated with this style-guide entry.

List_Price Decimal True

The list price that is associated with a referenced product. This value provides the starting price before adjustments or discounts.

Locked_Fields String True

The list of fields that are restricted from editing for this style-guide record. This prevents modification of system-governed values.

Modified_By_Name String True

The display name of the user who most recently modified this style-guide record. This value provides visibility into update history.

Modified_User_Id String True

The Id of the user who most recently updated this style-guide record. This value identifies the source of the latest change.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String True

The name of the style-guide page or entry. This value is used as its display label throughout the system.

Parent_Id String False

The Id of the parent record that this style-guide entry is associated with. This value links the entry to a related Sugar record.

Parent_Name String True

The display name of the parent record that is associated with this styl-eguide entry.

Parent_Type String True

The module type of the parent record that this style-guide entry is associated with, such as Accounts, Contacts, or Opportunities.

Phone_Fax String False

The fax number associated with the contact.

Phone_Home String False

The home phone number for the contact.

Phone_Mobile String False

The mobile phone number of the contact.

Phone_Other String False

Another phone number where the contact can be reached.

Phone_Work String False

The work phone number for the contact.

Picture String False

The image or avatar that represents the user or contact in the interface.

Primary_Address_City String False

The city that is associated with the primary address for this record.

Primary_Address_Country String False

The country that is associated with the primary address for this record.

Primary_Address_Postalcode String False

The postal code that is associated with the primary address for this record.

Primary_Address_State String False

The state or region that is associated with the primary address for this record.

Primary_Address_Street String False

The primary street line for the main address of this contact or record.

Primary_Address_Street_2 String False

The second street line for the primary address, when additional detail is required.

Primary_Address_Street_3 String False

The third street line for the primary address, when it is applicable.

Radio_Button_Group String True

The configured set of radio button options that apply to this styl-eguide field. This value controls available selection choices.

Salutation String False

The salutation used for this contact (for example, 'Mr', 'Ms', 'Dr', or some other professional or personal title).

Secret_Password String True

The password value that is securely stored and not displayed in plain text.

Sync_Key String True

The synchronization key that is used to match this style-guide record with external systems. This value ensures data alignment across integrations.

Title String True

The display title of the style-guide page. This value appears in page headers and selection lists.

Twitter String False

The Twitter username or profile handle that is associated with the user.

User_Email String False

The primary email address of the user who is associated with this style-guide page. This value can also include guidance text for how email fields should be explained to end users.

Website String False

The website URL that is associated with the contact or organization.

CData Cloud

Subscriptions

Stores subscription and feed-follow relationships. This table supports record tracking, content syndication, and notification preference management.

Columns

Name Type ReadOnly Description
Created_By String True

The unique identifier (Id) of the user who created this subscription record. This value identifies the record author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this subscription record. This value is shown in the user interface for clarity and reporting.

Date_Entered Datetime True

The date and time when this subscription record was created. This value supports lifecycle tracking and audit review.

Date_Modified Datetime True

The date and time when this subscription record was most recently updated. This field supports version history and change transparency.

Deleted Bool False

A Boolean field that returns a value of 'true' when this subscription record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Description String False

A detailed description of the subscription. This field can include purpose notes, context, or usage details.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this subscription to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for this subscription record. This value is used to reference and manage the subscription throughout the system.

Locked_Fields String True

The list of fields that are restricted from editing for this subscription record. This prevents modification of system-governed or protected values.

Modified_By_Name String True

The display name of the user who most recently modified this subscription record. This value provides visibility into the update history.

Modified_User_Id String True

The Id of the user who most recently updated this subscription record. This value identifies the source of the latest change.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the subscription record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the subscription. This value is used as the primary label throughout the system.

Parent_Id String False

The Id of the parent record that this subscription is linked to. This value establishes the relationship between the subscription and its related record.

Parent_Type String False

The module type of the parent record that is associated with this subscription (for example, 'Accounts', 'Contacts', or 'Opportunities').

Sync_Key String True

The synchronization key that is used to match this subscription record with external systems. This value ensures data consistency across integrations.

CData Cloud

SugarFavorites

Stores references to user-favorited records. This table supports quick navigation and personalized workspace organization.

Columns

Name Type ReadOnly Description
Assigned_User_Id String False

The unique identifier (Id) of the user who is responsible for this favorite record. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this favorite record. This value is shown in the user interface for clarity and reference.

Commentlog String True

The comment log entries that are associated with this favorite record. This field stores collaboration notes, annotations, or historical context.

Created_By String True

The Id of the user who created this favorite record. This value identifies the record author for auditing and lifecycle tracking.

Created_By_Name String True

The display name of the user who created this favorite record. This value is shown in the user interface and reports.

Date_Entered Datetime True

The date and time when this favorite record was created. This value supports timeline tracking and audit review.

Date_Modified Datetime True

The date and time when this favorite record was most recently updated. This field supports version history and change transparency.

Deleted Bool False

A Boolean field that returns a value of 'true' when this favorite record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Description String False

The descriptive text that identifies or explains the purpose of this favorite entry.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this favorite record to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for this favorite record. This value is used to reference and manage the record throughout the system.

Locked_Fields String True

The list of fields that are restricted from editing for this favorite record. This prevents modification of protected or system-managed values.

Modified_By_Name String True

The display name of the user who most recently modified this favorite record. This provides visibility into update history.

Modified_User_Id String True

The Id of the user who most recently updated this favorite record. This value identifies the source of the latest change.

Module String False

The module where the associated record resides (for example, 'Accounts', 'Contacts', or 'Opportunities'). This value determines the record context.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name or label that is associated with this favorite record. This value is used for listing and navigation.

Record_Id String False

The Id of the record that this favorite entry references. This value links the favorite to a specific item in the system.

Record_Name String True

The display name of the record that this favorite entry references. This value is shown in user-facing lists and menus.

Sync_Key String True

The synchronization key that is used to match this favorite record with external systems. This value supports data consistency across integrations.

CData Cloud

SugarLive

Stores communication session details for SugarLive interactions. This table supports real-time customer engagement and conversation tracking.

Columns

Name Type ReadOnly Description
Commentlog String True

The comment log entries that are associated with this SugarLive configuration record. This field stores collaboration notes or administrative context.

Created_By String True

The unique identifier (Id) of the user who created this SugarLive configuration record. This value identifies the record author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this SugarLive configuration record. This value is shown in the user interface for clarity and reporting.

Date_Entered Datetime True

The date and time when this SugarLive configuration record was created. This value supports lifecycle tracking and audit review.

Date_Modified Datetime True

The date and time when this SugarLive configuration record was most recently updated. This field supports change tracking and version transparency.

Deleted Bool False

A Boolean field that returns a value of 'true' when this SugarLive configuration record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Description String False

A detailed description of the SugarLive configuration. This field can include usage notes or administrative context.

Enabled_Modules String False

The list of modules that are enabled for SugarLive functionality. This value determines which parts of the application support real-time engagement.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this record to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for this SugarLive configuration record. This value is used to reference and manage the record throughout the system.

Locked_Fields String True

The list of fields that are restricted from editing for this configuration record. This prevents modification of protected or system-governed values.

Modified_By_Name String True

The display name of the user who most recently modified this SugarLive configuration record. This value provides visibility into update history.

Modified_User_Id String True

The Id of the user who most recently updated this SugarLive configuration record. This value identifies the source of the latest change.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the SugarLive configuration record. This value is used as the primary label throughout the system.

Sync_Key String True

The synchronization key that is used to match this SugarLive configuration record with external systems. This value ensures data consistency across integrations.

Tag String False

The tags that are associated with this record. Tags support flexible grouping, classification, and filtering.

CData Cloud

Tags

Stores free-form tag values that are applied to records for classification. This table supports search, discovery, and categorization workflows.

Columns

Name Type ReadOnly Description
Assigned_User_Id String False

The unique identifier (Id) of the user who is responsible for this tag record. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this tag record. This value is shown in the user interface for clarity and recognition.

Created_By String True

The Id of the user who created this tag record. This value identifies the origin of the record for audit and history tracking.

Created_By_Name String True

The display name of the user who created this tag record. This value provides user-friendly identification in the interface.

Date_Entered Datetime True

The date and time when this tag record was created. This value supports lifecycle tracking and audit review.

Date_Modified Datetime True

The date and time when this tag record was most recently updated. This value supports version history and change transparency.

Deleted Bool False

A Boolean field that returns a value of 'true' when this tag record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Description String False

A descriptive text entry that is associated with the tag. This field can include context, usage notes, or classification detail.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this tag record to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for this tag record. This value is used to reference and manage the tag throughout the system.

Locked_Fields String True

The list of fields that are restricted from editing for this tag record. This prevents modification of protected or system-governed fields.

Modified_By_Name String True

The display name of the user who most recently modified this tag record. This value provides visibility into update history.

Modified_User_Id String True

The Id of the user who most recently updated this tag record. This value identifies the source of the most recent change.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the tag record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name of the tag. This value is used for reference, grouping, and filtering across the system.

Name_Lower String False

The lowercase version of the tag name. This value is typically used to support case-insensitive searching and sorting.

Source_Id String False

The Id of the record or source system where the tag originated. This value links the tag to its creation or synchronization origin.

Source_Meta String False

Additional metadata associated with the tag's source. This value can contain structured information that describes origin context.

Source_Type String False

The type of record or system that the tag originates from (for example, 'internal', 'external', or 'imported'). This value provides classification context.

Sync_Key String True

The synchronization key that is used to match this tag record with external systems. This value supports data consistency and integration alignment.

CData Cloud

Tasks

Stores task and to-do activity records. This table supports personal organization, follow-up tracking, and workflow execution.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this task. This value supports collaboration, access control, and record visibility.

Acl_Team_Set_Id String False

The Id of the set of teams that have access to this task. This value is used to manage multi-team permission assignments.

Assigned_User_Id String False

The unique identifier (Id) of the user who is responsible for this task. This assignment determines ownership and workflow accountability.

Assigned_User_Name String True

The display name of the user who is assigned to this task. This value is shown in the user interface for clarity and reference.

Cj_Activity_Completion_Date Datetime True

The date and time when the associated Customer Journey activity was completed. This value provides progress tracking information.

Cj_Activity_Start_Date Datetime True

The date and time when the associated Customer Journey activity began. This value indicates the start of the guided process step.

Cj_Activity_Tpl_Name String True

The name of the Customer Journey activity template used to define this task. This value provides insight into standardized workflow patterns.

Cj_Actual_Sort_Order String False

The actual position of this task within the ordered sequence of Customer Journey activities. This value supports structured progression tracking.

Cj_Allow_Activity_By String False

The list of roles, users, or criteria that are permitted to complete this Customer Journey activity. This value controls participation visibility and authorization.

Cj_Blocked_By_Stages String False

The Customer Journey stages that must be completed before this task can proceed. This value enforces required sequence dependencies.

Cj_Days_To_Complete String True

The expected number of days allocated to complete this Customer Journey activity. This value informs pacing and time-management guidance.

Cj_Momentum_End_Date Datetime False

The date when the momentum measurement period for this activity ends. Momentum tracking helps monitor engagement velocity.

Cj_Momentum_Points Int True

The number of points attributed to the user for progressing this Customer Journey activity. This value can influence scoring or gamification metrics.

Cj_Momentum_Ratio Double True

A calculated ratio reflecting the rate of progress within the Customer Journey. This value supports performance insight.

Cj_Momentum_Score Int True

The momentum score that is assigned to this Customer Journey activity. This score reflects progress pace and consistency.

Cj_Momentum_Start_Date Datetime False

The date when the momentum measurement period for this activity begins. This date marks the start of engagement pace tracking.

Cj_Parent_Activity_Id String False

The Id of the parent Customer Journey activity that this task is linked to. This value establishes hierarchical or sequential activity relationships.

Cj_Parent_Activity_Type String False

The type of Customer Journey activity this task is associated with (for example, 'milestone' or 'task'). This value provides workflow context.

Cj_Url String False

The URL link that directs the user to the Customer Journey activity or supporting guidance. This value aids navigation during task execution.

Commentlog String True

The comment log entries that are associated with this task. This field stores collaboration notes, instructional details, or record history.

Contact_Email String False

The email address of the contact that is associated with this task. This value supports communication and outreach related to the task.

Contact_Id String False

The Id of the contact that is associated with this task. This value links the task to a specific individual in the system.

Contact_Name String True

The display name of the contact that is associated with this task. This value is shown for clarity in the user interface.

Contact_Phone String True

The phone number of the contact that is associated with this task. This value can be used for communication or follow-up.

Created_By String True

The Id of the user who created this task record. This value identifies the origin of the task for ownership and audit tracking.

Created_By_Name String True

The display name of the user who created this task record. This value supports readability and context in the interface.

Customer_Journey_Blocked_By String False

The Customer Journey elements or stages that prevent this task from progressing. This value enforces required completion logic.

Customer_Journey_Points String False

The points awarded for completing this Customer Journey task. This value can contribute to performance scoring or progress assessment.

Customer_Journey_Progress Double True

The percentage of progress that is completed within the Customer Journey at this task. This value supports process visibility.

Customer_Journey_Score Int True

The overall score associated with the Customer Journey activity at this task stage. This value reflects tracked performance metrics.

Customer_Journey_Type String False

The classification type of the Customer Journey this task belongs to. This value indicates the methodology or guided workflow being followed.

Date_Due Datetime False

The due date and time for completing the task. This value provides scheduling expectations and workflow timing.

Date_Due_Flag Bool False

A Boolean field that returns a value of 'true' when the due date is flagged for attention or special conditions. It returns a value of 'false' when no due date alert applies.

Date_Entered Datetime True

The date and time when this task record was created. This value supports timeline tracking and audit review.

Date_Modified Datetime True

The date and time when this task record was most recently updated. This field supports version history and change transparency.

Date_Start Datetime False

The start date and time assigned for this task. This value is used for planning and timeline management.

Date_Start_Flag Bool False

A Boolean field that returns a value of 'true' when the start date is flagged for attention or special conditions. It returns a value of 'false' when no start date alert applies.

Deleted Bool False

A Boolean field that returns a value of 'true' when this task record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Description String False

A detailed description of the task. This field can include instructions, notes, or contextual information relevant to the task.

Dri_Subworkflow_Id String False

The Id of the subworkflow that this task is associated with in a Customer Journey. This value links the task to a defined guided process segment.

Dri_Subworkflow_Name String True

The display name of the subworkflow that is associated with this task. This value provides clarity when viewing Customer Journey process steps.

Dri_Subworkflow_Template_Id String False

The Id of the subworkflow template that is used to generate this task. This value indicates standardized workflow configuration.

Dri_Subworkflow_Template_Name String True

The name of the subworkflow template that defines this task's structure or behavior. This supports guided workflow continuity.

Dri_Workflow_Id String False

The Id of the Customer Journey workflow that this task belongs to. This value links the task to the larger guided process.

Dri_Workflow_Name String True

The display name of the Customer Journey workflow associated with this task. This value provides context in user-facing views.

Dri_Workflow_Sort_Order String False

The sequence order of this task within the associated Customer Journey workflow. This value affects task progression and stage navigation.

Dri_Workflow_Task_Template_Id String False

The Id of the workflow task template that defines this task. This value supports standardized task structure.

Dri_Workflow_Template_Id String False

The Id of the workflow template that is used to generate the Customer Journey that includes this task. This value indicates reusable customer engagement patterns.

Dri_Workflow_Template_Name String True

The display name of the workflow template that governs this Customer Journey. This value assists with identifying standardized workflow models.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this task to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for this task record. This value is used to reference and manage the task throughout the system.

Is_Cj_Parent_Activity Bool False

A Boolean field that returns a value of 'true' when this task functions as a parent-level Customer Journey activity. It returns a value of 'false' when the task is not a parent activity.

Is_Customer_Journey_Activity Bool False

A Boolean field that returns a value of 'true' when this task is part of a Customer Journey workflow. It returns a value of 'false' when the task is not associated with a guided journey.

Locked_Fields String True

The list of fields that are restricted from editing for this task. This prevents modification of protected or system-governed values.

Modified_By_Name String True

The display name of the user who most recently modified this task record. This value provides visibility into update history.

Modified_User_Id String True

The Id of the user who most recently updated this task record. This value identifies the source of the latest change.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the task record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the task. This value is used as the primary label throughout the user interface and reports.

Parent_Id String False

The Id of the parent record that is associated with this task. This value links the task to another record such as an account, opportunity, or contact.

Parent_Name String True

The display name of the parent record that is associated with this task. This value is shown for clarity in the interface.

Parent_Type String True

The module type (for example, 'Accounts', 'Opportunities', or 'Contacts') of the parent record that is associated with this task.

Priority String False

The priority assigned to the task (for example, 'Low', 'Medium', or 'High'). This value indicates urgency and expected attention level.

Start_Next_Journey_Id String False

The Id of the Customer Journey that should be initiated when this task is completed. This value enables chained or sequential engagement journeys.

Status String False

The current status of the task (for example, 'Not Started', 'In Progress', or 'Completed'). This value indicates where the task stands in its lifecycle.

Sync_Key String True

The synchronization key that is used to match this task record with external systems. This value supports data consistency across integrations.

Tag String False

The tags that are associated with this task. Tags support flexible filtering, grouping, and classification.

Team_Count String False

The number of teams that are associated with this task record. This value indicates collaboration scope and access distribution.

Team_Id String False

The Id of the primary team that is responsible for this task. This value establishes default ownership and access settings.

Team_Name String False

The display name of the primary team that is associated with this task. This value is shown throughout the interface for clarity.

Team_Set_Id String False

The Id of the set of teams that share access to this task record. This value supports collaborative permission assignments.

Time_Due Datetime False

The time of day when the task is due. This value provides precision for scheduling and workflow planning.

CData Cloud

TaxRates

Stores tax rate definitions used in pricing and billing. This table supports financial compliance and transaction accuracy.

Columns

Name Type ReadOnly Description
Commentlog String True

The comment log entries that are associated with this tax rate record. This field stores collaboration notes or administrative context.

Created_By String True

The unique identifier (Id) of the user who created this tax rate record. This value identifies the record author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this tax rate record. This value is shown in the user interface for clarity and reference.

Date_Entered Datetime True

The date and time when this tax rate record was created. This value supports lifecycle tracking and audit review.

Date_Modified Datetime True

The date and time when this tax rate record was most recently updated. This field supports version history and change transparency.

Deleted Bool False

A Boolean field that returns a value of 'true' when this tax rate record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Description String False

A detailed description of the tax rate. This field can include usage notes, jurisdiction details, or regulatory context.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this tax rate record to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for this tax rate record. This value is used to reference and manage the record throughout the system.

List_Order Int False

The position of this tax rate in ordered lists or selection menus. This value influences display priority.

Locked_Fields String True

The list of fields that are restricted from editing for this tax rate record. This field prevents modification of protected or system-governed values.

Modified_By_Name String True

The display name of the user who most recently modified this tax rate record. This value provides visibility into update history.

Modified_User_Id String True

The Id of the user who most recently updated this tax rate record. This value identifies the source of the latest change.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the tax rate record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The name of the tax rate. This value is used as the primary label in user interfaces and reporting.

Status String False

The current status of the tax rate (for example, 'Active' or 'Inactive'). This value determines whether the tax rate is available for use.

Sync_Key String True

The synchronization key that is used to match this tax rate record with external systems. This value supports data consistency across integrations.

Tag String False

The tags that are associated with this tax rate record. Tags support flexible classification, grouping, and filtering.

Value Decimal False

The rate value expressed as a decimal. This value is used to calculate tax amounts on applicable transactions.

CData Cloud

TeamNotices

Stores announcements that are broadcast to team members. This table supports internal communication and organization-wide updates.

Columns

Name Type ReadOnly Description
Acl_Team_Names String True

The list of team names that are associated with this team notice. This value supports collaboration, access control, and visibility management.

Acl_Team_Set_Id String False

The Id of the set of teams that have access to this team notice. This value is used to manage multi-team permission assignments.

Created_By String True

The unique identifier (Id) of the user who created this team notice. This value identifies the author for auditing and ownership tracking.

Date_End Date False

The end date when this team notice is no longer active. This value defines the final day the notice should be visible or relevant.

Date_Entered Datetime True

The date and time when this team notice record was created. This value supports lifecycle tracking and audit review.

Date_Modified Datetime True

The date and time when this team notice record was most recently updated. This field supports version history and change transparency.

Date_Start Date False

The start date when this team notice becomes active. This value determines the first day the notice is intended to be displayed.

Deleted Bool False

A Boolean field that returns a value of 'true' when this team notice record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Description String False

The full descriptive text of the team notice. This field can include announcement details, organizational updates, or instructions.

Id [KEY] String True

The Id for this team notice record. This value is used to reference and manage the notice throughout the system.

Modified_User_Id String True

The Id of the user who most recently updated this team notice. This value identifies the source of the latest modification.

Name String False

The title or display name of the team notice. This value is shown in lists and notification displays.

Status String False

The current status of the notice (for example, 'Active' or 'Inactive'). This value determines whether the notice is displayed to users.

Team_Count String False

The number of teams that are associated with this team notice. This value indicates the scope of its distribution.

Team_Id String False

The Id of the primary team that is responsible for this team notice. This value establishes ownership and visibility defaults.

Team_Name String False

The display name of the primary team that is associated with this team notice. This value is shown in the user interface for clarity.

Team_Set_Id String False

The Id of the set of teams that share access to this team notice. This value supports cooperative communication across multiple teams.

Url String False

The external or internal link that is associated with this team notice, if it is applicable. This value can direct users to additional resources or related content.

Url_Title String False

The display name or label for the associated URL. This value determines how the link is presented in the user interface.

CData Cloud

Teams

Stores team definitions that determine row-level access and shared ownership. This table supports collaboration and access control.

Columns

Name Type ReadOnly Description
Associated_User_Id String False

The unique identifier (Id) of the user who is associated with this team. This value defines the relationship between the team and its member or owner.

Commentlog String True

The comment log entries that are associated with this team record. This field stores collaboration notes or administrative history.

Created_By String True

The Id of the user who created this team record. This value identifies the record author for auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this team record. This value is shown for clarity in the user interface and reports.

Date_Entered Datetime True

The date and time when this team record was created. This value supports lifecycle tracking and audit review.

Date_Modified Datetime True

The date and time when this team record was most recently updated. This field supports change tracking and version transparency.

Deleted Bool False

A Boolean field that returns a value of 'true' when this team record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Description String False

A detailed description of the team. This field can include purpose, role notes, or organizational context.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this team record to receive activity updates. It returns a value of 'false' when the user is not following the record.

Id [KEY] String True

The Id for this team record. This value is used to reference and manage the team throughout the system.

Locked_Fields String True

The list of fields that are restricted from editing for this team record. This prevents modification of protected or system-managed fields.

Modified_By_Name String True

The display name of the user who most recently modified this team record. This value provides visibility into update history.

Modified_User_Id String True

The Id of the user who most recently updated this team record. This value identifies the source of the latest change.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the team record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The primary display name of the team. This value is used throughout the interface and reports.

Name_2 String False

An alternate or secondary display name for the team. This value is used when additional naming detail is required.

Private Bool False

A Boolean field that returns a value of 'true' when the team is designated as private and visibility is restricted. It returns a value of 'false' when the team is publicly visible within allowed access controls.

Sync_Key String True

The synchronization key that is used to match this team record with external systems. This value supports data consistency across integrations.

CData Cloud

TimePeriods

Stores time period structures that are used in forecasting and reporting. This table supports standardized analysis intervals and planning cycles.

Columns

Name Type ReadOnly Description
Created_By String True

The unique identifier (Id) of the user who created this time period record. This value identifies the record author for auditing and ownership tracking.

Date_Entered Datetime True

The date and time when this time period record was created. This value supports lifecycle tracking and audit visibility.

Date_Modified Datetime True

The date and time when this time period record was most recently updated. This field supports version history and change transparency.

Deleted Bool False

A Boolean field that returns a value of 'true' when this time period record is marked as deleted. It returns a value of 'false' when the record remains active and available.

End_Date Date False

The final date for this time period. This value defines when the time period stops being active or applicable.

End_Date_Timestamp Int False

The numeric timestamp that corresponds to the end date of this time period. This value is used for sorting and time-based calculations.

Id [KEY] String True

The Id for this time period record. This value is used to reference and manage the record throughout the system.

Is_Fiscal Bool False

A Boolean field that returns a value of 'true' when this time period aligns with the organization's fiscal calendar. It returns a value of 'false' when it follows a non-fiscal schedule.

Is_Fiscal_Year Bool False

A Boolean field that returns a value of 'true' when this time period represents a full fiscal year. It returns a value of 'false' when the time period covers a quarter, month, or custom span.

Leaf_Cycle Int True

The cycle position of this time period relative to others in its forecast hierarchy. This value supports grouped reporting and timeline stacking.

Name String True

The name of the time period (for example, 'Q1', 'FY2024', or 'January'). This value is used for display in reports, planning tools, and forecasting dashboards.

Parent_Id String False

The Id of the parent time period in the hierarchy, when it is applicable. This value links the current period to broader fiscal or calendar structures.

Start_Date Date False

The first date for this time period. This value defines when planning, forecasting, or reporting begins for the period.

Start_Date_Timestamp Int False

The numeric timestamp that corresponds to the start date of this time period. This value is used for ordering and date-based comparison.

Type String False

The classification of the time period (for example, 'month', 'quarter', or 'year'). This value determines how the period is used in forecasting and reporting processes.

CData Cloud

TrackerPerfs

Stores performance tracking metrics for user or system activity. This table supports system performance optimization and usage monitoring.

Columns

Name Type ReadOnly Description
Date_Modified Datetime True

The date and time when this performance tracking record was most recently updated. This value supports audit history and diagnostic review.

Db_Round_Trips Int True

The total number of database round trips that occurred during the tracked request or operation. This metric is used to evaluate query efficiency and performance impact.

Deleted Bool False

A Boolean field that returns a value of 'true' when this performance tracking record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Files_Opened Int True

The number of files that are opened during the tracked session or request. This metric helps identify disk input/output (I/O) overhead and resource utilization.

Id [KEY] Int True

The unique identifier (Id) for this performance tracking record. This value is used to reference and analyze tracked system performance activity.

Memory_Usage Int True

The amount of memory that is consumed during the tracked operation, measured at the time of logging. This metric assists in performance tuning and capacity planning.

Monitor_Id String False

The Id of the monitoring session or process that generated this performance record. This value links the record to a broader monitoring or diagnostic context.

Server_Response_Time Double True

The total time, in seconds, that the server required to respond to the tracked request. This value is used to assess system responsiveness and performance health.

CData Cloud

TrackerQueries

Stores logged query-execution records. This table supports diagnostic analysis and query performance tuning.

Columns

Name Type ReadOnly Description
Date_Modified Datetime True

The date and time when this query tracking record was most recently updated. This value supports audit visibility and performance review.

Deleted Bool False

A Boolean field that returns a value of 'true' when this query tracking record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Id [KEY] Int True

The unique identifier (Id) for this tracked query record. This value is used to reference, analyze, and correlate query performance activity.

Query_Hash String False

The hashed representation of the query text. This value is used to identify identical query patterns without storing full query text for every instance.

Query_Id String False

The Id that uniquely identifies the executed query instance in the tracking system. This value links execution statistics to the query body and context.

Run_Count Int True

The total number of times this query has executed. This value helps measure frequency and performance impact over time.

Sec_Avg Double True

The average execution time of the query in seconds. This metric assists in identifying slow-running or inefficient queries.

Sec_Total Double True

The total cumulative execution time of the query in seconds across all tracked runs. This value highlights long-term performance cost.

Text String False

The full text of the SQL query as recorded by the tracking system. This value is used for performance tuning, debugging, and optimization analysis.

CData Cloud

Trackers

Stores user and system activity tracking records. This table supports operational analytics, historical review, and audit trails.

Columns

Name Type ReadOnly Description
Action String False

The user action or event that was recorded (for example, 'view', 'save', or 'update'). This value helps capture behavioral and usage activity across modules.

Date_Modified Datetime True

The date and time when this tracker record was most recently updated. This value supports audit history and change tracking.

Deleted Bool False

A Boolean field that returns a value of 'true' when this tracker record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Id [KEY] Int True

The unique identifier (Id) for this tracker record. This value is used to reference and analyze the recorded activity.

Item_Id String False

The Id of the item or record that was accessed or modified. This value links the tracked action to a specific business record.

Item_Summary String False

A descriptive summary of the item that was accessed. This value provides human-readable context for usage and behavior analysis.

Module_Name String False

The name of the SugarCRM module (for example, 'Accounts', 'Contacts', or 'Opportunities') in which the tracked action occurred.

Monitor_Id String False

The Id of the monitoring session that produced this tracker entry. This value connects this record to broader performance or behavioral tracking data.

Session_Id String False

The Id of the user session during which the action occurred. This value supports audit trails and security review.

Team_Id String False

The Id of the team that is associated with the tracked record or user activity. This value helps determine scope of visibility and collaboration involvement.

User_Id String False

The Id of the user who performed the action. This value is used to analyze individual behavior, activity patterns, or audit pathways.

Visible Bool False

A Boolean field that returns a value of 'true' when this tracker record is visible to auditors or reporting tools. It returns a value of 'false' when the record is hidden from standard views.

CData Cloud

TrackerSessions

Stores user session metadata. This table supports authentication tracking and session governance.

Columns

Name Type ReadOnly Description
Active Bool False

A Boolean field that returns a value of 'true' when the session is currently active. It returns a value of 'false' when the session has ended or is inactive.

Client_Ip String False

The IP address of the client device that is associated with this user session. This value supports auditing, security monitoring, and usage tracking.

Date_End Datetime False

The date and time when the session ended, if it is applicable. This value indicates the close of the tracked activity period.

Date_Start Datetime False

The date and time when the session began. This value defines the start of the tracked activity period.

Deleted Bool False

A Boolean field that returns a value of 'true' when this session tracking record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Id [KEY] Int True

The unique identifier (Id) for this session tracking record. This value is used to reference, analyze, and correlate user session activity.

Seconds Int True

The total duration of the session, measured in seconds. This value is used for activity analysis and performance monitoring.

Session_Id String False

The Id of the session within the application. This value links the record to logs, events, and usage actions recorded during the session.

User_Id String False

The Id of the user who initiated the session. This value supports auditing, user activity tracking, and security review.

CData Cloud

Users

Stores user account and profile records. This table supports identity management, access control, and user authentication. The maximum page size for this table is 20.

Columns

Name Type ReadOnly Description
Accept_Status_Calls String False

The acceptance status for call invitations that are associated with this user. This value determines whether the user accepts, declines, or tentatively responds to call scheduling requests.

Accept_Status_Id String False

The unique identifier (Id) for the user's acceptance status record. This value is used to link the acceptance state to call, meeting, and message interactions.

Accept_Status_Meetings String False

The acceptance status for meeting invitations associated with this user. This value reflects whether the user accepts, declines, or tentatively responds to meeting requests.

Accept_Status_Messages String False

The acceptance status for message requests associated with this user. This value tracks how the user responds to message-based engagement prompts.

Accept_Status_Name String False

The display name of the acceptance status. This value is shown in the user interface to represent the user's response choice.

Acl_Role_Set_Id String False

The Id of the set of access control roles that apply to this user. This value determines permission levels and functional access throughout the system.

Acl_Team_Set_Id String False

The Id of the set of teams to which this user is assigned. This value supports multi-team visibility and collaboration.

Address_City String False

The city portion of the user's primary address. This value is used for contact and location reference purposes.

Address_Country String False

The country portion of the user's primary address. This value can be used for localization and compliance context.

Address_Postalcode String False

The postal or ZIP code that is associated with the user's primary address. This value is used for formatting and regional validation.

Address_State String False

The state, province, or regional subdivision that is associated with the user's primary address. This value supports geographic classification.

Address_Street String False

The street address that is associated with the user's primary address. This value is used for mailing and identification purposes.

Authenticate_Id String False

The Id associated with the user's authentication record in external or internal identity systems. This value links login identity to user record identity.

Business_Center_Id String False

The Id of the business center to which this user is assigned. This value determines the operational region or service center context for activities.

Business_Center_Name String True

The display name of the business center that is associated with this user. This value is shown in interfaces that group users by location or service center.

C_Accept_Status_Fields String True

The advanced acceptance status configuration fields for this user. This value stores internal workflow and engagement logic.

Cookie_Consent Bool False

A Boolean field that returns a value of 'true' when the user has accepted cookie tracking. It returns a value of 'false' when cookie consent has not been granted.

Cookie_Consent_Received_On Datetime False

The date and time when the user provided cookie-tracking consent. This value supports compliance and privacy auditing.

Created_By String True

The Id of the user who created this user record. This value supports audit tracking and administrative oversight.

Created_By_Name String True

The display name of the user who created this record. This value provides clarity when reviewing user creation history.

Customer_Journey_Access Bool True

A Boolean field that returns a value of 'true' when the user has access to Customer Journey features. It returns a value of 'false' when access is restricted.

Customer_Journey_Last_Active Datetime True

The date and time when the user last interacted with the Customer Journey module. This value supports engagement tracking.

Date_Entered Datetime True

The date and time when this user record was initially created. This value supports lifecycle and audit logging.

Date_Modified Datetime True

The date and time when this user record was most recently updated. This value provides change history and update traceability.

Default_Team String False

The Id of the primary team that is assigned to this user. This value establishes default visibility and record ownership context.

Deleted Bool False

A Boolean field that returns a value of 'true' when this user record is marked as deleted. It returns a value of 'false' when the record is active.

Department String False

The department with which the user is affiliated. This value is used in organizational structure and reporting segments.

Description String False

A free-text description of the user. This field can contain role notes, responsibilities, or contextual information.

Email String False

The primary email address that is associated with the user. This value is used for notifications, communication, and identity recognition.

Email_Link_Type String False

The link behavior preference for email actions that are initiated through the system. This value determines whether external clients or in-application messaging is used.

Email1 String False

An alternate or additional email address for the user. This value is used for communication redundancy or alternative contact channels.

Employee_Status String False

The employment classification of the user (for example, 'active', 'terminated', or 'contract'). This value influences system visibility and workflow participation.

External_Auth_Only Bool False

A Boolean field that returns a value of 'true' when the user is authenticated exclusively through an external identity provider. It returns a value of 'false' when internal authentication is permitted.

First_Name String False

The given name of the user as recorded in the system. This value appears in communication and user interface display formats.

Full_Name String True

The full name of the user as combined and formatted by the system. This value is shown in displays, reports, and communications.

Id [KEY] String True

The Id for this user record. This value uniquely identifies the user throughout the system.

Is_Admin Bool False

A Boolean field that returns a value of 'true' when the user holds administrative privileges. It returns a value of 'false' when the user has standard access rights.

Is_Group Bool False

A Boolean field that returns a value of 'true' when this record represents a group or shared account rather than an individual user. It returns a value of 'false' when the record represents a single user.

Last_Login Datetime True

The date and time when the user last logged in. This value supports security oversight and usage tracking.

Last_Name String False

The family or surname of the user. This value is used in formal naming and directory listings.

License_Type String False

The license classification that is assigned to the user. This value affects available system functionality and permissible usage levels.

M_Accept_Status_Fields String True

The message-acceptance status configuration fields for this user. This value is used to manage communication workflows.

Messenger_Id String False

The Id associated with the user's external messaging or chat platform account. This value supports integration with messaging tools.

Messenger_Type String False

The type of messenger platform that is linked to the user (for example, 'Slack' or 'MS Teams'). This value clarifies communication channel context.

Modified_By_Name String True

The display name of the user who most recently modified this record. This value supports review and administrative traceability.

Modified_User_Id String True

The Id of the user who most recently updated this record. This value identifies the source of the most recent change.

Name String True

The full name of the user as stored in the primary name field. This value can differ from auto-formatted naming conventions when customized.

Phone_Fax String False

The fax number that is associated with the user. This value supports legacy or compliance-required communication methods.

Phone_Home String False

The user's home phone number. This value can be used for personal or emergency contact reference.

Phone_Mobile String False

The user's mobile phone number. This value is commonly used for direct outreach and two-factor verification.

Phone_Other String False

Any additional phone number associated with the user. This value supports multi-contact environments.

Phone_Work String False

The user's primary work phone number. This value is used for business communication.

Picture String False

The file reference for the user's profile image or avatar. This value is used in interface identity visualization.

Portal_Only Bool False

A Boolean field that returns a value of 'true' when the user can only access the customer or partner portal. It returns a value of 'false' when full application access is allowed.

Preferred_Language String False

The language selected as the preferred display language for this user. This value affects localization and interface translation.

Pwd_Last_Changed Datetime False

The date and time when the user's password was last updated. This value supports security compliance and password policy enforcement.

Receive_Notifications Bool False

A Boolean field that returns a value of 'true' when the user has opted to receive notifications. It returns a value of 'false' when notifications are disabled.

Reports_To_Id String False

The Id of the user to whom this user reports. This value defines reporting hierarchy and workflow approvals.

Reports_To_Name String True

The display name of the person to whom the user reports. This value is shown in organizational role displays.

Send_Email_On_Mention Bool False

A Boolean field that returns a value of 'true' when the user receives an email notification after being mentioned in a record. It returns a value of 'false' when mention notifications are disabled.

Show_On_Employees Bool False

A Boolean field that returns a value of 'true' when the user appears in the employee directory. It returns a value of 'false' when the user is excluded from public listing.

Site_User_Id String True

The Id that represents the user in external or integrated systems. This value supports cross-application identity matching.

Status String False

The current status of the user account (for example, 'Active' or 'Inactive'). This value influences system access and workflow assignment.

Sugar_Login Bool False

A Boolean field that returns a value of 'true' when the user is permitted to log in using SugarCRM authentication. It returns a value of 'false' when login is restricted.

Sync_Key String True

The synchronization key that is used to match this user record to external systems. This value supports data integration consistency.

System_Generated_Password Bool False

A Boolean field that returns a value of 'true' when the user's password was assigned automatically by the system. It returns a value of 'false' when the password was user-defined.

Team_Count String False

The number of teams to which this user is assigned. This value indicates the breadth of collaboration scope.

Team_Id String False

The Id of the user's primary assigned team. This value determines default record ownership and shared visibility.

Team_Name String False

The display name of the user's primary team. This value is shown in team-based interface elements.

Team_Set_Id String False

The Id of the set of teams that are associated with the user for multi-team visibility. This value drives shared access rights.

Title String False

The job title or professional role of the user within the organization. This value is displayed in profile and directory contexts.

User_Hash String True

The secure hashed representation of the user's password or credential token. This value is stored to meet security and compliance requirements.

User_Name String False

The username used to authenticate and identify the user within the system. This value must be unique.

Usertype String False

The classification of the user account (for example, 'Regular User', 'Administrator', or 'Portal User'). This value defines the user's role profile.

CData Cloud

UserSignatures

Stores saved email signature templates for users. This table supports consistent branding and personalization in outbound emails.

Columns

Name Type ReadOnly Description
Commentlog String True

The comment log entries that are associated with this user signature record. This field stores collaboration notes and administrative context.

Created_By String True

The unique identifier (Id) of the user who created this signature record. This value supports auditing and ownership tracking.

Created_By_Name String True

The display name of the user who created this signature record. This value provides visibility when reviewing history and authorship.

Date_Entered Datetime True

The date and time when this signature record was created. This value supports lifecycle tracking and audit review.

Date_Modified Datetime True

The date and time when this signature record was most recently updated. This value supports change history visibility.

Deleted Bool False

A Boolean field that returns a value of 'true' when this signature record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Description String False

A descriptive note or additional context about the signature. This field can document usage intent or formatting details.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this signature record to receive updates. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The Id for this user signature record. This value uniquely identifies the record within the system.

Is_Default Bool False

A Boolean field that returns a value of 'true' when this signature is designated as the user's default email signature. It returns a value of 'false' when the signature must be selected manually.

Locked_Fields String True

The list of fields that are restricted from editing for this record. This ensures that system-controlled or protected values are not modified.

Modified_By_Name String True

The display name of the user who most recently modified this signature record. This value provides clarity when reviewing update history.

Modified_User_Id String True

The Id of the user who most recently updated this signature record. This value identifies the source of the latest modification.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the signature record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name of the signature. This value is shown when selecting or managing available user signatures.

Signature String False

The plain-text version of the user's email signature. This value is used in email clients that do not support HTML formatting.

Signature_Html String False

The HTML-formatted version of the user's email signature. This value enables styled, clickable, and branded signatures in supported email clients.

Sync_Key String True

The synchronization key that is used to match this signature record with external systems or integration endpoints. This value supports data consistency across platforms.

Tag String False

The tagging metadata that is associated with this signature. This value supports filtering and categorization within the system.

User_Id String False

The Id of the user to whom this signature belongs. This value links the signature to the correct user account.

CData Cloud

VisualPipeline

Stores configuration settings for pipeline visualization dashboards. This table supports graphical opportunity review and sales stage analysis.

Columns

Name Type ReadOnly Description
Available_Columns String False

The list of column names that are available to be displayed in the visual pipeline view. This value determines which fields users can select when customizing their visual layout.

Commentlog String True

The comment log entries that are associated with configuration record of the visual pipeline. This field stores collaboration notes and administrative context.

Created_By String True

The unique identifier (Id) of the user who created the configuration record of the visual pipeline. This value supports audit tracking and ownership visibility.

Created_By_Name String True

The display name of the user who created the configuration record of the visual pipeline. This value is shown for clarity in the user interface and change history.

Date_Entered Datetime True

The date and time when the configuration record of the visual pipeline was created. This value supports lifecycle tracking and system auditing.

Date_Modified Datetime True

The date and time when the configuration record of the visual pipeline was most recently updated. This value provides visibility into configuration change history.

Deleted Bool False

A Boolean field that returns a value of 'true' when this visual pipeline configuration record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Description String False

A detailed description of the visual pipeline configuration or its purpose. This field can include layout notes or business usage context.

Enabled_Module String False

The module for which this visual pipeline configuration is enabled (for example, 'Opportunities' or 'Cases'). This value determines which records are displayed in the visual pipeline.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this configuration to receive activity updates. It returns a value of 'false' when the user is not following the configuration.

Hidden_Values String False

The list of column values or groupings that are hidden from the visual pipeline view. This value controls which data is excluded from display.

Id [KEY] String True

The Id for the configuration record of this visual pipeline. This value uniquely identifies the configuration within the system.

Locked_Fields String True

The list of fields that are restricted from being edited for this configuration. This prevents modification of system-protected layout components.

Modified_By_Name String True

The display name of the user who most recently updated this visual pipeline configuration. This value supports review and administrative traceability.

Modified_User_Id String True

The Id of the user who most recently modified this visual pipeline configuration. This value identifies the source of the latest change.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the visual pipeline configuration is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name of the visual pipeline configuration. This value is shown when users select or manage available pipeline layouts.

Records_Per_Column String False

The number of records that are displayed in each column of the visual pipeline. This value influences scrolling behavior and visual density.

Show_Column_Count Bool False

A Boolean field that returns a value of 'true' when the column header should display the number of records contained within that column. It returns a value of 'false' when counts are hidden.

Show_Column_Total Bool False

A Boolean field that returns a value of 'true' when the column header should display a summarized total value for the records in that column. It returns a value of 'false' when no total is shown.

Sync_Key String True

The synchronization key that is used to match this visual pipeline configuration with external systems. This value supports data consistency across integrations.

Table_Header String False

The label or descriptor that is displayed at the top of the visual pipeline view. This value provides context for the data being represented.

Tag String False

The tagging metadata that is associated with this configuration. This value supports filtering, grouping, and classification.

Tile_Body_Fields String False

The list of fields that are displayed in the body of each pipeline tile. This value determines what record details are emphasized in the visual layout.

Tile_Header String False

The field that is displayed as the title in each pipeline tile. This value is typically the primary record identifier for quick recognition.

Total_Field String False

The field that is used to calculate column totals when totals are displayed. This value supports visual rollup insights for pipeline evaluation.

CData Cloud

WebLogicHooks

Stores configuration for custom business logic hooks that are triggered by system events. This table supports extensibility and integration workflows.

Columns

Name Type ReadOnly Description
Created_By String True

The unique identifier (Id) of the user who created this webhook record. This value supports audit tracking and ownership visibility.

Created_By_Name String True

The display name of the user who created this webhook record. This value is shown in the user interface for clarity and historical review.

Date_Entered Datetime True

The date and time when this webhook record was created. This value supports lifecycle tracking and audit review.

Date_Modified Datetime True

The date and time when this webhook record was most recently updated. This value provides visibility into change history.

Deleted Bool False

A Boolean field that returns a value of 'true' when this webhook record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Description String False

A descriptive explanation of the webhook and its purpose. This field can include operational, procedural, or automation context.

Following Bool False

A Boolean field that returns a value of 'true' when the current user is following this webhook record to receive update notifications. It returns a value of 'false' when the record is not being followed.

Id [KEY] String True

The Id for this webhook record. This value uniquely identifies the record throughout the system.

Locked_Fields String True

The list of fields that cannot be modified for this record. This prevents edits to values that are system-managed or restricted.

Modified_By_Name String True

The display name of the user who most recently updated this webhook record. This value supports administrative traceability.

Modified_User_Id String True

The Id of the user who most recently updated this webhook record. This value identifies the source of the latest change.

My_Favorite Bool False

A Boolean field that returns a value of 'true' when the webhook record is marked as a favorite by the current user. It returns a value of 'false' when it is not marked as a favorite.

Name String False

The display name of the webhook. This value is shown when managing or selecting available automation hooks.

Request_Method String False

The HTTP request method (for example, GET, POST, or PUT) that is used when sending webhook requests. This value determines how the webhook payload is delivered.

Sync_Key String True

The synchronization key that is used to match this webhook record with external integration systems. This value supports cross-system consistency.

Trigger_Event String False

The system event or action that triggers this webhook (for example, a record creation or a status change). This value defines when the webhook fires.

Url String False

The URL endpoint to which the webhook request is sent. This value specifies the target service or system that receives the webhook payload.

Webhook_Target_Module String False

The module that is associated with the webhook, indicating the record type or data domain the webhook operates on. This value determines which module events activate the webhook.

CData Cloud

WorkFlow

Stores rule definitions for legacy workflow processes. This table supports automated condition-based workflow execution for older workflow components.

Columns

Name Type ReadOnly Description
Base_Module String False

The module on which this workflow is based (for example, 'Accounts', 'Leads', or 'Opportunities'). This value determines where the workflow rules apply.

Created_By String True

The unique identifier (Id) of the user who created this workflow record. This value supports ownership tracking and administrative auditing.

Date_Entered Datetime True

The date and time when this workflow record was created. This value supports lifecycle monitoring and audit review.

Date_Modified Datetime True

The date and time when this workflow record was most recently updated. This value provides visibility into workflow maintenance and revision activity.

Deleted Bool False

A Boolean field that returns a value of 'true' when this workflow record is marked as deleted. It returns a value of 'false' when the record remains active and available.

Description String False

A detailed description of the workflow, including its purpose or intended effect. This value provides business context and documentation.

Fire_Order String False

The position in which this workflow triggers relative to other workflows on the same module. This value determines execution sequence.

Id [KEY] String True

The Id for this workflow record. This value uniquely identifies the workflow within the system.

List_Order_Y Int True

The vertical display position of the workflow in workflow list views. This value affects how workflows are visually ordered in the interface.

Modified_User_Id String True

The Id of the user who most recently updated this workflow record. This value identifies the source of the latest workflow modification.

Name String False

The display name of the workflow. This value appears in workflow lists, administrative tools, and configuration screens.

Parent_Id String False

The Id of the parent workflow or related workflow structure. This value supports workflow hierarchy and dependency management.

Record_Type String False

The type of record or scenario in which the workflow applies (for example,'creation', 'update', or 'scheduled evaluation'. This value defines workflow applicability.

Status Bool False

A Boolean field that returns a value of 'true' when this workflow is currently active and eligible to trigger. It returns a value of 'false' when the workflow is disabled or inactive.

Type String False

The classification of the workflow, such as a trigger-based or a workflow action type. This value determines how and when workflow logic is executed.

CData Cloud

Views

Views are similar to tables in the way that data is represented; however, views are read-only.

Queries can be executed against a view as if it were a normal table.

CData Cloud - SugarCRM Views

Name Description
ACLActions Provides reference details for Access Control List (ACL) permissions in SugarCRM. This view lists the specific system actions that can be granted or restricted for user roles to enforce module-level and feature-level access security.
Activities Provides a unified view of interactions such as calls, meetings, tasks, and emails across modules. This view helps users track engagement history and follow-up activity for accounts, contacts, and opportunities.
Audit Provides a change history of audited fields across modules. This view supports compliance tracking, troubleshooting, and record-level change review.
DropDownValues Provides field dropdown option definitions across modules. This view supports UI selection lists and ensures consistent controlled vocabulary values.
Relationships Provides metadata describing how tables and records are related within SugarCRM. This view supports data modeling, dependency mapping, and relational schema analysis.

CData Cloud

ACLActions

Provides reference details for Access Control List (ACL) permissions in SugarCRM. This view lists the specific system actions that can be granted or restricted for user roles to enforce module-level and feature-level access security.

Columns

Name Type Description
Id [KEY] String This field stores the unique identifier (Id) that is assigned to each Access Control List (ACL) action record. This Id ensures that every ACL action can be uniquely referenced within the system.
Name String This field specifies the name of the Access Control List (ACL) action. The value identifies the system or user-defined name that represents a specific permission or access operation.
DateModified Datetime This field records the date and time when the ACL action record was last modified. The value is used for synchronization and audit tracking to ensure that updates to permission data are properly recorded.
CreatedBy String This field stores the Id of the user who created the ACL action record. The value supports audit tracking and ownership identification for access control configurations.
ModifiedUserId String This field stores the Id of the user who last modified the ACL action record. The value helps track user accountability and change history for permission settings.
Category String This field defines the category of the Access Control List (ACL) action. The category identifies the module or component within SugarCRM to which the permission applies.
ACLType String This field specifies the type of Access Control List (ACL) action that determines how the permission is applied within a module. The value indicates whether the action applies to module-level, field-level, or record-level access.
ACLAccess Int This field defines the numeric access level that is granted for a specific action or field within a module. The value establishes the degree of permission, such as no access, read-only access, or full access.
AccessOverride Int This field specifies the numeric value that enforces a default access level and overrides role-based permissions when it is set. The value allows administrators to establish baseline access rules for modules or fields.
ACL String This field defines the Access Control List (ACL) value that is associated with the action. The value determines the system behavior that is controlled by the corresponding access setting.
Deleted Bool A Boolean field returns a value of 'true' when the ACL action record has been marked as deleted. It returns a value of 'false' when the record remains active. This field supports soft-delete functionality to retain historical data for audit purposes.

CData Cloud

Activities

Provides a unified view of interactions such as calls, meetings, tasks, and emails across modules. This view helps users track engagement history and follow-up activity for accounts, contacts, and opportunities.

Columns

Name Type Description
Id [KEY] String The unique identifier (Id) for this activity record. This field ensures that the record can be referenced reliably across related modules.
Name String The display name or descriptive label for this activity. This field helps users identify the activity in lists, dashboards, and history views.
Date_Entered Datetime The date and time when this activity record is created in the system. This field supports lifecycle auditing and historical reporting.
Date_Modified Datetime The date and time when this activity record is most recently modified. This field enables users to track changes over time.
Modified_User_Id String The Id of the user who most recently modified this activity record. This field supports auditing of update responsibility.
Modified_By_Name String The name of the user who most recently modified this activity record. This field provides a readable reference for the Modified_User_Id field.
Created_By String The Id of the user who originally created this activity record. This field ensures traceability for initial record creation.
Created_By_Name String The name of the user who originally created this activity record. This field provides a readable reference for the created_by field.
Description String A narrative or explanatory note that describes the context or details of the activity. This field supports collaboration and historical review.
Deleted Bool A Boolean field that returns a value of 'true' when the activity record is marked for deletion. It returns a value of 'false' when the record remains active. This field supports soft-delete workflows and record recovery.
Parent_Id String The Id of the parent record that is associated with this activity. This field establishes the relationship between the activity and its originating module.
Parent_Type String The module or entity type of the parent record that is associated with this activity. This field allows the system to interpret the meaning of the Parent_Id field.
Activity_Type String The classification of the activity, such as call, meeting, task, or email. This field supports sorting, filtering, and reporting on activity types.
Data String Serialized or structured data that is associated with this activity. This field can store metadata or system-generated detail that is required by activity sources.
Comment_Count Int The number of comments that are associated with this activity. This field supports engagement analysis and collaboration tracking.
Last_Comment String The content of the most recent comment that is posted on this activity. This field provides quick visibility into the latest discussion context.
Following Bool A Boolean field that returns a value of 'true' when the current user is following this activity to receive updates. It returns a value of 'false' when the user is not subscribed to follow the record.
My_Favorite Bool A Boolean field that returns a value of 'true' when the current user marks this activity as a favorite. It returns a value of 'false' when the record is not marked as a favorite.
Locked_Fields String The list of fields that are locked and cannot be modified for this activity record. This field helps maintain data integrity in controlled situations.
Sync_Key String The synchronization key that links this activity to external systems or data sources. This field supports cross-system data consistency.

CData Cloud

Audit

Provides a change history of audited fields across modules. This view supports compliance tracking, troubleshooting, and record-level change review.

Table Specific Information

Select

When querying Audit, you can get Audit logs by specifying the Module name (this is required):

SELECT * FROM Audit WHERE Module = 'Contacts'

Allowed values for Module are: Accounts, KBDocuments, RevenueLineItems, Contacts, Opportunities, Leads

If you want to get Audit logs for a single Module Id, the Audit parent_id needs to be tied to the ID that belongs to the module, for instance:

SELECT * FROM Audit WHERE Module = 'Contacts' AND parent_id = '9d46a91c-43bf-11e8-a83c-0681183120c1'

Columns

Name Type Description
Parent_Id String The unique identifier (Id) of the record that this audit entry is associated with. This field links the audit entry back to the original record for change tracking.
Date_Created Datetime The date and time when this audit record was created. This field supports historical tracking of changes within the system.
Created_By String The Id of the user who created this audit entry. This field identifies who initiated the change being recorded.
Created_By_Username String The username of the user who created this audit entry. This field provides a readable reference for the Created_By field.
Field_Name String The name of the field that is modified. This field identifies which specific data element is changed in the parent record.
Data_Type String The data type of the field that is modified, such as string, integer, boolean, or date. This field is used to interpret before and after values correctly.
Before_Value_String String The previous value of the modified field before the change occurs. This field supports auditing and rollback analysis.
After_Value_String String The new value of the modified field after the change occurs. This field shows the result of the modification.
Before String The prior stored value for the modified field, formatted for system use or internal processing. This field supports data comparison and integrity checks.
After String The current stored value for the modified field, formatted for system use or internal processing. This field supports consistent system-level representation.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
Module String The name of the module that this audit entry is associated with. This field enables the system to group, filter, and report audit events by module context.

CData Cloud

DropDownValues

Provides field dropdown option definitions across modules. This view supports UI selection lists and ensures consistent controlled vocabulary values.

Table Specific Information

Select

The Cloud uses the SugarCRM API to process WHERE clause conditions that are built with the following columns and operators:

  • Module supports the = comparison operator.
  • Field supports the = comparison operator.

When querying DropDownValues, you can retrieve label values for an existing dropdown list associated with a module. To return these values, specify both the Module name and the Field that contains the dropdown item (both are required).

The following query is processed server-side:

SELECT * FROM DropDownValues WHERE Module = 'Accounts' AND Field = 'myCustomDropdown_c

If you want to create a custom dropdown list, it must be linked to a custom field that belongs to the module.

Note: If necessary, create a new custom field by navigating to Admin Panel > Studio > Accounts > Fields > Add Field.

Set the field type to dropdown, and create or select the custom dropdown list.

Columns

Name Type Description
Module String The name of the SugarCRM module in which this drop-down item is defined. This value determines where the dropdown appears in the user interface and which records can use it.
Field String The field within the module that uses this drop-down item. This value establishes where the item is displayed and selected during record creation or editing.
ItemName String The internal name of the drop-down item. This value is stored in the database and is used for system logic, automation rules, and reporting.
DisplayLabel String The user-facing label that appears in the drop-down menu. This value provides the readable text that end users select when interacting with the application.

CData Cloud

Relationships

Provides metadata describing how tables and records are related within SugarCRM. This view supports data modeling, dependency mapping, and relational schema analysis.

Columns

Name Type Description
Name String The name of the relationship. This value uniquely distinguishes the relationship definition within the system.
DynamicSubpanel String The dynamic subpanel that is associated with this relationship. This value determines how the relationship is displayed within the user interface.
JoinKeyLhs String The join key value on the left-hand side of the relationship. This field identifies the column that is used to establish the relationship from the left module.
JoinKeyRhs String The join key value on the right-hand side of the relationship. This field identifies the column that is used to establish the relationship from the right module.
JoinTable String The name of the join table that links the left and right modules in the relationship. This table stores the cross-referenced relationship records.
LhsKey String The key column on the left-hand side module that participates in the relationship. This value is used to establish linkage and matching logic.
LhsModule String The module on the left-hand side of the relationship. This value identifies the primary module that participates in the relationship.
LhsTable String The database table that corresponds to the left-hand side module. This value determines where the left module's records are stored.
RelationshipRoleColumn String The column that determines a role-based variation of the relationship. This value enables conditional or filtered relationship behavior.
RelationshipRoleColumnValue String The value of the role column that activates or defines the relationship's scope. This value is used to enforce role-specific linking conditions.
RelationshipType String The relationship type (for example, 'one-to-one', 'one-to-many', or 'many-to-many'). This value indicates how records are associated across modules.
PrimaryFlagColumn String The column that indicates the primary record in a group of related records. This value helps determine which record should be treated as dominant or preferred.
PrimaryFlagDefault String The default value that is applied to the primary flag column when no explicit value is defined. This value establishes baseline relationship behavior.
PrimaryFlagSide String The side of the relationship on which the primary flag applies (for example, 'left' or 'right'). This value identifies which module determines primary status.
RhsKey String The key column on the right-hand side module that participates in the relationship. This value is used to establish linkage and matching logic.
RhsModule String The module on the right-hand side of the relationship. This value identifies the secondary module that participates in the relationship.
RhsTable String The database table that corresponds to the right-hand side module. This value determines where the right module's records are stored.
TrueRelationshipType String The underlying system relationship type that governs actual linking behavior, which can differ from the displayed relationship type for legacy or UI purposes.
UserField String The name of the user field that is associated with the relationship. This value can be used to track ownership, assignment, or user-specific metadata within the relationship.

CData Cloud

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the Cloud beyond simple SELECT/INSERT/UPDATE/DELETE operations with SugarCRM.

Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from SugarCRM, along with an indication of whether the procedure succeeded or failed.

CData Cloud - SugarCRM Stored Procedures

Name Description

CData Cloud

System Tables

You can query the system tables described in this section to access schema information, information on data source functionality, and batch operation statistics.

Schema Tables

The following tables return database metadata for SugarCRM:

  • sys_catalogs: Lists the available databases.
  • sys_schemas: Lists the available schemas.
  • sys_tables: Lists the available tables and views.
  • sys_tablecolumns: Describes the columns of the available tables and views.
  • sys_procedures: Describes the available stored procedures.
  • sys_procedureparameters: Describes stored procedure parameters.
  • sys_keycolumns: Describes the primary and foreign keys.
  • sys_indexes: Describes the available indexes.

Data Source Tables

The following tables return information about how to connect to and query the data source:

  • sys_connection_props: Returns information on the available connection properties.
  • sys_sqlinfo: Describes the SELECT queries that the Cloud can offload to the data source.

Query Information Tables

The following table returns query statistics for data modification queries:

  • sys_identity: Returns information about batch operations or single updates.

CData Cloud

sys_catalogs

Lists the available databases.

The following query retrieves all databases determined by the connection string:

SELECT * FROM sys_catalogs

Columns

Name Type Description
CatalogName String The database name.

CData Cloud

sys_schemas

Lists the available schemas.

The following query retrieves all available schemas:

          SELECT * FROM sys_schemas
          

Columns

Name Type Description
CatalogName String The database name.
SchemaName String The schema name.

CData Cloud

sys_tables

Lists the available tables.

The following query retrieves the available tables and views:

          SELECT * FROM sys_tables
          

Columns

Name Type Description
CatalogName String The database containing the table or view.
SchemaName String The schema containing the table or view.
TableName String The name of the table or view.
TableType String The table type (table or view).
Description String A description of the table or view.
IsUpdateable Boolean Whether the table can be updated.

CData Cloud

sys_tablecolumns

Describes the columns of the available tables and views.

The following query returns the columns and data types for the Accounts table:

SELECT ColumnName, DataTypeName FROM sys_tablecolumns WHERE TableName='Accounts' 

Columns

Name Type Description
CatalogName String The name of the database containing the table or view.
SchemaName String The schema containing the table or view.
TableName String The name of the table or view containing the column.
ColumnName String The column name.
DataTypeName String The data type name.
DataType Int32 An integer indicating the data type. This value is determined at run time based on the environment.
Length Int32 The storage size of the column.
DisplaySize Int32 The designated column's normal maximum width in characters.
NumericPrecision Int32 The maximum number of digits in numeric data. The column length in characters for character and date-time data.
NumericScale Int32 The column scale or number of digits to the right of the decimal point.
IsNullable Boolean Whether the column can contain null.
Description String A brief description of the column.
Ordinal Int32 The sequence number of the column.
IsAutoIncrement String Whether the column value is assigned in fixed increments.
IsGeneratedColumn String Whether the column is generated.
IsHidden Boolean Whether the column is hidden.
IsArray Boolean Whether the column is an array.
IsReadOnly Boolean Whether the column is read-only.
IsKey Boolean Indicates whether a field returned from sys_tablecolumns is the primary key of the table.
ColumnType String The role or classification of the column in the schema. Possible values include SYSTEM, LINKEDCOLUMN, NAVIGATIONKEY, REFERENCECOLUMN, and NAVIGATIONPARENTCOLUMN.

CData Cloud

sys_procedures

Lists the available stored procedures.

The following query retrieves the available stored procedures:

          SELECT * FROM sys_procedures
          

Columns

Name Type Description
CatalogName String The database containing the stored procedure.
SchemaName String The schema containing the stored procedure.
ProcedureName String The name of the stored procedure.
Description String A description of the stored procedure.
ProcedureType String The type of the procedure, such as PROCEDURE or FUNCTION.

CData Cloud

sys_procedureparameters

Describes stored procedure parameters.

The following query returns information about all of the input parameters for the StoredProc stored procedure:

SELECT * FROM sys_procedureparameters WHERE ProcedureName = 'StoredProc' AND Direction = 1 OR Direction = 2

To include result set columns in addition to the parameters, set the IncludeResultColumns pseudo column to True:

SELECT * FROM sys_procedureparameters WHERE ProcedureName = 'StoredProc' AND IncludeResultColumns='True'

Columns

Name Type Description
CatalogName String The name of the database containing the stored procedure.
SchemaName String The name of the schema containing the stored procedure.
ProcedureName String The name of the stored procedure containing the parameter.
ColumnName String The name of the stored procedure parameter.
Direction Int32 An integer corresponding to the type of the parameter: input (1), input/output (2), or output(4). input/output type parameters can be both input and output parameters.
DataType Int32 An integer indicating the data type. This value is determined at run time based on the environment.
DataTypeName String The name of the data type.
NumericPrecision Int32 The maximum precision for numeric data. The column length in characters for character and date-time data.
Length Int32 The number of characters allowed for character data. The number of digits allowed for numeric data.
NumericScale Int32 The number of digits to the right of the decimal point in numeric data.
IsNullable Boolean Whether the parameter can contain null.
IsRequired Boolean Whether the parameter is required for execution of the procedure.
IsArray Boolean Whether the parameter is an array.
Description String The description of the parameter.
Ordinal Int32 The index of the parameter.
Values String The values you can set in this parameter are limited to those shown in this column. Possible values are comma-separated.
SupportsStreams Boolean Whether the parameter represents a file that you can pass as either a file path or a stream.
IsPath Boolean Whether the parameter is a target path for a schema creation operation.
Default String The value used for this parameter when no value is specified.
SpecificName String A label that, when multiple stored procedures have the same name, uniquely identifies each identically-named stored procedure. If there's only one procedure with a given name, its name is simply reflected here.
IsCDataProvided Boolean Whether the procedure is added/implemented by CData, as opposed to being a native SugarCRM procedure.

Pseudo-Columns

Name Type Description
IncludeResultColumns Boolean Whether the output should include columns from the result set in addition to parameters. Defaults to False.

CData Cloud

sys_keycolumns

Describes the primary and foreign keys.

The following query retrieves the primary key for the Accounts table:

         SELECT * FROM sys_keycolumns WHERE IsKey='True' AND TableName='Accounts' 
          

Columns

Name Type Description
CatalogName String The name of the database containing the key.
SchemaName String The name of the schema containing the key.
TableName String The name of the table containing the key.
ColumnName String The name of the key column.
IsKey Boolean Whether the column is a primary key in the table referenced in the TableName field.
IsForeignKey Boolean Whether the column is a foreign key referenced in the TableName field.
PrimaryKeyName String The name of the primary key.
ForeignKeyName String The name of the foreign key.
ReferencedCatalogName String The database containing the primary key.
ReferencedSchemaName String The schema containing the primary key.
ReferencedTableName String The table containing the primary key.
ReferencedColumnName String The column name of the primary key.

CData Cloud

sys_foreignkeys

Describes the foreign keys.

The following query retrieves all foreign keys which refer to other tables:

         SELECT * FROM sys_foreignkeys WHERE ForeignKeyType = 'FOREIGNKEY_TYPE_IMPORT'
          

Columns

Name Type Description
CatalogName String The name of the database containing the key.
SchemaName String The name of the schema containing the key.
TableName String The name of the table containing the key.
ColumnName String The name of the key column.
PrimaryKeyName String The name of the primary key.
ForeignKeyName String The name of the foreign key.
ReferencedCatalogName String The database containing the primary key.
ReferencedSchemaName String The schema containing the primary key.
ReferencedTableName String The table containing the primary key.
ReferencedColumnName String The column name of the primary key.
ForeignKeyType String Designates whether the foreign key is an import (points to other tables) or export (referenced from other tables) key.

CData Cloud

sys_primarykeys

Describes the primary keys.

The following query retrieves the primary keys from all tables and views:

         SELECT * FROM sys_primarykeys
          

Columns

Name Type Description
CatalogName String The name of the database containing the key.
SchemaName String The name of the schema containing the key.
TableName String The name of the table containing the key.
ColumnName String The name of the key column.
KeySeq String The sequence number of the primary key.
KeyName String The name of the primary key.

CData Cloud

sys_indexes

Describes the available indexes. By filtering on indexes, you can write more selective queries with faster query response times.

The following query retrieves all indexes that are not primary keys:

          SELECT * FROM sys_indexes WHERE IsPrimary='false'
          

Columns

Name Type Description
CatalogName String The name of the database containing the index.
SchemaName String The name of the schema containing the index.
TableName String The name of the table containing the index.
IndexName String The index name.
ColumnName String The name of the column associated with the index.
IsUnique Boolean True if the index is unique. False otherwise.
IsPrimary Boolean True if the index is a primary key. False otherwise.
Type Int16 An integer value corresponding to the index type: statistic (0), clustered (1), hashed (2), or other (3).
SortOrder String The sort order: A for ascending or D for descending.
OrdinalPosition Int16 The sequence number of the column in the index.

CData Cloud

sys_connection_props

Returns information on the available connection properties and those set in the connection string.

The following query retrieves all connection properties that have been set in the connection string or set through a default value:

SELECT * FROM sys_connection_props WHERE Value <> ''

Columns

Name Type Description
Name String The name of the connection property.
ShortDescription String A brief description.
Type String The data type of the connection property.
Default String The default value if one is not explicitly set.
Values String A comma-separated list of possible values. A validation error is thrown if another value is specified.
Value String The value you set or a preconfigured default.
Required Boolean Whether the property is required to connect.
Category String The category of the connection property.
IsSessionProperty String Whether the property is a session property, used to save information about the current connection.
Sensitivity String The sensitivity level of the property. This informs whether the property is obfuscated in logging and authentication forms.
PropertyName String A camel-cased truncated form of the connection property name.
Ordinal Int32 The index of the parameter.
CatOrdinal Int32 The index of the parameter category.
Hierarchy String Shows dependent properties associated that need to be set alongside this one.
Visible Boolean Informs whether the property is visible in the connection UI.
ETC String Various miscellaneous information about the property.

CData Cloud

sys_sqlinfo

Describes the SELECT query processing that the Cloud can offload to the data source.

See SQL Compliance for SQL syntax details.

Discovering the Data Source's SELECT Capabilities

Below is an example data set of SQL capabilities. Some aspects of SELECT functionality are returned in a comma-separated list if supported; otherwise, the column contains NO.

NameDescriptionPossible Values
AGGREGATE_FUNCTIONSSupported aggregation functions.AVG, COUNT, MAX, MIN, SUM, DISTINCT
COUNTWhether COUNT function is supported.YES, NO
IDENTIFIER_QUOTE_OPEN_CHARThe opening character used to escape an identifier.[
IDENTIFIER_QUOTE_CLOSE_CHARThe closing character used to escape an identifier.]
SUPPORTED_OPERATORSA list of supported SQL operators.=, >, <, >=, <=, <>, !=, LIKE, NOT LIKE, IN, NOT IN, IS NULL, IS NOT NULL, AND, OR
GROUP_BYWhether GROUP BY is supported, and, if so, the degree of support.NO, NO_RELATION, EQUALS_SELECT, SQL_GB_COLLATE
OJ_CAPABILITIESThe supported varieties of outer joins supported.NO, LEFT, RIGHT, FULL, INNER, NOT_ORDERED, ALL_COMPARISON_OPS
OUTER_JOINSWhether outer joins are supported.YES, NO
SUBQUERIESWhether subqueries are supported, and, if so, the degree of support.NO, COMPARISON, EXISTS, IN, CORRELATED_SUBQUERIES, QUANTIFIED
STRING_FUNCTIONSSupported string functions.LENGTH, CHAR, LOCATE, REPLACE, SUBSTRING, RTRIM, LTRIM, RIGHT, LEFT, UCASE, SPACE, SOUNDEX, LCASE, CONCAT, ASCII, REPEAT, OCTET, BIT, POSITION, INSERT, TRIM, UPPER, REGEXP, LOWER, DIFFERENCE, CHARACTER, SUBSTR, STR, REVERSE, PLAN, UUIDTOSTR, TRANSLATE, TRAILING, TO, STUFF, STRTOUUID, STRING, SPLIT, SORTKEY, SIMILAR, REPLICATE, PATINDEX, LPAD, LEN, LEADING, KEY, INSTR, INSERTSTR, HTML, GRAPHICAL, CONVERT, COLLATION, CHARINDEX, BYTE
NUMERIC_FUNCTIONSSupported numeric functions.ABS, ACOS, ASIN, ATAN, ATAN2, CEILING, COS, COT, EXP, FLOOR, LOG, MOD, SIGN, SIN, SQRT, TAN, PI, RAND, DEGREES, LOG10, POWER, RADIANS, ROUND, TRUNCATE
TIMEDATE_FUNCTIONSSupported date/time functions.NOW, CURDATE, DAYOFMONTH, DAYOFWEEK, DAYOFYEAR, MONTH, QUARTER, WEEK, YEAR, CURTIME, HOUR, MINUTE, SECOND, TIMESTAMPADD, TIMESTAMPDIFF, DAYNAME, MONTHNAME, CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP, EXTRACT
REPLICATION_SKIP_TABLESIndicates tables skipped during replication.
REPLICATION_TIMECHECK_COLUMNSA string array containing a list of columns which will be used to check for (in the given order) to use as a modified column during replication.
IDENTIFIER_PATTERNString value indicating what string is valid for an identifier.
SUPPORT_TRANSACTIONIndicates if the provider supports transactions such as commit and rollback.YES, NO
DIALECTIndicates the SQL dialect to use.
KEY_PROPERTIESIndicates the properties which identify the uniform database.
SUPPORTS_MULTIPLE_SCHEMASIndicates if multiple schemas may exist for the provider.YES, NO
SUPPORTS_MULTIPLE_CATALOGSIndicates if multiple catalogs may exist for the provider.YES, NO
DATASYNCVERSIONThe CData Data Sync version needed to access this driver.Standard, Starter, Professional, Enterprise
DATASYNCCATEGORYThe CData Data Sync category of this driver.Source, Destination, Cloud Destination
SUPPORTSENHANCEDSQLWhether enhanced SQL functionality beyond what is offered by the API is supported.TRUE, FALSE
SUPPORTS_BATCH_OPERATIONSWhether batch operations are supported.YES, NO
SQL_CAPAll supported SQL capabilities for this driver.SELECT, INSERT, DELETE, UPDATE, TRANSACTIONS, ORDERBY, OAUTH, ASSIGNEDID, LIMIT, LIKE, BULKINSERT, COUNT, BULKDELETE, BULKUPDATE, GROUPBY, HAVING, AGGS, OFFSET, REPLICATE, COUNTDISTINCT, JOINS, DROP, CREATE, DISTINCT, INNERJOINS, SUBQUERIES, ALTER, MULTIPLESCHEMAS, GROUPBYNORELATION, OUTERJOINS, UNIONALL, UNION, UPSERT, GETDELETED, CROSSJOINS, GROUPBYCOLLATE, MULTIPLECATS, FULLOUTERJOIN, MERGE, JSONEXTRACT, BULKUPSERT, SUM, SUBQUERIESFULL, MIN, MAX, JOINSFULL, XMLEXTRACT, AVG, MULTISTATEMENTS, FOREIGNKEYS, CASE, LEFTJOINS, COMMAJOINS, WITH, LITERALS, RENAME, NESTEDTABLES, EXECUTE, BATCH, BASIC, INDEX
PREFERRED_CACHE_OPTIONSA string value specifies the preferred cacheOptions.
ENABLE_EF_ADVANCED_QUERYIndicates if the driver directly supports advanced queries coming from Entity Framework. If not, queries will be handled client side.YES, NO
PSEUDO_COLUMNSA string array indicating the available pseudo columns.
MERGE_ALWAYSIf the value is true, The Merge Mode is forcibly executed in Data Sync.TRUE, FALSE
REPLICATION_MIN_DATE_QUERYA select query to return the replicate start datetime.
REPLICATION_MIN_FUNCTIONAllows a provider to specify the formula name to use for executing a server side min.
REPLICATION_START_DATEAllows a provider to specify a replicate startdate.
REPLICATION_MAX_DATE_QUERYA select query to return the replicate end datetime.
REPLICATION_MAX_FUNCTIONAllows a provider to specify the formula name to use for executing a server side max.
IGNORE_INTERVALS_ON_INITIAL_REPLICATEA list of tables which will skip dividing the replicate into chunks on the initial replicate.
CHECKCACHE_USE_PARENTIDIndicates whether the CheckCache statement should be done against the parent key column.TRUE, FALSE
CREATE_SCHEMA_PROCEDURESIndicates stored procedures that can be used for generating schema files.

The following query retrieves the operators that can be used in the WHERE clause:

SELECT * FROM sys_sqlinfo WHERE Name = 'SUPPORTED_OPERATORS'
Note that individual tables may have different limitations or requirements on the WHERE clause; refer to the Data Model section for more information.

Columns

Name Type Description
NAME String A component of SQL syntax, or a capability that can be processed on the server.
VALUE String Detail on the supported SQL or SQL syntax.

CData Cloud

sys_identity

Returns information about attempted modifications.

The following query retrieves the Ids of the modified rows in a batch operation:

         SELECT * FROM sys_identity
          

Columns

Name Type Description
Id String The database-generated Id returned from a data modification operation.
Batch String An identifier for the batch. 1 for a single operation.
Operation String The result of the operation in the batch: INSERTED, UPDATED, or DELETED.
Message String SUCCESS or an error message if the update in the batch failed.

CData Cloud

sys_information

Describes the available system information.

The following query retrieves all columns:

SELECT * FROM sys_information

Columns

NameTypeDescription
ProductStringThe name of the product.
VersionStringThe version number of the product.
DatasourceStringThe name of the datasource the product connects to.
NodeIdStringThe unique identifier of the machine where the product is installed.
HelpURLStringThe URL to the product's help documentation.
LicenseStringThe license information for the product. (If this information is not available, the field may be left blank or marked as 'N/A'.)
LocationStringThe file path location where the product's library is stored.
EnvironmentStringThe version of the environment or rumtine the product is currently running under.
DataSyncVersionStringThe tier of CData Sync required to use this connector.
DataSyncCategoryStringThe category of CData Sync functionality (e.g., Source, Destination).

CData Cloud

Connection String Options

The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider. Click the links for further details.

For more information on establishing a connection, see Establishing a Connection.

Authentication


PropertyDescription
UserSpecifies the authenticating user's user ID.
PasswordSpecifies the authenticating user's password.
APIVersionThe version of the SugarCRM used.
URLThe URL of the SugarCRM account in the form 'http://{sugar crm instance}.com'.
PlatformThe SugarCRM platform that you want to use during your session.

OAuth


PropertyDescription
OAuthClientIdSpecifies the client ID (also known as the consumer key) assigned to your custom OAuth application. This ID is required to identify the application to the OAuth authorization server during authentication.
OAuthClientSecretSpecifies the client secret assigned to your custom OAuth application. This confidential value is used to authenticate the application to the OAuth authorization server. (Custom OAuth applications only.).

SSL


PropertyDescription
SSLServerCertSpecifies the certificate to be accepted from the server when connecting using TLS/SSL.

Logging


PropertyDescription
VerbositySpecifies the verbosity level of the log file, which controls the amount of detail logged. Supported values range from 1 to 5.

Schema


PropertyDescription
BrowsableSchemasOptional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .

Miscellaneous


PropertyDescription
PagesizeThe maximum number of results to return per page from SugarCRM.
AggregateColumnModeControls how aggregate columns are treated by the provider.
LinkColumnsModeControls how the 'link' type columns are exposed by the provider provider.
UseDisplayNamesSet this to true to use the table and column names from the UI. By default, the provider displays the API names for tables and columns.
DisplayLanguageThe language used with the provider. This affects table names, view names and column names.
IncludeRelationshipsSet this to true if you want to expose relationship columns, which give you the ability to query objects in relation to other objects.
IncludeFiltersAsViewsSet this to true if you want to expose filters for the modules as views.
ModulesFiltersListEach SugarCRM module has named filters. This property enables you to control the list of filters that the provider exposes (as a view) for each module.
IncludeReportsSet this to true if you want to expose reports as views.
ReportModulesListIn SugarCRM, each report is built upon a specific module. This connection property enables you to control the list of reports the provider exposes as Views.
FlattenReportObjectsSpecifies whether or not to flatten the objects' data for report views.
FlattenReportsArrayDepthSpecifies the maximum depth of array elements to flatten for report views.
IncludeDeletedSpecify whether to get deleted records.
ServerSideOrderBySet this to true if you want to perform the order by operation server-side. Keep in mind that having or creating indexes results in the best query performance.
MaxRowsSpecifies the maximum number of rows returned for queries that do not include either aggregation or GROUP BY.
PseudoColumnsSpecifies the pseudocolumns to expose as table columns, expressed as a string in the format 'TableName=ColumnName;TableName=ColumnName'.
RowScanDepthThe maximum number of rows to scan to look for the columns available in a table.
ThrowsKeyNotFoundSpecifies whether or not throws an exception if there is no rows updated.
TimeoutSpecifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error.
CData Cloud

Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


PropertyDescription
UserSpecifies the authenticating user's user ID.
PasswordSpecifies the authenticating user's password.
APIVersionThe version of the SugarCRM used.
URLThe URL of the SugarCRM account in the form 'http://{sugar crm instance}.com'.
PlatformThe SugarCRM platform that you want to use during your session.
CData Cloud

User

Specifies the authenticating user's user ID.

Data Type

string

Default Value

""

Remarks

The authenticating server requires both User and Password to validate the user's identity.

CData Cloud

Password

Specifies the authenticating user's password.

Data Type

string

Default Value

""

Remarks

The authenticating server requires both User and Password to validate the user's identity.

CData Cloud

APIVersion

The version of the SugarCRM used.

Data Type

string

Default Value

"v11_25"

Remarks

The SugarCRM API version used by default is v11_25.

CData Cloud

URL

The URL of the SugarCRM account in the form 'http://{sugar crm instance}.com'.

Data Type

string

Default Value

""

Remarks

The URL of the SugarCRM account in the form http://{sugar crm instance}.com.

CData Cloud

Platform

The SugarCRM platform that you want to use during your session.

Data Type

string

Default Value

"base"

Remarks

Use this connection property if you are encountering a login conflict (error during authentication).

You can set it to the value of one of the platforms that you have created in SugarCRM's UI.

To create a new platform in SugarCRM:

  1. Navigate to your Admin Dashboard.
  2. Click your admin icon (located on the top-right of the site).
  3. Click Admin.
  4. In the "Developer Tools" section, click Configure API Platforms.
  5. Add a new platform and click Save.

CData Cloud

OAuth

This section provides a complete list of the OAuth properties you can configure in the connection string for this provider.


PropertyDescription
OAuthClientIdSpecifies the client ID (also known as the consumer key) assigned to your custom OAuth application. This ID is required to identify the application to the OAuth authorization server during authentication.
OAuthClientSecretSpecifies the client secret assigned to your custom OAuth application. This confidential value is used to authenticate the application to the OAuth authorization server. (Custom OAuth applications only.).
CData Cloud

OAuthClientId

Specifies the client ID (also known as the consumer key) assigned to your custom OAuth application. This ID is required to identify the application to the OAuth authorization server during authentication.

Data Type

string

Default Value

""

Remarks

This property is required in two cases:

  • When using a custom OAuth application, such as in web-based authentication flows, service-based authentication, or certificate-based flows that require application registration.
  • If the driver does not provide embedded OAuth credentials.

(When the driver provides embedded OAuth credentials, this value may already be provided by the Cloud and thus not require manual entry.)

OAuthClientId is generally used alongside other OAuth-related properties such as OAuthClientSecret and OAuthSettingsLocation when configuring an authenticated connection.

OAuthClientId is one of the key connection parameters that need to be set before users can authenticate via OAuth. You can usually find this value in your identity provider’s application registration settings. Look for a field labeled Client ID, Application ID, or Consumer Key.

While the client ID is not considered a confidential value like a client secret, it is still part of your application's identity and should be handled carefully. Avoid exposing it in public repositories or shared configuration files.

For more information on how this property is used when configuring a connection, see Establishing a Connection.

CData Cloud

OAuthClientSecret

Specifies the client secret assigned to your custom OAuth application. This confidential value is used to authenticate the application to the OAuth authorization server. (Custom OAuth applications only.).

Data Type

string

Default Value

""

Remarks

This property (sometimes called the application secret or consumer secret) is required when using a custom OAuth application in any flow that requires secure client authentication, such as web-based OAuth, service-based connections, or certificate-based authorization flows. It is not required when using an embedded OAuth application.

The client secret is used during the token exchange step of the OAuth flow, when the driver requests an access token from the authorization server. If this value is missing or incorrect, authentication fails with either an invalid_client or an unauthorized_client error.

OAuthClientSecret is one of the key connection parameters that need to be set before users can authenticate via OAuth. You can obtain this value from your identity provider when registering the OAuth application.

Notes:

  • This value should be stored securely and never exposed in public repositories, scripts, or unsecured environments.
  • Client secrets may also expire after a set period. Be sure to monitor expiration dates and rotate secrets as needed to maintain uninterrupted access.

For more information on how this property is used when configuring a connection, see Establishing a Connection

CData Cloud

SSL

This section provides a complete list of the SSL properties you can configure in the connection string for this provider.


PropertyDescription
SSLServerCertSpecifies the certificate to be accepted from the server when connecting using TLS/SSL.
CData Cloud

SSLServerCert

Specifies the certificate to be accepted from the server when connecting using TLS/SSL.

Data Type

string

Default Value

""

Remarks

If you are using a TLS/SSL connection, use this property to specify the TLS/SSL certificate to be accepted from the server. If you specify a value for this property, all other certificates that are not trusted by the machine are rejected.

This property can take the following forms:

Description Example
A full PEM Certificate (example shortened for brevity) -----BEGIN CERTIFICATE-----
MIIChTCCAe4CAQAwDQYJKoZIhv......Qw==
-----END CERTIFICATE-----
A path to a local file containing the certificate C:\cert.cer
The public key (example shortened for brevity) -----BEGIN RSA PUBLIC KEY-----
MIGfMA0GCSq......AQAB
-----END RSA PUBLIC KEY-----
The MD5 Thumbprint (hex values can also be either space- or colon-separated) ecadbdda5a1529c58a1e9e09828d70e4
The SHA1 Thumbprint (hex values can also be either space- or colon-separated) 34a929226ae0819f2ec14b4a3d904f801cbb150d

Note: It is possible to use '*' to signify that all certificates should be accepted, but due to security concerns this is not recommended.

CData Cloud

Logging

This section provides a complete list of the Logging properties you can configure in the connection string for this provider.


PropertyDescription
VerbositySpecifies the verbosity level of the log file, which controls the amount of detail logged. Supported values range from 1 to 5.
CData Cloud

Verbosity

Specifies the verbosity level of the log file, which controls the amount of detail logged. Supported values range from 1 to 5.

Data Type

string

Default Value

"1"

Remarks

This property defines the level of detail the Cloud includes in the log file. Higher verbosity levels increase the detail of the logged information, but may also result in larger log files and slower performance due to the additional data being captured.

The default verbosity level is 1, which is recommended for regular operation. Higher verbosity levels are primarily intended for debugging purposes. For more information on each level, refer to Logging.

When combined with the LogModules property, Verbosity can refine logging to specific categories of information.

CData Cloud

Schema

This section provides a complete list of the Schema properties you can configure in the connection string for this provider.


PropertyDescription
BrowsableSchemasOptional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .
CData Cloud

BrowsableSchemas

Optional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .

Data Type

string

Default Value

""

Remarks

Listing all available database schemas can take extra time, thus degrading performance. Providing a list of schemas in the connection string saves time and improves performance.

CData Cloud

Miscellaneous

This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.


PropertyDescription
PagesizeThe maximum number of results to return per page from SugarCRM.
AggregateColumnModeControls how aggregate columns are treated by the provider.
LinkColumnsModeControls how the 'link' type columns are exposed by the provider provider.
UseDisplayNamesSet this to true to use the table and column names from the UI. By default, the provider displays the API names for tables and columns.
DisplayLanguageThe language used with the provider. This affects table names, view names and column names.
IncludeRelationshipsSet this to true if you want to expose relationship columns, which give you the ability to query objects in relation to other objects.
IncludeFiltersAsViewsSet this to true if you want to expose filters for the modules as views.
ModulesFiltersListEach SugarCRM module has named filters. This property enables you to control the list of filters that the provider exposes (as a view) for each module.
IncludeReportsSet this to true if you want to expose reports as views.
ReportModulesListIn SugarCRM, each report is built upon a specific module. This connection property enables you to control the list of reports the provider exposes as Views.
FlattenReportObjectsSpecifies whether or not to flatten the objects' data for report views.
FlattenReportsArrayDepthSpecifies the maximum depth of array elements to flatten for report views.
IncludeDeletedSpecify whether to get deleted records.
ServerSideOrderBySet this to true if you want to perform the order by operation server-side. Keep in mind that having or creating indexes results in the best query performance.
MaxRowsSpecifies the maximum number of rows returned for queries that do not include either aggregation or GROUP BY.
PseudoColumnsSpecifies the pseudocolumns to expose as table columns, expressed as a string in the format 'TableName=ColumnName;TableName=ColumnName'.
RowScanDepthThe maximum number of rows to scan to look for the columns available in a table.
ThrowsKeyNotFoundSpecifies whether or not throws an exception if there is no rows updated.
TimeoutSpecifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error.
CData Cloud

Pagesize

The maximum number of results to return per page from SugarCRM.

Data Type

int

Default Value

1000

Remarks

The Pagesize property affects the maximum number of results the Cloud returns per page from SugarCRM. Setting a higher value may result in better performance at the cost of additional memory consumption per page.

Note: The default max supported value is 1000.

CData Cloud

AggregateColumnMode

Controls how aggregate columns are treated by the provider.

Possible Values

Ignore, List, ListAndRetrieve

Data Type

string

Default Value

"ListAndRetrieve"

Remarks

The available aggregate column modes are detailed below:

IgnoreAll aggregate will be ignored and will not show up as available columns in the table definition.
ListAggregate columns will be listed in all tables, but on base tables such as Contacts, they will not retrieve data from SugarCRM.
ListAndRetrieveAggregate columns will be listed and requested on all tables. Note that when this mode is activated, primitive columns that are also part of the aggregates will be returned as NULL. For example, in the Accounts table, the Team_Id column, which is also part of the Team_Name aggregate, will be returned as NULL.

CData Cloud

LinkColumnsMode

Controls how the 'link' type columns are exposed by the provider provider.

Possible Values

Ignore, Include

Data Type

string

Default Value

"Ignore"

Remarks

The available options are detailed below:

IgnoreAll 'link' type columns will not be pushed by the provider.
IncludeThe 'link' type columns are used only for the Insertion of the related objects. This mode is useful for cases when we need to add relationships between Parent-Child objects. For instance, if we need to add comments to a Call we can use the 'commentlog_link' column and provide a comma-separated list of comment ids.

CData Cloud

UseDisplayNames

Set this to true to use the table and column names from the UI. By default, the provider displays the API names for tables and columns.

Data Type

bool

Default Value

false

Remarks

Set this to true to use the table and column names from the UI.

Set this to false to use the API names for tables and columns.

CData Cloud

DisplayLanguage

The language used with the provider. This affects table names, view names and column names.

Possible Values

Albanian, Arabic, Bulgarian, Catalan, Chinese, Croatian, Czech, Danish, Dutch, English UK, English US, Estonian, Finnish, French, German, Greek, Hebrew, Hungarian, Italian, Japanese, Korean, Latvian, Lithuanian, Norwegian, Polish, Portuguese, Portuguese Brazilian, Romanian, Russian, Serbian, Slovak, Spanish, Spanish Latin America, Swedish, Thai, Traditional Chinese, Turkish, Ukrainian

Data Type

string

Default Value

"English US"

Remarks

The default language used is 'English US'.

Available languages are: Albanian, Arabic, Bulgarian, Catalan, Chinese, Croatian, Czech, Danish, Dutch, English UK, English US, Estonian, Finnish, French, German, Greek, Hebrew, Hungarian, Italian, Japanese, Korean, Latvian, Lithuanian, Norwegian, Polish, Portuguese, Portuguese Brazilian, Romanian, Russian, Serbian, Slovak, Spanish, Spanish Latin America, Swedish, Thai, Traditional Chinese, Turkish, Ukrainian.

CData Cloud

IncludeRelationships

Set this to true if you want to expose relationship columns, which give you the ability to query objects in relation to other objects.

Data Type

bool

Default Value

false

Remarks

Relationships are the basis for linking information within the SugarCRM system. The relationships are exposed by the Cloud in the form of views. Set this to true if you want to expose relationship Views.

For example:

SELECT * FROM REL_account_tasks = '514b69aa-41e0-11ea-a5ef-02424563122e'
SELECT * FROM Accounts WHERE accounts_contacts = 'e9b69b60-41e0-11ea-82f2-02424563122e'
SELECT * FROM Notes WHERE accounts_notes_1 = '514b69aa-41e0-11ea-a5ef-02424563122e'
SELECT * FROM Accounts WHERE accounts_notes_1 IN ('4a6cd5de-f40e-11ea-99f0-02f85148f4a4', '456ffdc2-f40e-11ea-86ca-02f85148f4a4')

CData Cloud

IncludeFiltersAsViews

Set this to true if you want to expose filters for the modules as views.

Data Type

bool

Default Value

true

Remarks

You can query the filtered modules like you would query the views:

SELECT * FROM [Filter_Cases_Open Cases]

where "Cases" is the name of the module and "Open Cases" is the name of the filter applied to that module.

Use the connection property ModulesFiltersList to control the list of filters that the Cloud exposes (as a View) for each module.

CData Cloud

ModulesFiltersList

Each SugarCRM module has named filters. This property enables you to control the list of filters that the provider exposes (as a view) for each module.

Data Type

string

Default Value

"Accounts, Leads, Opportunities, Sales Order, Quotes, Calendar, Reports, Emails, Calls, Meetings, Tasks, Notes, NDA, Tracking Numbers, Cases"

Remarks

These views have the following naming convention: Filter_{{module_name}}_{{filtername}}. For example: [Filter_Cases_Open Cases]

By default, we expose the modules listed on the Top menu bar in SugarCRM UI.

If you need more/fewer modules, you can specify them in a comma-separated list.

Set the value to * to expose the Filters for all modules.

**Note: The names on the list must be the original English names of the modules.

For the full list of filters in your system, please query the 'Filters' table.

CData Cloud

IncludeReports

Set this to true if you want to expose reports as views.

Data Type

bool

Default Value

false

Remarks

You can query the reports like you would query the views:

SELECT * FROM [Report_Revenues per industry (2021)]

where "Revenues per industry (2021)" is the name of the report.

If you experience performance issues, use the connection properties Pagesize and RowScanDepth to control how the driver queries the report metadata.

CData Cloud

ReportModulesList

In SugarCRM, each report is built upon a specific module. This connection property enables you to control the list of reports the provider exposes as Views.

Data Type

string

Default Value

"Accounts, Leads, Opportunities, Sales Order, Quotes, Calendar, Reports, Emails, Calls, Meetings, Tasks, Notes, NDA, Tracking Numbers, Cases"

Remarks

By default, we expose the modules listed on the Top menu bar in SugarCRM UI.

If you need more/fewer modules you can specify them in a comma-separated list.

Set this connection property to * if you like to expose the Reports for all modules.

**Note: The names on the list must be the original English names of the modules.

For the full list of filters in your system, please query the 'Reports' table.

CData Cloud

FlattenReportObjects

Specifies whether or not to flatten the objects' data for report views.

Data Type

bool

Default Value

true

Remarks

If false, only the first-level objects are displayed as columns, and the values of non-primitive objects are pushed as JSON aggregates.

To access the values of those aggregates, you can use the JSON_EXTRACT function.

The default value is true.

CData Cloud

FlattenReportsArrayDepth

Specifies the maximum depth of array elements to flatten for report views.

Data Type

int

Default Value

0

Remarks

By default, the value is set to 0, meaning that only the first level will be pushed.

If the value is set to -1, all the levels will be flattened.

The nested values of non-primitive objects will be pushed as JSON aggregates.

To access the values of those aggregates you can use the JSON_EXTRACT function.

CData Cloud

IncludeDeleted

Specify whether to get deleted records.

Data Type

bool

Default Value

false

Remarks

Set this to true in order to retrieve deleted records in the result set.

CData Cloud

ServerSideOrderBy

Set this to true if you want to perform the order by operation server-side. Keep in mind that having or creating indexes results in the best query performance.

Data Type

bool

Default Value

true

Remarks

For more information, please refer to the SugarCRM Indexes Documentation.

By default, this is set to true.

CData Cloud

MaxRows

Specifies the maximum number of rows returned for queries that do not include either aggregation or GROUP BY.

Data Type

int

Default Value

-1

Remarks

The default value for this property, -1, means that no row limit is enforced unless the query explicitly includes a LIMIT clause. (When a query includes a LIMIT clause, the value specified in the query takes precedence over the MaxRows setting.)

Setting MaxRows to a whole number greater than 0 ensures that queries do not return excessively large result sets by default.

This property is useful for optimizing performance and preventing excessive resource consumption when executing queries that could otherwise return very large datasets.

CData Cloud

PseudoColumns

Specifies the pseudocolumns to expose as table columns, expressed as a string in the format 'TableName=ColumnName;TableName=ColumnName'.

Data Type

string

Default Value

""

Remarks

This property allows you to define which pseudocolumns the Cloud exposes as table columns.

To specify individual pseudocolumns, use the following format:

Table1=Column1;Table1=Column2;Table2=Column3

To include all pseudocolumns for all tables use:

*=*

CData Cloud

RowScanDepth

The maximum number of rows to scan to look for the columns available in a table.

Data Type

int

Default Value

100

Remarks

The columns in a table must be determined by scanning table rows. This value determines the maximum number of rows that will be scanned.

Setting a high value may decrease performance. Setting a low value may prevent the data type from being determined properly, especially when there is null data.

CData Cloud

ThrowsKeyNotFound

Specifies whether or not throws an exception if there is no rows updated.

Data Type

bool

Default Value

false

Remarks

Specifies whether or not throws an exception if there is no rows updated.

CData Cloud

Timeout

Specifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error.

Data Type

int

Default Value

60

Remarks

The timeout applies to each individual communication with the server rather than the entire query or operation. For example, a query could continue running beyond 60 seconds if each paging call completes within the timeout limit.

Timeout is set to 60 seconds by default. To disable timeouts, set this property to 0.

Disabling the timeout allows operations to run indefinitely until they succeed or fail due to other conditions such as server-side timeouts, network interruptions, or resource limits on the server.

Note: Use this property cautiously to avoid long-running operations that could degrade performance or result in unresponsive behavior.

CData Cloud

Third Party Copyrights

LZMA from 7Zip LZMA SDK

LZMA SDK is placed in the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute the original LZMA SDK code, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

LZMA2 from XZ SDK

Version 1.9 and older are in the public domain.

Xamarin.Forms

Xamarin SDK

The MIT License (MIT)

Copyright (c) .NET Foundation Contributors

All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

NSIS 3.10

Copyright (C) 1999-2025 Contributors THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539