DealPipelineStages
Lists stages within deal pipelines to track deal progress through different phases.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | True | False |
Unique identifier for the individual stage within the deal pipeline. | |
| PipelineId [KEY] | String | False | False |
Unique identifier of the deal pipeline to which this stage belongs. | |
| Label | String | False | False |
Display label or name assigned to the pipeline stage. | |
| PipelineLabel | String | True |
DealPipelines.Label | False |
Label or name of the pipeline that includes this stage. |
| IsClosed | Bool | False | False |
Indicates whether this stage represents a closed state (such as won or lost) or remains open. | |
| Probability | Decimal | False | False |
Probability percentage associated with successfully closing a deal in this stage. | |
| Archived | Bool | True | False |
Indicates whether this pipeline stage is archived and no longer actively used. | |
| CreatedAt | Datetime | True | False |
Timestamp marking when the pipeline stage was initially created. | |
| UpdatedAt | Datetime | True | False |
Timestamp of the most recent update to the pipeline stage. | |
| DisplayOrder | Int | False | False |
Numeric value determining the display sequence of this stage within the pipeline. |