Status
In Salesforce, a picklist field present on many standard objects (like Case, Lead, Opportunity) that tracks the current state of a record through its lifecycle (e.g., New, In Progress, Closed).
Definition
In Salesforce, a picklist field present on many standard objects (like Case, Lead, Opportunity) that tracks the current state of a record through its lifecycle (e.g., New, In Progress, Closed).
In plain English
“Status is a picklist field on many standard Salesforce objects (Case, Lead, Opportunity) that tracks where a record is in its lifecycle. Values like New, In Progress, Closed, or Qualified describe the current state and drive workflows and reporting.”
Worked example
A project manager at Nettle Construction tracks every job-site safety incident as a Case, with the Status picklist driving the team's workflow: New (just reported, no investigator assigned), In Progress (investigator assigned, gathering evidence), Pending Review (investigation complete, awaiting safety-lead sign-off), Closed (signed off, no further action). Reports filter on Status to see backlog at each stage; an automation fires when a Case stays in Pending Review more than 5 days, escalating to the regional safety lead. The Status field's picklist values are the lifecycle states; the values' positions in the workflow are what the automation enforces.
Why Status matters
In Salesforce, Status is a picklist field present on many standard objects (like Case, Lead, Opportunity) that tracks the current state of a record through its lifecycle (e.g., New, In Progress, Closed Won, Qualified). Status fields are central to process management because they represent where each record is in its workflow.
Status fields drive automation (trigger actions on status changes), reporting (filter by status for pipeline views), and user experience (visual indicators based on status). Mature orgs design status values carefully to match their business processes, with clear definitions for each status and well-defined transitions between them.
How organizations use Status
Designed case status values matching their support process with clear definitions for each status.
Uses status fields as primary drivers for automation and reporting.
Documents status definitions and transition rules for each object.
Test your knowledge
Q1. What is Status in Salesforce?
Q2. What objects have status fields?
Q3. What do status fields drive?
Discussion
Loading discussion…