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

111 lines
3.7 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",
"field_reference"
],
"title": "FrcstCustmCatgRampRateSrc - Data API",
"description": "Represents the total contract value used for custom bulk adjustments. This object is available in API version 63.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"refers_to"
],
"fields": {
"BaseValueFrcstSrcDefinitionId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The DMO that contains the field in which the total contract value exists. This field is a relationship field.",
"relationship_name": "BaseValueFrcstSrcDefinition",
"refers_to": "ForecastingSourceDefinition"
},
"DeveloperName": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The unique name of the object in the API. The name: must be 40 characters or fewer must begin with a letter can contain only underscores and alphanumeric characters cant include spaces cant end with an underscore cant contain 2 consecutive underscores In managed packages, this field prevents naming conflicts on package installations. With this field, a developer can change the objects name in a managed package and the changes are reflected in a subscribers organization."
},
"ForecastingCustomCategoryId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The ID of the forecasting custom category. This field is a relationship field.",
"relationship_name": "ForecastingCustomCategory",
"refers_to": "ForecastingCustomCategory"
},
"Language": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
"description": "The combined language and locale ISO code, which controls the language of the FrcstCustmCatgRampRateSrc."
},
"MasterLabel": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "Label for this FrcstCustmCatgRampRateSrc value. This display value is the internal label that doesn't get translated."
}
},
"field_reference": {
"BaseValueFrcstSrcDefinitionId": {
"field_label": "Forecasting Source Definition ID",
"type": "reference",
"length": "18"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"DeveloperName": {
"field_label": "Name",
"type": "string",
"length": "80"
},
"ForecastingCustomCategoryId": {
"field_label": "Forecasting Custom Category ID",
"type": "reference",
"length": "18"
},
"Id": {
"field_label": "Forecasting Custom Category Ramp Rate Source 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"
},
"MasterLabel": {
"field_label": "Label",
"type": "string",
"length": "80"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}