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

78 lines
2.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"field_reference"
],
"title": "ForecastingDisplayedFamily - Data API",
"description": "Represents the table in Forecasts Settings where an admin selects the product families that users can forecast on in Lightning Experience. This object is available in API version 40.0 and later.",
"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."
}
},
"special_access_rules": "As of Spring 20 and later, only standard users with the View All Forecasts or Allow Forecasting permission or delegated forecast manager status can access this object.",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"DisplayPosition": {
"field_label": "Display Position",
"type": "int",
"digits": "9"
},
"Id": {
"field_label": "Forecasting Displayed Family ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"ProductFamily": {
"field_label": "Product Family",
"type": "picklist",
"length": "40"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"digits"
]
}