Process Messages

The Process Messages view object is used to capture errors or warnings that may be triggered during inbound event and orchestration processing.

Data Store Key : FscmTopModelAM.ScmExtractAM.FosBiccExtractAM.FosProcessMessageExtractPVO

Primary Keys : ProcessMessagePEOMessageId

Initial Extract Date : ProcessMessagePEOCreationDate

Incremental Extract Date : ProcessMessagePEOLastUpdateDate

Attributes

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

Name Description
ProcessMessagePEOCreatedBy User who created the process message.
ProcessMessagePEOCreationDate Date when the process message was created.
ProcessMessagePEOEnterpriseId Value that identifies the enterprise that's being used for multiple tenancy partitioning.
ProcessMessagePEOLastUpdateDate Date when the process message was last updated.
ProcessMessagePEOLastUpdateLogin Session login associated with the user who last updated the process message.
ProcessMessagePEOLastUpdatedBy User who last updated the process message.
ProcessMessagePEOMessageAdditionalText Value that identifies the additional information or details of the message or suggestion to the user.
ProcessMessagePEOMessageCategory1 Value that identifies the main category that the message is reported against.
ProcessMessagePEOMessageCategory2 Value that identifies the subcategory that the message is reported against. For inbound events, valid values are contained within the FOS_EVENT_MSG_FUNCTION lookup type. For orchestration, valid values are contained within the FOS_ORCHESTRATION_MSG_FUNCTION lookup type.
ProcessMessagePEOMessageEntityId1 Value that identifies the first identifier of the entity that the message is reported against.
ProcessMessagePEOMessageEntityId2 Value that identifies the second identifier of the entity that the message is reported against.
ProcessMessagePEOMessageGroupNumber Value that identifies the header ID of the entity that the message is reported against.
ProcessMessagePEOMessageId Value that uniquely identifies the process message. This is the primary key of the Process Messages view object.
ProcessMessagePEOMessageName Value that identifies the error or warning message name to be referenced within the application.
ProcessMessagePEOMessageTokens Value that identifies the tokens that are to be replaced in the message text.
ProcessMessagePEOMessageType Value that identifies the scheme or system of classification or categorization of messages. Valid values are contained within the FOS_MESSAGE_TYPE lookup type.
ProcessMessagePEOObjectVersionNumber Value that identifies the number of times the process message row has been updated.
ProcessMessagePEOReferenceEntityId Value that identifies the ID for the resubmission process. By referring to this ID, old errors can be deleted by the developer.