Skip to content

Kommo Custom Fields

This article describes working with Kommo custom fields in LightLead.

Custom Field Discovery

Custom fields are loaded from cf_{field_id}. The field_code field is matched in uppercase, and field_name is matched in lowercase. When a custom field is renamed in Kommo, its identifier (field_id) does not change, so the matching is preserved.

Field Matching

LightLead uses the field identifier (field_id or field_code) for matching. This ensures:

  • Rename resilience: matching is preserved when a field's name changes in the CRM

  • Uniqueness: each field is identified unambiguously

  • Cross-account isolation: fields from different accounts don't overlap

Custom Field Types

Field TypeSupportUsage
TextFullGrouping, filtering
NumberFullMetrics, range filtering
DateFullPeriod filtering
SelectFullGrouping, filtering
Multi-selectPartialFiltering by inclusion
CheckboxFullFiltering (yes/no)
PhoneFullGrouping, filtering
EmailFullGrouping, filtering
FileNot supported
ImageNot supported

Impact on Saved Reports

Important aspects when changing custom fields:

  • Renaming a field: reports continue to work, the name updates automatically

  • Changing a field's type: may cause errors in reports that use this field as a metric

  • Deleting a field: reports using this field will show an error, and the field is marked unavailable

  • Adding a field: the new field becomes available after re-running discovery

Recommendations

  • Plan your custom field structure in advance

  • Don't change the type of an existing field unless necessary

  • Before deleting a field, check which reports use it

  • Use meaningful field names for easier searching in the interface

Maintained by the LightLead Documentation Team · Last verified: 2026-07-25