ItemCatalogstranslatableAttributes
Supports the management of translatable attributes within item catalogs to accommodate multi-language requirements.
Columns
| Name | Type | Description |
| ItemCatalogsCatalogId [KEY] | Long | The unique identifier of the item catalog associated with this translatable attribute entry. This identifier links the catalog to its multilingual attribute records. |
| CatalogId [KEY] | Long | The unique identifier assigned to the catalog. This identifier is used for reference but should not be included in service calls to create new catalogs. |
| CatalogName | String | The translated name of the catalog in the specified language. This field supports localization for users in different regions. |
| Description | String | The translated description of the catalog in the specified language. This description ensures that catalog details are accessible to users in their preferred language. |
| Language [KEY] | String | The language code representing the translated attributes for the catalog. This code follows ISO language standards to specify the language used. |
| SourceLanguage | String | The original language code of the catalog attributes before translation. This field helps track the source language for multilingual catalog entries. |
| CreationDateTime | Datetime | The timestamp when the translated catalog attributes were created. This timestamp provides historical tracking for multilingual data management. |
| LastUpdateDateTime | Datetime | The timestamp of the most recent update to the translated catalog attributes. This timestamp helps track modifications and ensures version control. |
| Finder | String | The name of the predefined finder query used to retrieve translatable catalog attribute records dynamically. This query improves efficiency in searching for catalog translations. |