afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/PipelineInspectionSumField.json

82 lines
2.9 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"field_reference"
],
"title": "PipelineInspectionSumField - Data API",
"description": "Use this object to learn which field from the opportunity object is used to aggregate Pipeline Inspection metrics on a pipeline view. This object is available in API version 56.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"SobjectType": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort",
"description": "The object that stores the summary fields. Possible values are: Opportunity"
},
"SummaryField": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort",
"description": "The field used to summarize Pipeline Inspection metrics. Possible values are standard field names or custom field IDs for custom currency and number fields. Amount ExpectedRevenue TotalOpportunityQuantity custom_field_ID"
}
},
"special_access_rules": "To use PipelineInspectionSumField, enable Pipeline Inspection. Users with a Pipeline Inspection user permission, the Customize Application permission or the Modify All Data permission can access this object. To create and modify records, users must have either the Customize Application permission or the Modify All Data permission.\n\nTo use PipelineInspectionSumField, enable Pipeline\n Inspection. Users with a Pipeline Inspection user permission, the Customize Application\n permission or the Modify All Data permission can access this object. To create and modify\n records, users must have either the Customize Application permission or the Modify All Data\n permission.",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "Pipeline Inspection Summary Field ID",
"type": "id",
"length": "18"
},
"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"
},
"SobjectType": {
"field_label": "Custom Object Definition ID",
"type": "picklist",
"length": "255"
},
"SummaryField": {
"field_label": "Custom Field Definition ID",
"type": "picklist",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}