ItemTemplatesitemTranslations
Handles translatable attributes in item templates to support multi-language item definitions.
Columns
Name | Type | Description |
ItemTemplatesItemId [KEY] | Long | Specifies the unique identifier for an item within the ItemTemplatesitemTranslations module. This identifier links item template records to their associated translations, ensuring multilingual support and consistency across global operations. |
ItemTemplatesOrganizationId [KEY] | Long | Defines the unique identifier for the organization managing the item template. This identifier ensures that translated item attributes are correctly associated with the appropriate business unit for classification and reporting. |
OrganizationId [KEY] | Long | Represents the unique identifier for the organization that owns or manages the inventory item. This identifier ensures that translations are aligned with the correct business unit, facilitating accurate localization and compliance. |
ItemId [KEY] | Long | Defines the unique identifier for the part, item, product, or service. This identifier allows organizations to track and manage items across different languages without losing core item attributes. |
ItemDescription | String | Provides a short textual description of the part, item, product, or service in the designated language. This description ensures that users in different regions can easily identify the item. |
LongDescription | String | Specifies the detailed text description of the item in the designated language. This description may contain product specifications, features, or usage instructions. |
HTMLLongDescription | String | Contains the formatted description of the item using rich text or HTML. This description allows for enhanced visual presentation in catalogs, online stores, or product documentation. |
Language [KEY] | String | Indicates the language associated with the item description. This field ensures that the correct translated values are applied to items based on regional and customer requirements. |
SourceLanguage | String | Defines the original language from which item attributes are translated. This field helps track the source of translations and maintain consistency across multilingual catalogs. |
TemplateName | String | Specifies the name of the item template used for creating standardized item records. This field ensures uniformity across multiple item translations. |
CreationDateTime | Datetime | Represents the date and time when the item translation record was created. This field is useful for auditing and version control of translated content. |
LastUpdateDateTime | Datetime | Indicates the date and time when the item translation record was last updated. This field helps track modifications and ensures the most recent translations are applied. |
Finder | String | Defines the search mechanism or query criteria used to locate records in the ItemTemplatesitemTranslations module. This field enhances system usability by enabling efficient data retrieval for multilingual item descriptions. |