mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
104 lines
2.8 KiB
JSON
104 lines
2.8 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"field_reference"
|
|
],
|
|
"title": "PipelineInspMetricConfig - Data API",
|
|
"description": "Represents the configuration of a forecast category metric that appears in the Pipeline Inspection view. This object is available in API version 55.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"DeveloperName": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|
"description": "Read only. The unique name of a Pipeline Inspection metric configuration in the API."
|
|
},
|
|
"IsCumulative": {
|
|
"type": "boolean",
|
|
"properties": "Defaulted on create, Filter, Group, Sort",
|
|
"description": "Read only. Whether the metric is cumulative."
|
|
},
|
|
"Language": {
|
|
"type": "picklist",
|
|
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
|
|
"description": "Read only. The language of the Pipeline Inspection metric."
|
|
},
|
|
"MasterLabel": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|
"description": "Customized label of the Pipeline Inspection metric. Limit: 50 characters."
|
|
},
|
|
"Metric": {
|
|
"type": "picklist",
|
|
"properties": "Create, Filter, Group, Restricted picklist, Sort",
|
|
"description": "The Pipeline Inspection metric. Possible values are: BestCase ClosedLost ClosedWon Commit MostLikely OpenPipeline TotalPipeline"
|
|
}
|
|
},
|
|
"field_reference": {
|
|
"CreatedById": {
|
|
"field_label": "Created By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"CreatedDate": {
|
|
"field_label": "Created Date",
|
|
"type": "datetime"
|
|
},
|
|
"DeveloperName": {
|
|
"field_label": "Name",
|
|
"type": "string",
|
|
"length": "80"
|
|
},
|
|
"Id": {
|
|
"field_label": "Pipeline Inspection Metric Configuration ID",
|
|
"type": "id",
|
|
"length": "18"
|
|
},
|
|
"IsCumulative": {
|
|
"field_label": "Cumulative",
|
|
"type": "boolean"
|
|
},
|
|
"IsDeleted": {
|
|
"field_label": "Deleted",
|
|
"type": "boolean"
|
|
},
|
|
"Language": {
|
|
"field_label": "Master Language",
|
|
"type": "picklist",
|
|
"length": "40"
|
|
},
|
|
"LastModifiedById": {
|
|
"field_label": "Last Modified By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"LastModifiedDate": {
|
|
"field_label": "Last Modified Date",
|
|
"type": "datetime"
|
|
},
|
|
"MasterLabel": {
|
|
"field_label": "Label",
|
|
"type": "string",
|
|
"length": "50"
|
|
},
|
|
"Metric": {
|
|
"field_label": "Metric",
|
|
"type": "picklist",
|
|
"length": "255"
|
|
},
|
|
"SystemModstamp": {
|
|
"field_label": "System Modstamp",
|
|
"type": "datetime"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length"
|
|
]
|
|
} |