Best Practices · CRM Strategy · Data Quality
How should you name fields, objects, and records in a CRM?
The short answer
Name CRM fields and objects for what they mean to the business, not how they were built — use consistent casing, avoid abbreviations only one person understands, and prefix custom fields to separate them from system defaults. Record naming should follow one predictable pattern per object type (e.g., always Company + Deal Name for opportunities) so search and reporting stay reliable as the CRM grows.
Naming feels like the most trivial decision in CRM setup, which is exactly why it’s usually
made carelessly — and exactly why it’s expensive to fix later. A field called Custom_Field_17
or a deal named “Follow up” tells a future user nothing, and by the time hundreds of records
carry an inconsistent pattern, cleaning it up is a project rather than a five-minute decision.
How should custom fields be named?
- Name for meaning, not mechanism.
Renewal Risk ScorebeatsScore_v2— a field name should describe what it represents to someone who never saw it get built. - Use one consistent case style across the CRM (e.g., Title Case for labels) rather than mixing conventions field by field, which makes reports and list views look inconsistent even when the underlying data is fine.
- Prefix or tag custom fields distinctly from system defaults where the platform allows it, so admins can tell at a glance which fields are standard and which were added later — useful when auditing a CRM data dictionary.
- Avoid abbreviations that only make sense to the person who created them.
MRRis standard enough to keep;CustSegB2is not.
How should custom objects be named?
Name a custom object after the real-world thing it
represents — Property, Shipment, Renewal — using the singular form consistently, since
most CRMs auto-pluralize for list views and mixing singular and plural custom object names
creates visible inconsistency across the interface. Avoid naming objects after the department
that requested them (Ops_Tracker) — departments reorganize; the underlying business concept
usually doesn’t.
How should records themselves be named?
Record naming matters most for objects people search by name constantly — deals, accounts, and projects.
| Object | Recommended pattern | Example |
|---|---|---|
| Deal / Opportunity | Company – Product or scope | Acme Corp – Enterprise Plan Renewal |
| Account / Company | Legal or commonly known name, no suffix noise | Acme Corp (not “Acme Corp. Inc LLC”) |
| Task | Verb-first, specific | Send renewal proposal to Acme Corp |
| Custom project object | Company – project type – year | Acme Corp – Onboarding – 2026 |
The pattern matters less than the consistency: pick one per object type, document it, and enforce it through required-field validation rather than a written policy nobody checks.
What happens without a naming convention?
Inconsistent naming quietly breaks the things that make a CRM useful — search stops being reliable, list views become unreadable at scale, and reports built on record names (rather than structured fields) produce misleading groupings. It also compounds: a new hire copies whatever pattern they see in existing records, so an early inconsistency spreads rather than staying contained.
What should you do next?
Write the convention down in one short page — one line per object type — and add it to your CRM’s data dictionary or admin onboarding doc. Then run a search for the worst existing offenders (blank names, “test,” “asdf,” duplicate-looking entries) and clean the top 20 before enforcing the rule going forward.
Keep reading
Best Practices · CRM Strategy
What should a CRM administrator check on a regular basis?
What should a CRM administrator check regularly? A recurring checklist covering data quality, automation health, permissions, integrations, and adoption.
Data Quality · CRM Strategy
What is a CRM data dictionary, and why does your team need one?
What is a CRM data dictionary, and why does your team need one? A single reference for what every field means, so nobody guesses anymore.
Best Practices · Data Quality
What is a CRM audit, and when should you run one?
What is a CRM audit and when should you run one? What it checks, the warning signs you need one, and how to run it without disrupting sales.
Data Quality · CRM Strategy
What is contact deduplication, and how does a CRM handle it?
What is contact deduplication and how does a CRM handle it? How duplicates form, how CRMs find and merge them, and how to keep them from coming back.