---
sourceDocument: Australia Customer Relationship Management
sourceDocumentLink: https://www.servicenow.com/docs/r/customer-relationship-management

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Customer Relationship Management

ft:clusterId :

    - crm

bundleId :

    - crm

workflow :

    - CRMI


---

# Data models

# Data models {#ariaid-title1}

Release version: Australia  
Updated April 28, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 8 minutes to read
Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Data models

The ServiceNow CRM portfolio is built on a layered data model architecture consisting of four tiers: ServiceNow AI Platform, CRM Foundation, Customer Workflows, and Industry Workflows.
This layered model enables shared data usage, consistent processes, and seamless integration across CRM products including Sales CRM, Customer Service Management (CSM), and Field Service Management (FSM), as well as industry-specific solutions.
Understanding this architecture is crucial for effective configuration, extension, and troubleshooting of CRM implementations.
Show full answer Show less  

## ServiceNow AI Platform Base

This foundational layer provides core system tables and AI capabilities, such as Task, User, Company, CMDB Configuration Items, and SLA engines. These core tables are inherited across all ServiceNow products, ensuring consistent data records like Cases, Orders, and Work Orders are unified rather than duplicated.

## CRM Foundation

The CRM Foundation is the shared data layer that defines customer, product, and transactional objects used by all three Customer Workflow products (Sales CRM, CSM, FSM). Key entities include:

* **Account and Contact:** Represent companies and associated people for B2B models.
* **Consumer and Household:** Represent individual customers and grouped consumers for B2C and B2B2C models.
* **Product Model, Sold Product, Install Base Item:** Define products and their lifecycle from sale to deployment.
* **Contract and Entitlement:** Define service commitments, SLAs, and support terms established during sales and verified during service.

Additionally, CRM Foundation includes engines for product configuration, pricing, and scheduling optimization, supporting quoting, ordering, and field service operations.

## Customer Workflows (Sales CRM, CSM, FSM)

This layer hosts the three core CRM applications operating on the shared foundation data:

* **Customer Service Management (CSM):** Uses a Case object to link who the customer is, what they own, and their entitlements, supporting omnichannel service interactions.
* **Sales CRM:** Manages the sales lifecycle from Leads, Opportunities, Quotes, to Orders and Fulfillment, immediately sharing sold product and contract data with other products.
* **Field Service Management (FSM):** Handles field operations with Work Orders referencing shared customer, contract, and product data, leveraging scheduling optimization for dispatch.

All three products share a unified data model, enabling real-time data consistency without batch synchronization or middleware.

## Industry Workflows

Industry-specific solutions build on top of the CRM Foundation and Customer Workflows, extending the data model with domain-specific entities (e.g., subscribers for Telecom, patients for Healthcare). These workflows inherit all shared objects and engines and come preconfigured with tailored workspaces and processes, allowing organizations to deploy and customize vertical solutions efficiently.

## How the Layers Connect

The four layers are structurally integrated, not connected through separate systems or synchronization. Data such as accounts, contacts, products, contracts, and entitlements exist once and are instantly shared across Sales CRM, CSM, and FSM. This enables a coherent sell-fulfill-service experience with real-time data visibility and consistency for agents, sales teams, and technicians.  
The CRM portfolio is built on a layered data architecture where each tier inherits from the one following it. This topic explains the four layers, ServiceNow AI Platform, CRM Foundation, Customer Workflows, and Industry Workflows, and the objects that connect them. Understanding this architecture is essential for configuring, extending, and troubleshooting CRM
implementations.

## CRM architecture {#crm-data-models__section_t3k_gxt_y3c}

The CRM portfolio is organized into four tiers.Figure 1. CRM product architecture

