DealPipelines
Provides pipelines associated with deals, used to visualize and manage sales stages.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | True | False |
Unique identifier for the deal pipeline. | |
| Label | String | False | False |
Display label or name assigned to the deal pipeline. | |
| Archived | Bool | True | False |
Indicates whether the pipeline is archived and no longer actively used. | |
| CreatedAt | Datetime | True | False |
Timestamp marking when the pipeline was initially created. | |
| UpdatedAt | Datetime | True | False |
Timestamp of the most recent update to the pipeline. | |
| DisplayOrder | Int | False | False |
Numeric value determining the display sequence of this pipeline relative to others in the same table. | |
| StagesAggregate | String | False | False |
Serialized list of all stages included in this pipeline. Detailed stage information is available in the DealPipelineStages table. |