Overview
Status is a Select with ordering and lifecycle baked in. Use it for pipeline stages, ticket states, deal phases: anywhere the option order matters and stage transitions trigger workflow events.Configuration
What it stores
The current stage of the record.Filtering
Is, is not, is any of, is in category, moved to in the last (time period), is empty, is not empty.Examples
Deal pipeline stage; Ticket status; Account lifecycle.See also
- Select: when ordering doesn’t matter.
- Workflow triggers: fire automation when a status changes.