At the base, the ServiceNow AI Platform provides the core tables, AI capabilities, and engines that every ServiceNow product inherits. Before that, the CRM Foundation defines the shared data objects (Customer, Organization, Territory, Product, and
Pricing) along with shared engines. It also defines the transactional objects (Opportunity, Quote, Order, Install Base, Contract, Case, Work Order) that all CRM products use. The Customer Workflows tier delivers the three core CRM
products at the same level: Sales CRM, Customer Service Management (CSM), and Field Service Management (FSM). At the top, Industry Workflows provide preconfigured solutions for verticals including Telecom, Technology, Financial Services, Public Sector, Healthcare, Retail, and Manufacturing.

Sales CRM, CSM, and FSM aren't separate systems sharing data through integrations. They are three products built on the same CRM Foundation and platform data model. A company record, a person record, a product, a
contract---each exists once in the CRM Foundation. All three products and every industry solution before them use these shared records.

## Layer 1: ServiceNow AI Platform base {#crm-data-models__section_z3k_yng_y3c}

Every ServiceNow product is built on the same core tables. These base objects aren't replicated per product; they are inherited. When a Case is created in CSM, it extends the same Task record that an ITSM incident extends. When an Order is created in Sales CRM or a Work Order in FSM, both extend the same Task record. The same holds for person records, company records, and SLA logic. This layer also includes Predictive AI and GenAI capabilities.{#crm-data-models__table_eny_r15_y3c__entry__3}

| Platform object | Table name | What it does |
|-|-|-|
| Task | sn_task | Master table for all transactional records. Cases, Incidents, Work Orders, and Orders all extend Task, inheriting state, priority, assignment, and SLA fields. |
| User | sys_user | Single person record shared across all products. CSM Contacts, Sales CRM Leads, ITSM Agents, and HR Employees all reference this table. No duplicates. |
| Company | core_company | Base organization record. CSM Account and Sales CRM Account both extend this table. One company record used across all modules. |
| CMDB/CI | cmdb_ci | Configuration Management Database. Install Base Items reference configuration items (CI) here, linking customer product deployments to IT infrastructure. |
| SLA engine | contract_sla | Platform-level SLA engine shared by CSM Entitlements and Sales CRM Contracts. Provides consistent SLA behavior across Cases, Orders, and Work Orders. |
[Table 1. ServiceNow AI Platform base]

