Association

A defined relationship between two CRM records — which contact belongs to which company, which deal to which contacts. The structure that decides whether reporting can follow revenue across objects.

Also called: Association Label, Associations

What it is

An association is an explicit link between two records: this contact works at this company, this deal involves these three contacts, this ticket concerns this subscription. Without associations a CRM is a set of unrelated lists; with them it becomes a graph you can traverse and report across.

Cardinality decides what you can ask

  • One-to-one: rare in practice, and usually a sign two objects should be one.

  • One-to-many: a company has many contacts. The common case.

  • Many-to-many: a contact can be involved in several deals, and a deal involves several contacts. Buying committees are many-to-many, and modelling them as one-to-many loses the committee.

Labels add the role

A plain association says two records are connected. A label says how — billing contact, procurement, champion, decision maker. That difference is what lets you send the renewal notice to the person who pays rather than the person who first downloaded a guide.

The failure mode

Orphaned records: a contact with no company, a deal with no contacts. They look fine individually and quietly fall out of any report that joins objects, so the totals shrink for reasons nobody can locate. Auditing for orphans is cheap and worth doing on a schedule.

RELATED TERMS

COMMON QUESTIONS

What is an association label?
A named role on the relationship — billing contact, decision maker, champion. The association says two records are connected; the label says in what capacity.
Why do my reports miss records?
Usually orphans. A report joining contacts to companies silently excludes contacts with no company. Check for unassociated records before assuming the report is wrong.
Should every contact be associated to a company?
In B2B, almost always. A contact with no company cannot be segmented by industry, size or territory, which is most of how B2B targeting works.

WHERE THIS HAS BEEN APPLIED

Client work and research from RevOps HQ, our consulting practice.

Build the capability

Definitions are the vocabulary. The courses are where you learn to operate it, with the interactive audit tools.

See the courses