BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
9 / 81 · Module 5 — Salesforce Data Model + SOQL · filtered: interview← prev⊞ allnext →

5.4Case

A Case usually represents a customer service/support issue.

Salesforce describes Case as representing a customer issue/problem and connects it to Account and Contact.

Typical fields:

Id
CaseNumber
AccountId
ContactId
Subject
Status
Priority
Origin

Example:

Account: Acme
    │
    └── Contact: John Smith
            │
            └── Case #00014827
                  "Unable to login"