{#crm-data-models__table_eny_r15_y3c}

## Layer 2: CRM Foundation {#crm-data-models__section_jzm_cyt_y3c}

The CRM Foundation is the shared data layer that all three Customer Workflow products build on. It contains the core data objects that define customers, products, and service commitments, along with the transactional objects that
Sales CRM, CSM, and FSM operate on. These objects are created once and consumed by all three products without duplication.  
{#crm-data-models__table_djw_bb5_ofs__entry__3}

| Foundation object | Table name | What it does |
|-|-|-|
| Account | customer_account | Extends core_company. Central hub for contacts, cases, contracts, and opportunities. Shared across Sales CRM, CSM, and FSM. |
| Contact | customer_contact | Extends sys_user. Represents a person at a customer account. Used for case routing in CSM, opportunity contacts in Sales CRM, and site contacts in FSM. |
| Consumer | csm_consumer | Extends sys_user. Represents an individual customer in a B2C model. Interacts directly through self-service portals or assisted service channels. |
| Household | csm_household | Groups consumers who share an address and common products or services. Supports a designated head of household with visibility into cases and account information for all members. |
| Product Model | cmdb_model | Defines a product or service template. Sales CRM extends it with pricing through Product Offerings; CSM references it for case context. |
| Sold Product | sold_product | Tracks a product or service sold to an account or consumer. Created by Sales CRM on order fulfillment; referenced by CSM cases and FSM work orders. |
| Install Base Item | alm_asset | Specific deployed instance with serial number. References a CMDB CI. Visible to agents in CSM and technicians in FSM. |
| Contract | ast_contract | Defines the type of support a customer receives. Created during the sales motion in Sales CRM; verified by CSM on every case to confirm support terms. |
| Entitlement | entitlement | Defines SLA tiers, support hours, and covered channels. Set by Sales CRM during the sales motion; auto-verified by CSM when an agent opens a case. |
[Table 2. CRM foundation data objects]

{#crm-data-models__table_djw_bb5_ofs}  
Note:  
The products listed in the "What it does" column highlight the primary Customer Workflow products (Sales CRM, CSM, FSM) that operate on each foundation object. Industry Workflows such as Telecom, Technology, Financial Services, Public Sector, Healthcare, Retail, and Manufacturing also inherit and use these same foundation objects through the Customer Workflow products they build on.  
{#crm-data-models__table_hb5_rb5_y3c__entry__2}

| Engine/capability | What it does |
|-|-|
| Product Configuration Engine | Manages product bundles, compatibility rules, and configuration options. Primary consumer is Sales CRM during quoting and ordering. Also used by CSM during sold-product modification flows and by Industry workflows that extend Sales CRM with vertical-specific configuration logic. |
| Pricing Engine | Applies pricing rules, discounts, and rate calculations to Product Offerings. Primary consumer is Sales CRM during the quote and order process. Also invoked by CSM modification flows and industry workflows that price quotes and orders. |
| Scheduling Optimization | Optimizes technician scheduling and dispatch in FSM based on location, skills, availability, and SLA requirements. Primary consumer is FSM and is also used by Industry workflows with field operations such as Telecom and Healthcare. |
[Table 3. CRM foundation engines]

{#crm-data-models__table_hb5_rb5_y3c}

## Customer entities by business model {#crm-data-models__section_qjl_h4g_y3c}

The CRM Foundation customer entities are organized into two categories: organization entities that represent companies and groupings, and individual entities that represent people. Which entities are used depends on the business model. B2B implementations use accounts and contacts. B2C implementations use consumers and households. B2B2C implementations combine both, adding account consumers to support business customers who serve end consumers. A single deployment can support all three models simultaneously.{#crm-data-models__table_l4z_1c5_y3c__entry__4}

| Entity type | B2B entities | B2C entities | B2B2C entities |
|-|-|-|-|
| Organization entities | Account (customer_account), Partner Account (customer_account) | Household (csm_household) | Account + Household |
| Individual entities | Contact (customer_contact), Partner Contact (customer_contact) | Consumer (csm_consumer), Household Member (csm_consumer) | Contact + Account Consumer (csm_consumer) |
[Table 4. Customer entities and business models]

{#crm-data-models__table_l4z_1c5_y3c}

## Layer 3: Customer Workflows (Sales CRM, CSM, and FSM) {#crm-data-models__section_sbt_2g5_y3c}

The Customer Workflows tier contains the three core CRM products at the same level: Sales CRM, CSM, and FSM. Each product operates on the shared CRM Foundation objects and adds its own product-specific objects. A record created in one product is immediately available to the others.

Customer Service Management (CSM)
:   CSM answers three questions for every service interaction: Who is the customer? What do they own? What are they entitled to? CSM uses the shared CRM Foundation objects to answer these questions. Case is the CSM-specific object that ties them together.  
    {#crm-data-models__table_cqg_4g5_y3c__entry__3}

    | CSM object | Table name | What it does |
    |-|-|-|
    | Case | sn_customerservice_case | Extends Task. Central record for every service interaction. Connects Who (Account/Contact/Consumer) + What (Product/Asset) + What's Owed (Contract/Entitlement). Supports omnichannel intake. |
    [Table 5. CSM-specific objects]

    {#crm-data-models__table_cqg_4g5_y3c}

Sales CRM
:   Sales CRM adds the full sales motion on top of the CRM Foundation, from Lead through Opportunity, Quote, Order, and Fulfillment. After fulfillment, the shared CRM Foundation objects take over. Sold Products, Contracts, and
    Entitlements are immediately available to CSM and FSM with no handoff required.  
    {#crm-data-models__table_ibw_vg5_y3c__entry__4}

    | Sales CRM object | Table name | What it does | Stage |
    |-|-|-|-|
    | Lead | lead | Prospective customer. Converts to Opportunity + Account/Contact on qualification. | Prospect |
    | Opportunity | opportunity | Potential deal linked to an Account. Tracks sales stage; one-to-one with a Quote. | Qualify |
    | Product Offering | product_offering | Extends Product Model with pricing rules, bundles, and compatibility rules. | Configure |
    | Quote (CPQ) | quote | Priced proposal generated by the CPQ configurator. Applies pricing rules and bundles in real-time | Price |
    | Order | sn_order_mgmt_order | Confirmed purchase. Extends platform Task and triggers downstream fulfillment workflows. | Order |
    | Fulfillment Task | sc_task | Extends platform Task. Represents individual work steps executed during order fulfillment. | Fulfill |
    [Table 6. Sales CRM-specific objects]

    {#crm-data-models__table_ibw_vg5_y3c}

Field Service Management (FSM)
:   FSM adds field operations capabilities on top of the CRM Foundation. Work Order is the FSM-specific object. FSM consumes shared Account, Contact, Install Base Item, Contract, and Entitlement records, so technicians arrive with the
    same customer context that agents and sales teams see. Scheduling Optimization from the CRM Foundation handles technician routing and dispatch.  
    {#crm-data-models__table_sqh_sg5_fsm__entry__3}

    | FSM object | Table name | What it does |
    |-|-|-|
    | Work order | wm_order | Extends Task. Represents a field service job dispatched to a technician. References the same account, contact, install base, and entitlement records from the CRM Foundation. |
    [Table 7. FSM-specific objects]

    {#crm-data-models__table_sqh_sg5_fsm}

## Layer 4: Industry Workflows {#crm-data-models__section_zcs_fh5_y3c}

The top tier provides preconfigured solutions for Telecom, Technology, Financial Services, Public Sector, Healthcare, Retail, and Manufacturing. Each industry solution extends the CRM data model with domain-specific entities, such as subscriber records for telecom, policy records for financial services, or patient records for healthcare. These
solutions inherit every shared object and engine from the layers following.

Industry Workflows build on top of the CRM Foundation and Customer Workflows; they don't replace them. A telecom agent still works with the same Case, Account, Contact, and Entitlement objects that any CSM agent uses. The workspace, playbooks, and data model extensions are preconfigured for telecommunications workflows. Organizations can deploy an industry solution as a starting point and modify it as
requirements evolve.

## How the layers connect {#crm-data-models__section_t5z_hh5_y3c}

The connection between Sales CRM and CSM is structural, not technical. Because both layers share the same underlying records, completing an order in Sales CRM immediately updates what CSM sees. There is no batch sync, no middleware, no delay.

* Order fulfillment in SOSales CRMM creates a Sold Product and Install Base Item in the CSM layer, available immediately for case handling.
* Contracts and Entitlements set during the sales motion are auto-verified when a CSM agent opens a Case. No manual lookup.
* Account, Contact, and Product Model records are written once and read by both layers. Changes are reflected everywhere instantly.
* FSM work orders reference the same account, contact, and install base records, so technicians see the same customer context as agents and sales teams.
{#crm-data-models__ul_a51_jh5_y3c}

This structural connection is what makes the sell, fulfill, and service story coherent. It is not a workflow between systems, it is a single data model with multiple operational views.
**Related topics**   

* [Customer data](https://www.servicenow.com/docs/access?context=customer-data&version=australia&pubname=australia-customer-service-management&ft:locale=en-US)
* [User management](https://www.servicenow.com/docs/access?context=user-management&version=australia&pubname=australia-customer-service-management&ft:locale=en-US)
* [Product data](https://www.servicenow.com/docs/access?context=product-data&version=australia&pubname=australia-customer-service-management&ft:locale=en-US)
* [Data models](https://www.servicenow.com/docs/access?context=data-models&version=australia&pubname=australia-customer-service-management&ft:locale=en-US)
* [Configure Service Model Foundation](https://www.servicenow.com/docs/access?context=configure-industry-data-model&version=australia&pubname=australia-customer-service-management&ft:locale=en-US)

