afv-library/skills/platform-data-and-tooling-api-context-get/assets/tooling_api/PipelineInspMetricConfig.json

45 lines
1.8 KiB
JSON

{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields"
],
"title": "PipelineInspMetricConfig - Tooling 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.",
"supported_soap_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`, `upsert()`",
"supported_rest_api_http_methods": "`DELETE`, `GET`, `HEAD`, `PATCH`, `POST`, `Query`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DeveloperName": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "Read only. The unique name of 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"
}
}
}