Customer management — overview
The Customer management sidebar category is the dashboard home for CRM records and operational follow-up. It brings contacts, work items, communication, files, event context, and project delivery into one permission-aware group.
Support teams usually start here when a question involves a person, company, event attendee, email, document, task, newsletter audience, or delivery project.
Where It Appears
Customer management appears in the organization dashboard, under routes like:
/organizations/:id/customers/organizations/:id/protocols/organizations/:id/tasks/organizations/:id/projects/organizations/:id/documents/organizations/:id/newsletters/organizations/:id/inbox/organizations/:id/sent-emails/organizations/:id/events
The exact links depend on the active organization, the signed-in user, and the organization role.
CRM Relationship Map
flowchart TD
Customer["Customer contact"] --> Protocol["Protocol interaction"]
Customer --> Task["Task follow-up"]
Customer --> Project["Project participation"]
Project --> Milestone["Milestone"]
Milestone --> Task
Milestone --> Protocol
Protocol --> Document["Document"]
Project --> Event["Event"]
Customer --> Newsletter["Newsletter subscription"]
Email["Inbound or sent email"] --> Customer
Email --> Project