Bitrix24 Fields
The Bitrix24 report's base columns: ID, TITLE, dates, stage/status, amount, owner, UTM, and UF_CRM_*. Below is the current catalog from the data layer.
Field List
| Ключ | Название | Тип | Сущность | Фильтруемый | Сортируемый | Описание |
|---|---|---|---|---|---|---|
ID | ID | string | deal | Да | Нет | ID сделки или лида |
TITLE | Название | string | deal | Да | Да | TITLE |
DATE_CREATE | Дата создания | date | deal | Да | Да | DATE_CREATE |
OPPORTUNITY | Сумма | currency | deal | Да | Да | Opportunity / Amount |
CURRENCY_ID | Валюта | string | deal | Нет | Нет | CURRENCY_ID |
STATUS_ID | Статус | string | lead | Да | Нет | Статус лида (для deals — fallback STAGE_ID) |
STAGE_ID | Стадия | string | deal | Да | Нет | Стадия сделки; human-name из crm.status.list |
ASSIGNED_BY_ID | Ответственный | string | deal | Да | Нет | ID ответственного |
utm_source | UTM Source | string | deal | Да | Нет | UTM_SOURCE / UF_CRM_* варианты |
utm_medium | UTM Medium | string | deal | Да | Нет | UTM_MEDIUM |
utm_campaign | UTM Campaign | string | deal | Да | Нет | UTM_CAMPAIGN |
utm_content | UTM Content | string | deal | Да | Нет | UTM_CONTENT |
utm_term | UTM Term | string | deal | Да | Нет | UTM_TERM |
UF_CRM_* | Кастомное поле | string | deal | Да | Нет | Пользовательские UF_CRM_ / CF_ поля из fields catalog |
Field Types
| Type | Description | Example |
|---|---|---|
string | Text | TITLE, STAGE_ID |
number | Number | counters |
currency | Money | OPPORTUNITY |
date | Date/time | DATE_CREATE |
boolean | Yes/no | flags |
url | Link | URL fields |
Full reference: Field Types.
Usage in Reports
- Grouping — string / enum-like keys (STAGE_ID, UTM)
- Metrics —
OPPORTUNITYand counters - Filters / sorting — by the filterable / sortable flags in the table above