Product Translation DMO

Represents localized product information for different languages and regions. Each record contains the translated product name and description for a specific locale.

Object API Name: std__ProductTranslationDmo__dlm
Category: Unassigned
Availability: Available in 262 and later versions
Primary Key Field: Id

  • ProductId has a FOREIGNKEY relationship with the Product DMO Id field.
  • LocaleId has a FOREIGNKEY relationship with the Locale DMO Id field.
  • Field API Name: std__cdp_sys_record_currency__c
  • Data Type: TEXT
  • Description: System-generated metadata field that stores a 3-letter ISO currency code.
  • Field API Name: std__DataSourceId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__DataSourceObjectId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: The unique identifier for a specific product translation record.
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__LocaleId__c
  • Data Type: TEXT
  • Description: The identifier of the locale that defines the language/region for this translation.
  • Field API Name: std__ProductDescription__c
  • Data Type: TEXT
  • Description: The localized product description shown to users in the specified locale.
  • Field API Name: std__ProductId__c
  • Data Type: TEXT
  • Description: The identifier of the base product that this translation belongs to.
  • Field API Name: std__ProductLongDescription__c
  • Data Type: TEXT
  • Description: The localized product long description shown to users in the specified locale.
  • Field API Name: std__ProductName__c
  • Data Type: TEXT
  • Description: The localized product name shown to users in the specified locale.