CompanyPipelineStages
Lists stages within company pipelines, helping manage progress through company-related workflows.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | True | False |
Unique identifier for the individual stage within the company pipeline. | |
| PipelineId [KEY] | String | False | False |
Unique identifier of the pipeline to which this stage belongs. | |
| Label | String | False | False |
Display name or label assigned to the pipeline stage. | |
| PipelineLabel | String | True |
CompanyPipelines.Label | False |
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. | |
| State | String | False | False |
Current state of the pipeline 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. |