Custom Fields — Extending Your Data Model
Updated March 15, 2026 2 views
Overview
Custom Fields let you extend KeenCRM's default data model with fields specific to your business. Add them to contacts, companies, deals, leads, and other entities.
Creating a Custom Field
- Go to Settings → Custom Fields
- Select the entity type (Contact, Company, Deal, etc.)
- Click "Add Custom Field"
- Configure:
- Label: The field name users will see (e.g., "Industry Segment")
- Field type: Text, Number, Date, Dropdown, Checkbox, URL, Email, Phone
- Required: Whether the field must be filled in
- Dropdown options: For dropdown fields, define the list of choices
- Save the custom field
Using Custom Fields
Once created, custom fields appear:
- On the create/edit forms for that entity type
- On the entity detail page
- In data exports (CSV/XLSX)
Field Types
| Type | Use Case | Example |
|------|----------|---------|
| Text | Free-form text | "Industry Segment" |
| Number | Numeric values | "Employee Count" |
| Date | Date values | "Contract Renewal Date" |
| Dropdown | Predefined choices | "Lead Source" → Website, Referral, Cold Call |
| Checkbox | Yes/No toggle | "VIP Customer" |
| URL | Web links | "LinkedIn Profile" |
| Email | Email addresses | "Secondary Email" |
| Phone | Phone numbers | "Personal Phone" |
Managing Custom Fields
- Edit: Update the label or options of existing fields
- Delete: Remove fields you no longer need (data in those fields will be lost)
Was this article helpful?