B2bMessageTransactionsdeliveryAttempts
Tracks reprocessed messages that failed or encountered errors during delivery attempts in the Collaboration Messaging Framework.
Columns
| Name | Type | Description |
| B2bMessageTransactionsMessageLogId [KEY] | Long | Unique identifier linking this delivery attempt to a specific message transaction log entry. |
| MessageLogDetailId [KEY] | Long | Unique identifier for the detailed log entry of this delivery attempt. |
| MessageLogId | Long | Identifier referencing the main message log associated with this delivery attempt. |
| MessageGUID | String | Globally unique identifier (GUID) assigned to the message, ensuring uniqueness across systems. |
| ProcessingStartTime | Datetime | Timestamp indicating when the processing of this delivery attempt started. |
| RetryCount | Int | Number of times the message delivery has been retried due to failures. |
| Status | String | Current status of this delivery attempt, such as Pending, Successful, or Failed. |
| Error | String | Details of any error encountered during this delivery attempt. |
| ErrorType | String | Categorization of the error, such as Connection Failure, Timeout, or Invalid Response. |
| ScheduledProcessName | String | Name of the scheduled process responsible for handling the delivery attempt. |
| ScheduledProcessId | Long | Unique identifier for the scheduled process that executed this delivery attempt. |
| Finder | String | A system-defined query or lookup used to retrieve delivery attempt records based on specific criteria. |