mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-05 23:41:31 +08:00
30 lines
1.0 KiB
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."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|