Skip to content

HighLevel Custom Fields

This article describes working with HighLevel custom fields in LightLead.

Discovering Custom Fields

Custom fields are loaded from the customFields or custom_fields array, accessed by id. HighLevel custom fields are stored in the customFields or custom_fields array. Fields are accessed by identifier (id). When a custom field changes in HighLevel, the identifier is preserved and matching is not broken.

Field Matching

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

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

  • Uniqueness: each field is identified unambiguously

  • Cross-account isolation: fields from different accounts do not overlap

Custom Field Types

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

Impact on Saved Reports

Important considerations 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 the field as a metric

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

  • Adding a field: the new field becomes available after the next discovery run

Recommendations

  • Plan your custom field structure in advance

  • Avoid changing 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