<!-- נוצר אוטומטית ממקור התיעוד הקנוני של Teloring. אין לערוך קובץ זה. -->

עמוד קנוני: https://docs.teloring.com/he/api/customer-objects
עודכן לאחרונה: 2026-08-20T20:52:05.000Z

# Customer objects

The mini-CRM: object types and the records filed under each customer.

**Scope:** `customer_objects`

An **object** is a type — Contacts, Deals, Service Calls, Tasks, plus
whatever was defined in the field editor. A **record** is one instance,
and every record belongs to exactly one customer. Records can be read
per-customer, or account-wide across every customer.




```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
```
