PplnInspListViewCalcClmn

Represents a column configuration for a pipeline inspection list view. Determines which calculated columns appear in a pipeline or intelligence view and their display order. This object is available in API version 66.0 and later.

Supported Calls

create(), delete(), describeSObjects(), query(), retrieve(), update(), upsert()

Special Access Rules

To access this object, enable the Pipeline Inspection user permission and the Pipeline Inspection setting.

Fields

Field Details
ColumnName
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
The type of calculated column to display in the pipeline or intelligence view.
Possible values are:
  • ActivityHeatmap–Activity metrics for the record.
  • AgentActivity–Agentforce activity associated with the record.
  • Contacts–Contacts associated with the record.
  • CriticalInsights–Alerts and critical insights for the record.
  • NextOpportunityDate–Next close date for an associated opportunity.
  • OpenOpportunityValue–Total value of open opportunities associated with the record.
  • SalesMethodology–Sales methodology progress for the record.
ColumnWidth
Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The width of the column in pixels. If null, the default column width is used.
PipelineInspectionListViewId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The ID of the pipeline inspection list view that this calculated column belongs to.
This is a relationship field.
Relationship Name
PipelineInspectionListView
Relationship Type
Lookup
Refers To
PipelineInspectionListView
SortOrder
Type
int
Properties
Create, Filter, Group, Sort, Update
Description
The position of the calculated column in the list view. Determines the display order of columns from left to right.

Usage

Use this object to configure which calculated columns appear in a pipeline inspection list view and in what order. Each record represents one column in a specific view. Query this object to retrieve the column configuration for a given PipelineInspectionListView record.