{ "sections": [ "title", "description", "fields", "special_access_rules", "usage" ], "title": "Product2DataTranslation - Data API", "description": "Represents the translated values of the data stored within a Product2 record’s fields. This object is available in API version 45.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "Description": { "type": "textarea", "properties": "Create, Filter, Nillable, Sort, Update", "description": "The translated value for the Product2 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 Product2 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 Product2 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 Product2 associated with the data that is being translated." } }, "special_access_rules": "Your organization must be using Enterprise, Performance, Unlimited, or Developer\n edition.\n\nTranslation Workbench and data translation must be enabled in your org.\n\nTo view this object, you must have the “View Setup and Configuration” permission", "usage": "Use this object to translate the data stored in a Product2 record into the different languages supported by Salesforce. If data translation is enabled for custom fields on the Product2 object, additional Product2DataTranslation fields exist for translating the data contained within those fields. You can’t use a custom external id field in an upsert call for a Product2DataTranslation object.\n\nUse this object to translate the data stored in a Product2 record into the different languages supported by Salesforce. If data translation is enabled for custom fields on the Product2 object, additional Product2DataTranslation fields exist for translating the data contained within those fields.\n\nYou can’t use a custom external id field in an upsert call for a Product2DataTranslation object." }