Cases

The customer support ticket — subject, priority, status, resolution and escalation.

Cases

A case is a customer support ticket. Every customer-reported issue, question or feature request lives as a case so the team can route it, work it, and resolve it consistently.

The 7 case statuses

StatusWhat it means
NewJust received, not yet assigned to an agent (default)
🟠 In ProgressAn agent is actively working on it
🟡 Waiting on CustomerPending the customer's response
🔵 Waiting on SupportPending another team (engineering, finance, etc.)
🔴 EscalatedBumped to a senior agent or management
🟢 ResolvedFix delivered, awaiting customer confirmation
🟢 ClosedCase is done

A typical resolved-quickly case: New → In Progress → Resolved → Closed. A typical stuck case: New → In Progress → Waiting on Customer → In Progress → Resolved → Closed.

The 4 priority levels

PriorityTypical SLA targetWhen to use
🔵 Low7 business daysCosmetic issue, low-impact question (default)
🟠 Medium2 business daysStandard issue, work continues
🔴 High8 hoursSignificant impact, customer is upset
🔴 Critical4 hoursProduction down, immediate response needed

When a case is set to Critical, the support manager is notified by email. When set to High for a customer account, the case is auto-escalated.

Case types

TypeUse for
QuestionHow-to enquiries
ProblemSomething isn't working
Feature RequestCustomer is asking for new functionality
BugConfirmed software defect

Case origins

Where the case came from: Email · Phone · Web · Chat · Social Media.

This drives reporting (which channels generate the most volume) and is auto-filled when the case is created from an inbound channel (e.g., the email-to-case integration sets origin = Email).

What a case record stores

The detail screen is organised into 6 sections:

SectionFields
Case InformationCase number, subject, description, account, contact
Origin & RoutingOrigin, owner, parent case
SLA & PriorityStatus, priority, type, first response time, SLA due date, breach flag
ResolutionClosed date, resolution, customer signature
Escalation (collapsed by default)Escalation flag, escalated date, escalation reason
System (collapsed by default)Audit trail, timestamps

What happens automatically

  • First response time — stamped the first time an agent comments or replies.
  • Closed flag — set automatically when status changes to Closed.
  • Closed date — stamped to NOW when status changes to Closed.
  • Resolution time (hours) — calculated as the difference between Created date and Closed date.
  • SLA due date — calculated when the case is created, based on priority.
  • SLA breached flag — flipped to true if the resolution time exceeds the SLA target.
  • Account's last activity date — bumped to today when the case is updated.

Built-in rules

  • Closed cases must have a resolution — you can't close a case with an empty Resolution field.
  • Escalated cases must have an escalation reason — explains why a senior agent was pulled in.
  • Status progression is enforced — you can't jump from New straight to Resolved without going through In Progress.

Workflow automation

  • Notify on Critical — when priority is set to Critical, an email goes to support_manager@example.com.
  • Notify on Escalation — when a case is escalated, an email goes to the escalation team.
  • Calculate resolution time — automatic on close.
  • Auto-set closed date and flag — on status change.

Case escalation

The Case Escalation flow runs automatically when:

  • Priority is Critical, OR
  • Priority is High AND the account is a Customer (not a prospect)

It performs:

  1. Reassign the case to the agent's manager.
  2. Flag as escalated, stamp the escalated date.
  3. Set status to Escalated.
  4. Create a follow-up task on the original agent due tomorrow.
  5. Notify the agent, the manager, and the support team via email.

See SLA & Escalation for the full mechanics.

Sharing — who can see which case

  • By default, cases are private — only the owner and managers above in the role hierarchy.
  • Critical open cases are auto-shared (read/edit) with all service managers and their subordinates. Critical issues get team-wide visibility.

Field-level security

  • SLA breach flag and Resolution time are read-only for agents — these are auto-calculated and can't be hand-fudged.

Standard list views

  • My Open Cases — your cases not yet closed.
  • Critical Cases — priority = Critical, all owners.
  • Cases Due Today — SLA due date is today.
  • Breached SLA — SLA breach flag is true.
  • Recently Closed — closed in the last 7 days.
  • By Account — grouped by customer.
  • Service Board — kanban grouped by status.

The case detail layout

When you open a case, you'll see:

  • Header — case number, subject, status badge, priority badge, SLA countdown.
  • Status path — a Salesforce-style horizontal flow showing New → In Progress → Waiting on Customer → Escalated → Resolved → Closed, so an agent can see at a glance where the case stands and what the next stop is.
  • Customer panel — account, primary contact, contract tier, open cases this month.
  • Three tabs:
    • Details — full case description and resolution, all metadata fields.
    • Related — child tasks, attached files, linked opportunities, milestones.
    • Activity — a unified timeline (more on this below).
  • AI Reference Rail — the Service Copilot's suggestions.

The Activity timeline

The Activity tab is the single source of truth for what has happened on a case. It combines four streams into one chronological feed:

StreamWhere it comes fromWhat you'll see
CommentsA teammate or customer posts on the caseThreaded discussion, @mentions, internal/external visibility
Logged calls"Log a Call" action — stored as sys_activity of type completedCall subject, duration, outcome, who logged it
Outbound emails"Send Email" action — queued through sys_emailSubject, recipient, delivery status (queued / sent / bounced)
Field changesEvery change to a tracked field on the caseWhat changed, who changed it, when, before → after

You don't have to configure any of this — every CRM object ships with trackHistory: true and the platform feeds engine wires comments, activities and audit log into the same timeline automatically.

Tip — if you only want to see the discussion, use the filter dropdown at the top of the Activity tab; you can also subscribe to the case from there so any future post pings you in the bell.

How the AI Copilot helps

The Service Copilot auto-activates on any case. Ask:

  • "Triage this case" — Case Triage skill recommends a priority based on subject and description.
  • "Suggest a resolution" — searches the Support Knowledge Base and drafts a customer reply.
  • "Customer 360" — pulls the full account context (open opportunities, past cases, contract tier).

If the Copilot decides the priority is Critical, it will also recommend immediate escalation and draft an internal notification message.

Tips for service agents

  • Triage incoming cases promptlyNew cases should not sit for more than the first-response SLA.
  • Use "Waiting on Customer" when you're blocked — it stops the SLA clock in some configurations.
  • Always write a resolution — it's mandatory, but also feeds the knowledge base for future cases.
  • Link a task when the case requires future follow-up (e.g., "verify fix worked in 7 days").
  • ❌ Don't close a case without confirming the fix worked.

Tips for service managers

  • ✅ Watch the Breached SLA view daily — every red badge represents a customer trust event.
  • ✅ Use the Service Board kanban for daily standups.
  • ✅ Coach agents whose Resolution Time trends up — there's a column on the agent leaderboard.

Tips for admins

  • The SLA targets per priority are stored in the case object's automation. To change them, edit the case automation — see Administration › Automation.
  • The escalation team email recipient (escalation_team@example.com) and support manager email (support_manager@example.com) are configured in case workflow rules.
  • Email-to-case ingestion (auto-create case from an inbound email) requires the email plugin — see Customization › Extending Objects.

On this page