Translated Event Types

The Translated Event Types view object contains the event type name and description. Based on the number of enabled languages, multiple rows can exist for a given event type, with one row corresponding to each language for every event type that exists in the Event Types view object.

Data Store Key : FscmTopModelAM.ScmExtractAM.SmoBiccExtractAM.EventTypeTranslationExtractPVO

Primary Keys : EventTypeTranslationPEOEventTypeId, EventTypeTranslationPEOLanguage

Initial Extract Date : EventTypeTranslationPEOCreationDate

Incremental Extract Date : EventTypeTranslationPEOLastUpdateDate

Attributes

This table provides the list of exposed attributes and their descriptions.

Name Description
EventTypeTranslationPEOCreatedBy User who created the event type record.
EventTypeTranslationPEOCreationDate Date and time when the event type record was created.
EventTypeTranslationPEOEventTypeDescription Description of the event type.
EventTypeTranslationPEOEventTypeId Value that uniquely identifies the event type. This is the primary key of the Event Types view object. This attribute is a part of the composite key of the Translated Event Types view object.
EventTypeTranslationPEOEventTypeName Name of the event type.
EventTypeTranslationPEOLanguage Value that uniquely identifies the language in which the contents of the translatable columns are translated. This attribute is a part of the composite key of the Translated Event Types view object.
EventTypeTranslationPEOLastUpdateDate Date and time when the user last updated the event type record.
EventTypeTranslationPEOLastUpdateLogin Session login associated with the user who last updated the event type record.
EventTypeTranslationPEOLastUpdatedBy User who last updated the event type record.
EventTypeTranslationPEOObjectVersionNumber Number of times the object row was updated. This attribute is used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
EventTypeTranslationPEOSourceLang Value that uniquely identifies the language in which the contents of the translatable columns were originally created.