Event Types
The Event Types view object contains details about event types, including its associated business object type and category.
Data Store Key : FscmTopModelAM.ScmExtractAM.SmoBiccExtractAM.EventTypeExtractPVO
Primary Keys : EventTypeId
Initial Extract Date : CreationDate
Incremental Extract Date : LastUpdateDate
Attributes
This table provides the list of exposed attributes and their descriptions.
| Name | Description |
|---|---|
| BoKindId | Value that uniquely identifies the business object category applicable to an event type. |
| BoTypeId | Value that uniquely identifies the predefined business object type applicable to an event type. |
| CreatedBy | User who created the event type record. |
| CreationDate | Date and time when the event type record was created. |
| EventTypeCode | Code that identifies an event type. |
| EventTypeId | Value that uniquely identifies the event type. This is the primary key of the Event Types view object. |
| 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. |
| EventTypeTranslationPEOEventTypeName | Name of the event type. |
| EventTypeTranslationPEOLanguage | Value that uniquely identifies the language into 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. |
| LastUpdateDate | Date and time when the user last updated the event type record. |
| LastUpdateLogin | Session login associated with the user who last updated the event type record. |
| LastUpdatedBy | User who last updated the event type record. |
| ObjectVersionNumber | 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. |
| SeededFlag | Indicates if the event type record is predefined. Contains one of the following values: Y or N. The default value is N. |