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

30 lines
1.0 KiB
JSON

{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields"
],
"title": "ForecastingDisplayedFamily - Tooling API",
"description": "Represents the product families that an admin chooses to allow forecasting on in Lightning Experience. Available in Tooling API version 40.0 and later.",
"supported_soap_calls": "`query()`, `describeSObjects()`, `retrieve()`",
"supported_rest_api_http_methods": "`GET`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DisplayPosition": {
"type": "int",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The order in which product families are displayed on the forecasts page. Each value is unique to a product family."
},
"ProductFamily": {
"type": "picklist",
"properties": "Filter, Group, Sort",
"description": "The product family available to forecast on. Each product family is unique."
}
}
}