Skip to main content

Stage Ownership

Stage ownership extends the pipeline system by allowing you to assign responsibility for each stage to a specific user, team, or role. Combined with per-stage field visibility, this creates a powerful workflow where the right people see the right information at every step.

Stage Ownership Concept

In many organizations, different stages of a pipeline are handled by different people or groups:

  • Qualification — handled by SDR team
  • Discovery — handled by Account Executives
  • Proposal — handled by Solutions Engineers
  • Negotiation — handled by Sales Managers
  • Legal Review — handled by Legal team

Stage ownership formalizes this by assigning an owner to each stage. When a record enters a stage, the stage owner is notified and responsible.

Owner Types

Each stage can be assigned one of three owner types:

TypeDescriptionUse Case
UserA specific individual userSmall teams where one person handles a stage
TeamAn entire teamRound-robin or shared responsibility within a team
RoleAll users with a specific roleAny user with the matching role can handle the stage

Screenshot: Stage ownership configuration

Configuring Ownership Per Stage

  1. Navigate to the relevant settings page:
    • Admin > Lead Settings > Stage Ownership tab
    • Admin > Opportunity Settings > Stage Ownership tab
  2. Select the pipeline.
  3. For each stage, click Configure Ownership.
  4. Select the owner type (User, Team, or Role).
  5. Select the specific user, team, or role from the dropdown.
  6. Click Save.

Example Configuration

StageOwner TypeOwner
NewTeamSDR Team
QualifiedRoleAccount Executive
ProposalUserJane Smith (Solutions Engineer)
NegotiationTeamSales Leadership
ClosedRoleAdmin
info

If no ownership is configured for a stage, the record's assigned owner remains responsible. Stage ownership is an optional enhancement to the standard ownership model.

Field Visibility Per Stage

In addition to ownership, you can control which fields are visible at each stage. This keeps forms clean by showing only relevant information.

Configuring Field Visibility

  1. Open the stage ownership settings.
  2. Select a stage.
  3. Switch to the Field Visibility tab.
  4. For each field, toggle:
    • Visible — the field appears when the record is at this stage
    • Hidden — the field is not shown at this stage
  5. Save.

Example: Field Visibility

FieldNewQualifiedProposalNegotiationClosed
Contact NameVisibleVisibleVisibleVisibleVisible
BudgetHiddenVisibleVisibleVisibleVisible
Proposal DocHiddenHiddenVisibleVisibleVisible
Discount %HiddenHiddenHiddenVisibleVisible
ContractHiddenHiddenHiddenVisibleVisible
Close ReasonHiddenHiddenHiddenHiddenVisible
tip

Use stage-based field visibility to progressively reveal fields as a deal advances. Early stages need minimal fields (reduce data entry friction), while later stages require detailed information.

Record Stage Assignments

When a record moves to a stage with configured ownership, the system creates a stage assignment record that tracks:

  • Which record was assigned
  • Which stage it entered
  • Who the stage owner is
  • When the assignment happened
  • How long the record spent at the stage (calculated on exit)

This data powers stage-level analytics:

  • Average time per stage
  • Bottleneck identification
  • Owner workload analysis

Impact on Notifications and Workflow

Stage ownership integrates with other systems:

  • Notifications — When a record enters an owned stage, the stage owner receives a notification (configurable in Notification Settings).
  • Workflows — Stage change triggers in Workflows can reference the stage owner for assignment and notification actions.
  • Dashboards — Stage-specific widgets can show data filtered by stage owner.
warning

If a stage owner (user) is deactivated, records entering that stage will not have a responsible party. Update stage ownership before deactivating users who are stage owners.

Best Practices

  1. Use teams over users when possible — individual assignments create single points of failure. Teams allow for coverage during absences.
  2. Align with your org structure — stage ownership should reflect who actually handles each stage in practice.
  3. Keep field visibility progressive — do not show all fields at every stage. Reveal information as it becomes relevant.
  4. Monitor stage duration — use the assignment data to identify stages where records get stuck.
  5. Review ownership quarterly — as teams change, ensure stage ownership reflects the current organization.
  6. Combine with stage fields — use stage fields to require data collection and stage ownership to enforce accountability.

Next: Priorities — Configure priority levels for leads and opportunities.