Message Entities
The Supply Messages Entities Extract view object extracts message entities from the supply order.
Data Store Key : FscmTopModelAM.ScmExtractAM.DosBiccExtractAM.SupplyMessagesEntitiesExtractPVO
Primary Keys : DosMessageEntitiesPEOMessageEntityId
Initial Extract Date : DosMessageEntitiesPEOCreationDate
Incremental Extract Date : DosMessageEntitiesPEOLastUpdateDate
Attributes
This table provides the list of exposed attributes and their descriptions.
Name | Description |
---|---|
DosMessageEntitiesPEOCreatedBy | Name of the user who created the row. |
DosMessageEntitiesPEOCreationDate | Date and time when the user created the row. |
DosMessageEntitiesPEOEntityId | Value that uniquely identifies the message entity. |
DosMessageEntitiesPEOEntityType | Type of entity. The DOS_ ENTITY_TYPES lookup contains the values that you can use for this attribute. |
DosMessageEntitiesPEOLastUpdateDate | Date and time when the user most recently updated the message entity. |
DosMessageEntitiesPEOLastUpdateLogin | Login that the user used when updating the message entity. |
DosMessageEntitiesPEOLastUpdatedBy | User who most recently updated the message entity. |
DosMessageEntitiesPEOMessageEntityId | Value that uniquely identifies the specific message entity. |
DosMessageEntitiesPEOMessageId | Value that uniquely identifies the message in the message table. |
DosMessageEntitiesPEOObjectVersionNumber | Version of the message entity. This attribute makes sure no more than one user modifies the same object at the same time. The database increments the version every time it updates the row, then compares the version at the start and at the end of each transaction to determine whether another user updated the row during the current session. |