Tag

Core CRM 🟢 Beginner
📖 3 min read

Definition

Tag is a core Salesforce concept that supports the management of customer data and business relationships. It is commonly used across sales, service, and marketing processes to maintain a complete view of customer interactions.

Real-World Example

When a business analyst at Clearwater Inc. needs to streamline operations, they turn to Tag to improve how the organization tracks relationships and interactions. By setting up Tag properly, the team gains better visibility into their customer base, which leads to more informed decisions and stronger customer relationships across the board.

Why Tag Matters

Tags in Salesforce are user-created labels that can be applied to records to organize and categorize them for easy retrieval. Salesforce supports two types of tags: personal tags, which are visible only to the user who created them, and public tags, which are visible to all users in the org. Tags can be added to most standard and custom objects and are searchable through Global Search, making them a lightweight way to create ad-hoc groupings without modifying the data model. Unlike picklist fields, tags do not require admin configuration and empower individual users to organize records in ways that are meaningful to their workflow.

While Tags offer flexibility for individual organization, they have significant limitations as an org scales. Tags are not reportable through standard reports, cannot be used in list view filters, and do not appear in SOQL queries without using the associated Tag objects. This means information categorized through tags is largely invisible to analytics and automation. Organizations that rely heavily on tags for critical business categorization should consider migrating that categorization to proper fields like picklists or checkbox fields, which are fully reportable and automatable. Tags work best as a supplementary personal organization tool rather than a primary data classification mechanism.

How Organizations Use Tag

  • Crestview Insurance — Crestview's account executives use personal tags to mark Account records they want to review before quarterly business reviews. An exec tags 30 accounts with VIP-Q2-Review, then searches for that tag to pull up her review list instantly. Since personal tags are private, her tagging does not clutter other users' views.
  • Bridgewater Consulting — Bridgewater's project managers apply public tags to Opportunity records associated with a cross-selling initiative, tagging them as Cross-Sell-2026. Any team member can search for this tag to find all related deals, creating a quick ad-hoc grouping without asking the admin to create a new field or report filter.
  • Helix Biotech — Helix's research team initially used tags to categorize Contact records by research specialty. After six months, they discovered they could not build reports on these categories or use them in list views. The admin migrated the tag categories into a custom picklist field called Research Specialty, enabling full reporting and automated routing capabilities.

🧠 Test Your Knowledge

See something that could be improved?

Suggest an Edit