Salesforce List Views: Setup Guide
Quick Summary:
List views are quick, filtered, shareable slices of a single object's records — the fastest way to browse and inline-edit data without building a full report. Setup takes 2-3 minutes.
What Is a List View?
A list view is a saved, filtered view of records on a single object — "My Open Opportunities," "Cases Opened This Week," "Accounts in California." Unlike a report, a list view is built for fast browsing and inline editing rather than grouping or summarizing data.
How to Create One
Go to any object's tab (e.g. Opportunities) and click the list view dropdown, then New.
Name the view and set visibility — just you, specific groups/roles, or everyone.
Add filter criteria to define which records appear.
Select which columns display, and set the display order.
Save, and optionally pin it as the default view for that object.
A Real-World Example
A support manager wants a live view of every Case that's been open more than 48 hours with no response — a genuinely useful, always-current filter that would be tedious to recreate manually every day. A single list view, shared with the whole support team and pinned to the Cases tab, replaces that daily manual check entirely.
🚫 Common Mistake
Building overly narrow, personal list views for things the whole team actually needs, then never sharing them — leaving colleagues to rebuild the same filter individually instead of one shared, maintained view everyone benefits from.
💡 Pro Tip
Use list views as components directly on Lightning home pages for the most frequently checked data — a rep's open deals, a manager's team's overdue tasks — putting the most-needed view in front of users without them having to navigate anywhere.
Frequently Asked Questions
What\'s the difference between a list view and a report?
A list view is a quick, filtered slice of a single object's records, designed for fast browsing and inline editing; a report supports grouping, summarizing, and cross-object data in ways list views don't.
Can I edit records directly from a list view?
Yes, if inline editing is enabled, you can update field values directly within the list view without opening each record individually.
Can list views be shared with specific users or the whole org?
Yes, when creating a list view, you can set visibility to just yourself, specific roles/groups, or everyone with access to the object.
Can I add a list view as a component on a Lightning page?
Yes, using the List View component in Lightning App Builder, letting you embed a filtered list directly on a home page or app page.
How many filters can a list view have?
List views support multiple filter criteria with AND/OR logic, similar to reports, though they're generally used for simpler, more direct filtering than a full report.
Can list views trigger mass actions, like mass email or mass update?
Yes, many list views support selecting multiple records and performing bulk actions, depending on what's enabled for that object and the user's permissions.
Do list views respect record-level security?
Yes — a list view only shows records the viewing user actually has access to, regardless of the filter criteria defined.
Can I create a list view based on a formula field?
Yes, as long as the formula field exists on the object, it's available as both a filter criterion and a displayed column in a list view.
What\'s the maximum number of records a list view can display per page?
List views typically display up to 2,000 records total, paginated in adjustable increments (25, 50, 100 per page).
Can list views be exported?
Yes, most list views include an export option, though for larger or more complex exports, a proper report is usually the better tool.
Related Articles