Skip to content
Start free trial

Add a Custom Field

Add Field dialog in the Schema Editor showing the Type dropdown defaulted to Short text

Every business tracks different data. HARi CRM lets you add custom fields to any entity so you can capture exactly the information your team needs.

HARi supports these field types:

  • Short text — Single-line text (names, short descriptions)
  • Long text — Multi-line text (notes, comments)
  • Rich text — Formatted text with bold, lists, links
  • Integer — Whole numbers (quantity, count)
  • Decimal number — Numbers with decimal places (price, dimensions)
  • Money (currency) — Money values, paired with the workspace currency
  • Percentage — A value from 0 to 100
  • Rating — A 1-to-5 star rating
  • Date — A calendar date
  • Date + time — Date and time combined
  • Yes / No — A boolean toggle
  • Single choice — A dropdown with predefined choices
  • Multi-select — Multiple choices from a list
  • Email address — Email with validation
  • Phone number — Phone with international country code selector
  • URL — Web address with validation
  • Linked record — A reference to another entity’s record
  • File / Image / File list / Image list — File uploads
  • Structured data (JSON) — Free-form JSON
  • Colour — A hex colour picker
  • Auto number — Sequential identifier generated on create
  • Secret — A masked text value (e.g. API key)
  1. Go to Settings > Schema
  2. Select the entity you want to add a field to (e.g. Contact, Company, or any custom entity)
  3. Click the Fields tab
  4. Click Add field
  5. Configure the field:
    • Label: The name users will see (e.g. “LinkedIn Profile”)
    • Name: A machine name (immutable once saved)
    • Type: Select from the list above
    • Required: Toggle on if this field must be filled in
    • Default value: Optionally set a default
  6. Click Save

The field is now available on the entity’s form and can be used in views, filters, workflows, and reports.

Phone fields automatically include a country code selector. On embed forms (public forms), the default country code is detected from the visitor’s browser locale.

To set a specific default country code for a phone field:

  1. Edit the field in Settings > Schema on the Fields tab
  2. In the field’s options, set default_country_code to your preferred dial code (e.g. +852 for Hong Kong, +65 for Singapore)
  3. Save

Phone numbers are stored in international format (e.g. +85263131007), which makes them ready for click-to-call, WhatsApp links, and international dialing.

If you choose the Single choice type (or Multi-select):

  1. After selecting the type, add each option value (e.g. for a “Priority” field: “Low”, “Medium”, “High”, “Critical”)
  2. Set the display order by dragging options
  3. Optionally, set a default option
  4. Save

After creating a field, you may want to position it on the record form:

  1. Go to the entity’s Forms tab in Settings
  2. Drag the new field to the desired position within a tab and section
  3. Save the form layout
  • Use descriptive labels — “Annual Revenue” is clearer than “Revenue”
  • Use the right type — Do not use Text for data that should be a number or date. Correct types enable filtering, sorting, and calculations.
  • Required fields sparingly — Only mark fields as required if they are truly essential. Too many required fields slow down data entry.