Skip to content
RevOps Brief LogoRevOps Brief
CRM Data Modelling10 min readNovember 7, 2025

CRM Field De-cluttering: Safely Pruning 500+ Fields from a Legacy Instance

Israel Akinfenwa

Israel Akinfenwa

United Kingdom. RevOps Brief contributor

I inherited a Salesforce instance with 847 custom fields on the Contact object. The sales team had built workarounds for everything because finding the relevant field required scrolling through 11 sections. Reporting was unreliable because the same concept lived in four different fields depending on which campaign had created the record.

This is field debt. Like technical debt, it compounds. Every ungoverned field makes the system slightly harder to use. Over four years, "slightly harder" becomes functionally unusable.

The Field Audit Process

Step 1: Export and Classify All Custom Fields

For Salesforce, use the Field Trip app or Elements.cloud. For HubSpot, use the CRM Field Analysis section. For every field, you need to know:

  • Population Rate: What % of records have a non-null value?
  • Last Modified Date: When was this field last updated?
  • Report/Automation Usage: Is this field referenced anywhere active?

Step 2: Identify Deprecation Candidates

A field is a deprecation candidate if it meets two or more of these criteria:

  • Population rate below 10%
  • Not modified in 12+ months
  • Not referenced in any active automation, workflow, or report
  • Name includes a year ("Campaign Source Q2 2023")

In a typical audit, 30–40% of custom fields meet this threshold.

Step 3: The Deprecation Protocol

  1. Remove from all Page Layouts. The field still exists, but reps can't see or edit it. 30-day silence period.
  2. Communicate to affected teams. "We're planning to remove these fields on [Date]. Let us know if any are actively used."
  3. Archive and delete. Export field data to CSV, then delete from the CRM.

A decluttered CRM reduces rep data-entry time by 15–25% and dramatically improves report reliability. Pair with the data governance framework to prevent new debt from accumulating.