How to Set Up a Simple Salesforce Support Case Process (Step-by-Step Guide)
Salesforce Cases are used to track and manage customer support requests. A simple Case setup helps teams work faster, keeps data clean, and avoids confusion for both users and admins. This guide walks through a basic, usable Salesforce Support Case configuration that can be implemented immediately in any org.
What You Are Building
By the end of this guide, you will have:
A Support Case record type
A basic set of Case statuses
Useful Case list views for daily work
A queue to own incoming Cases
A Case assignment rule to route new Cases
A simple auto-response email
This setup works for small teams and scales cleanly later.
Step 1: Confirm Salesforce Case Settings
First, confirm that Salesforce Cases are enabled.
Go to Setup
In Quick Find, search for Case Settings
Confirm Enable Cases is checked
Check Enable Email-to-Case (optional but recommended)
Check Enable Case Assignment Rules
Check Enable Auto-Response Rules
Click Save
These settings allow Salesforce to create, route, and respond to Cases automatically.
Step 2: Create a Support Case Record Type
Record types let you define how different types of Cases behave. In this guide, you will create a single, clear record type called Support Case.
Go to Setup → Object Manager
Select Case
Click Record Types
Click New
Select Master as the existing record type
Click Next
Record Type Label: Support Case
Record Type Name: auto-filled
Description: “Standard customer support cases”
Enable for all relevant profiles
Choose an existing Case page layout (you can refine it later)
Click Save
This record type will be used throughout the rest of the setup.
Step 3: Create a Support Process and Case Statuses
Statuses control how a Case moves from open to closed.
Go to Setup
Search for Support Processes
Click New
Name: Support Case Process
Available Statuses:
New
Working
Waiting on Customer
Escalated
Closed
Click Save
Now connect this process to the Support Case record type:
Go to Object Manager → Case
Click Record Types
Click Support Case
Set Support Case Process as the support process
Save
Salesforce now knows which statuses apply to Support Cases.
Step 4: Create a Support Queue
Queues allow multiple users to work from the same pool of Cases.
Go to Setup
Search for Queues
Click New
Label: Support Queue
Supported Objects: select Case
Add support users to the queue
Save
This queue will temporarily own new Support Cases until an agent takes them.
Step 5: Create a Case Assignment Rule
Assignment rules control where new Cases go when they are created.
Go to Setup
Search for Case Assignment Rules
Click New
Rule Name: Support Case Assignment
Save
Click the rule name
Click New Rule Entry
Set criteria:
Field: Record Type
Operator: Equals
Value: Support Case
Assign To: Support Queue
Save
Activate the rule
Now all new Support Cases will automatically go to the Support Queue.
Step 6: Create Essential Case List Views
List views are how users actually work Cases.
Go to the Cases tab and create the following views.
My Open Support Cases
Filter: Record Type = Support Case
Filter: Owner = Me
Filter: Status ≠ Closed
All Open Support Cases
Filter: Record Type = Support Case
Filter: Status ≠ Closed
Unassigned Support Cases
Filter: Record Type = Support Case
Filter: Owner = Support Queue
Include columns:
Case Number
Subject
Status
Owner
Priority
Last Modified Date
Share these views with relevant users.
Step 7: Create an Auto-Response Email
Auto-responses confirm receipt of a Case.
Go to Setup
Search for Auto-Response Rules
Click New
Rule Name: Support Case Auto Response
Save
Create a rule entry:
Record Type equals Support Case
Create an email template:
Thank the customer
Include the Case Number
Explain next steps
Activate the rule
Final Result
You now have:
A working Support Case record type
Clear Case statuses
Automatic Case routing
A shared support queue
Practical list views
Customer confirmation emails
This is a complete, usable Salesforce Case setup, not a concept.
Written with help from chat gpt