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

43 lines
2.4 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",
"usage"
],
"title": "ServiceTerritoryDataTranslation - Data API",
"description": "Represents the translated values of the data stored within a ServiceTerritory records fields. This object is available in API version 54.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Description": {
"type": "textarea",
"properties": "Create, Nillable,Update",
"description": "The translated value for the ServiceTerritory description."
},
"IsOutOfDate": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether the translation is out-of-date (true) or current (false). A translation is out-of-date if the parent ServiceTerritory record is updated after the last translation was filed."
},
"Language": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort",
"description": "The language for these translated values."
},
"Name": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "The translated value for the ServiceTerritory record name. This field is required to translate the text in other fields."
},
"ParentId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The record ID of the ServiceTerritory associated with the data that is being translated."
}
},
"usage": "Use this object to translate the data stored in a ServiceTerritory record into the different languages supported by Salesforce. If data translation is enabled for custom fields on the ServiceTerritory object, additional ServiceTerritoryDataTranslation fields exist for translating the data contained within those fields. You cant use a custom external id field in an upsert call for a ServiceTerritoryDataTranslation object.\n\nUse this object to translate the data stored in a ServiceTerritory record into the different languages supported by Salesforce. If data translation is enabled for custom fields on the ServiceTerritory object, additional ServiceTerritoryDataTranslation fields exist for translating the data contained within those fields.\n\nYou cant use a custom external id field in an upsert call for a ServiceTerritoryDataTranslation object."
}