Add a Custom Field

Add a Custom Field
Section titled “Add a Custom Field”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.
Supported Field Types
Section titled “Supported Field Types”HARi supports these field types:
- Text — Single-line text (names, short descriptions)
- Textarea — Multi-line text (notes, comments)
- Integer — Whole numbers (quantity, count)
- Decimal — Numbers with decimal places (price, percentage)
- Currency — Money values with currency symbol
- Date — A calendar date
- DateTime — Date and time combined
- Boolean — Yes/No toggle
- Option Set — A dropdown with predefined choices
- Lookup — A reference to another entity’s record
- Email — Email address with validation
- Phone — Phone number with international country code selector
- URL — Web address with validation
Adding a Field
Section titled “Adding a Field”- Go to Settings > Schema
- Select the entity you want to add a field to (e.g. Contact, Company, or any custom entity)
- Click the Fields tab
- Click New Field
- Configure the field:
- Label: The name users will see (e.g. “LinkedIn Profile”)
- Name: Auto-generated from the label (used internally, cannot be changed later)
- Type: Select from the list above
- Required: Toggle on if this field must be filled in
- Default Value: Optionally set a default
- Click Save
The field is now available on the entity’s form and can be used in views, filters, workflows, and reports.
Configuring a Phone Field
Section titled “Configuring a Phone Field”Phone fields automatically include a country code selector with 19 countries. 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:
- Edit the field in Settings > Schema > Fields
- In the field’s options, set
default_country_codeto your preferred dial code (e.g.+852for Hong Kong,+65for Singapore) - Save
Phone numbers are stored in international format (e.g. +85263131007), which makes them ready for click-to-call, WhatsApp links, and international dialing.
Configuring an Option Set
Section titled “Configuring an Option Set”If you choose the Option Set type:
- After selecting the type, click Add Option
- Enter each option value (e.g. for a “Priority” field: “Low”, “Medium”, “High”, “Critical”)
- Set the display order by dragging options
- Optionally, set a default option
- Save
Field Placement on the Form
Section titled “Field Placement on the Form”After creating a field, you may want to position it on the record form:
- Go to the entity’s Form tab in Settings
- Drag the new field to the desired position within a tab and section
- 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.
Next Steps
Section titled “Next Steps”- Customize Form Layout to arrange your new field on the form
- Create a Custom Entity if you need an entirely new entity type
- Create a Saved View to add your new field as a column in a view