Help Center

Docs

Creating a Company

Create a new company with all available fields

How to Create a Company

Follow these steps to add a new company record to your CRM.

1

Open the create form

Navigate to the Companies page and click the New Company button in the top-right corner. You can also press N on your keyboard while on the companies list to open the form.
2

Enter the company name

Type the company name into the Company Name field. This is required for all company types. As you type, the system will check for potential duplicates in real time (see Duplicate Detection below).
3

Select the company type

Choose a type from the dropdown: Prospect, Lead, Customer, Partner, Vendor, Competitor, or Other. The type determines how the company appears in filters and reports. If you select Customer, the Account Number field becomes required.
4

Fill in additional details

Complete as many of the optional fields as you have available. The more data you provide, the richer your company profile will be. See the full field reference below for descriptions of every available field.
5

Add a primary contact (optional)

You can associate a primary contact during creation by filling in the Contact Name, Title, Email, and Phone fields. This will create a linked person record automatically.
6

Save the company

Click Saveto create the company. You will be redirected to the new company's detail page where you can add activities, upload files, and manage tags.
Choosing the right company type
Company type drives how records appear in reports and filters. Use Prospect for companies you have not yet engaged with, Lead for companies showing interest, and Customer for companies with active business relationships. You can convert a Prospect or Lead to a Customer later from the company detail page.

Field Reference

Complete list of fields available when creating a company.

Core Fields

FieldDescription
Company Name*The official name of the company.
Account NumberUnique account identifier. Required when Type is set to Customer.
Type*Classification of the company: Prospect, Lead, Customer, Partner, Vendor, Competitor, or Other.
StatusCurrent operational status: Active, Inactive, Churned, Dormant, or On Hold.
PriorityPriority level assigned to the company.
Active StatusWhether the company record is active or archived.
SourceHow the company was acquired or entered into the CRM (e.g., referral, website, trade show).
ValueMonetary value associated with the company relationship.
Next Follow-upScheduled date for the next follow-up action.
Assign ToUser responsible for managing this company. Only visible to admins and managers.
NotesFree-text notes about the company.

Contact Information

FieldDescription
Contact NameName of the primary contact at the company.
Contact TitleJob title of the primary contact.
Contact EmailEmail address of the primary contact.
Contact PhonePhone number of the primary contact.
EmailGeneral company email address.
PhoneGeneral company phone number.
WebsiteCompany website URL.
LinkedIn URLLink to the company LinkedIn profile.

Company Details

FieldDescription
IndustryIndustry sector the company operates in.
Company SizeNumber of employees or size classification.
DescriptionBrief description of what the company does.
Annual RevenueEstimated or reported annual revenue.
Year FoundedThe year the company was established.
TimezonePrimary timezone of the company.
Parent CompanyLink to a parent company record if this is a subsidiary.

Address

FieldDescription
Street Address 1Primary street address line.
Street Address 2Secondary address line (suite, floor, etc.).
CityCity name.
StateState, province, or region.
Postal CodeZIP or postal code.
CountryCountry name.

Duplicate Detection

The CRM automatically checks for potential duplicates as you create a company.

When you type in the Company Name, Email, or Account Number fields, the system performs real-time duplicate detection to help you avoid creating redundant records. Detection begins after you have typed at least 3 characters.

How Duplicates Are Detected

  • Company Name — Uses fuzzy matching (Levenshtein distance) to find similar names, catching typos and minor variations.
  • Account Number — Performs an exact match against existing account numbers.
  • Email — Performs an exact match against existing company email addresses.

If a potential duplicate is found, a warning banner appears below the field showing the matching company name and a link to view the existing record. You can choose to proceed with creating the new record or navigate to the existing one instead.

Minimum character requirement
Duplicate detection only activates after you have entered at least 3 characters. This avoids unnecessary lookups for very short inputs and ensures meaningful match results.