Category Translations
The category translation view object provides details about the category content that's available in different languages.
Data Store Key : CrmAnalyticsAM.ServiceExtractAM.SvcMgmtBiccExtractAM.CategoryTranslationExtractPVO
Primary Keys : Language, CategoryId
Initial Extract Date : CreationDate
Incremental Extract Date : LastUpdateDate
Attributes
This table provides the list of exposed attributes and their descriptions.
| Name | Description |
|---|---|
| CategoryId | The unique identifier of the category. This is a foreign key to the Categories view object. |
| CategoryName | The language dependent translatable category name. |
| CreatedBy | The user who created the row. |
| CreationDate | The date and time when the row was created. |
| Language | Indicates the code of the language into which the contents of the translatable columns are translated. |
| LastUpdateDate | The date and time when the row was last updated. |
| LastUpdateLogin | The session login of the user who last updated the row. |
| LastUpdatedBy | The user who last updated the row. |
| ObjectVersionNumber | The number of times the row has been updated. |
| SourceLang | Indicates the code of the language in which the contents of the translatable columns were originally created. |