List Views in Salesforce

List Views in Salesforce: How to Create, Share, and Customize Them

Hi there,

When working in Salesforce, List Views are one of the most commonly used features by admins and end users. They help users quickly filter, view, and manage records without writing any code or reports.

In this blog, we’ll cover what List Views are, how to create one, how sharing works, and how to configure fields — with a simple example.


A List View is a filtered view of records for a specific object, such as Leads, Accounts, Contacts, or Opportunities. It shows only the records that match the conditions you define.

For example, a List View can show:

  • All open Opportunities
  • Leads created this week
  • Accounts owned by the current user

Let’s take a simple example using the Lead object with a different and more specific use case.

Steps:

  1. Go to the Leads tab
  2. Click the List View controls (gear icon)
  3. Click New
  4. Enter a List View name, for example: Uncontacted Website Leads
  5. Choose who can see this List View
  6. Click Save

For our example, add the following filters:

  • Field: Lead Source
    Operator: Equals
    Value: Web
  • Field: Last Activity
    Operator: Equals
    Value: Blank

This List View shows website leads that have not been contacted yet.


You can control which fields appear in the List View.

Steps:

  1. Open the List View
  2. Click List View controls
  3. Select Select Fields to Display
  4. Add fields like:
    • Name
    • Email
    • Company
    • Lead Status
    • Owner alias
  5. Save your changes

These columns help users quickly understand key details without opening each record.


While creating a List View, Salesforce asks who should see it. You can choose:

  • Only I can see this list view
  • All users can see this list view
  • Share with groups of users (roles, public groups, or territories)

This allows admins and users to control visibility without affecting record-level security.


List Views are a simple yet powerful way to work efficiently in Salesforce. With just a few clicks, users can filter records, choose the right fields, and share useful views with their team.

They are often the first feature new Salesforce users learn — and one of the most used in daily work.

More practical Salesforce basics coming soon on SFDC Insights.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *