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.

  1. Go to Setup

  2. In Quick Find, search for Case Settings

  3. Confirm Enable Cases is checked

  4. Check Enable Email-to-Case (optional but recommended)

  5. Check Enable Case Assignment Rules

  6. Check Enable Auto-Response Rules

  7. 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.

  1. Go to Setup → Object Manager

  2. Select Case

  3. Click Record Types

  4. Click New

  5. Select Master as the existing record type

  6. Click Next

  7. Record Type Label: Support Case

  8. Record Type Name: auto-filled

  9. Description: “Standard customer support cases”

  10. Enable for all relevant profiles

  11. Choose an existing Case page layout (you can refine it later)

  12. 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.

  1. Go to Setup

  2. Search for Support Processes

  3. Click New

  4. Name: Support Case Process

  5. Available Statuses:

    • New

    • Working

    • Waiting on Customer

    • Escalated

    • Closed

  6. Click Save

Now connect this process to the Support Case record type:

  1. Go to Object Manager → Case

  2. Click Record Types

  3. Click Support Case

  4. Set Support Case Process as the support process

  5. 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.

  1. Go to Setup

  2. Search for Queues

  3. Click New

  4. Label: Support Queue

  5. Supported Objects: select Case

  6. Add support users to the queue

  7. 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.

  1. Go to Setup

  2. Search for Case Assignment Rules

  3. Click New

  4. Rule Name: Support Case Assignment

  5. Save

  6. Click the rule name

  7. Click New Rule Entry

  8. Set criteria:

    • Field: Record Type

    • Operator: Equals

    • Value: Support Case

  9. Assign To: Support Queue

  10. Save

  11. 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.

  1. Go to Setup

  2. Search for Auto-Response Rules

  3. Click New

  4. Rule Name: Support Case Auto Response

  5. Save

  6. Create a rule entry:

    • Record Type equals Support Case

  7. Create an email template:

    • Thank the customer

    • Include the Case Number

    • Explain next steps

  8. 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

Previous
Previous

Common Admin Tools for Development Operations in Salesforce

Next
Next

Salesforce Launches Free Two-User CRM Licenses to Help Small Businesses Get Started