B2bMessageTransactionsreceiptConfirmations
Captures confirmation messages from trading partners indicating successful receipt of outbound business documents.
Columns
Name | Type | Description |
B2bMessageTransactionsMessageLogId [KEY] | Long | Unique identifier linking this receipt confirmation to a specific message transaction log entry. |
MessageLogId [KEY] | Long | Identifier referencing the main message log associated with this receipt confirmation. |
MessageGUID | String | Globally unique identifier (GUID) assigned to the message, ensuring uniqueness across systems. |
SenderMessageId | String | Identifier of the message as assigned by the sender, used for tracking and correlation. |
StatusDate | Datetime | Timestamp indicating when the receipt confirmation status was last updated. |
ProcessingCode | String | Code defining how the receipt confirmation should be processed within the system. |
ProcessingDetail | String | Additional details about the processing of the receipt confirmation, including any relevant status or actions taken. |
Finder | String | A system-defined query or lookup used to retrieve receipt confirmation records based on specific criteria. |