B2bTradingPartnersoutboundCollaborationMessages
Provides details of outbound messages sent to trading partners from the Collaboration Messaging Framework.
Columns
Name | Type | Description |
B2bTradingPartnersTradingPartnerId [KEY] | Long | Unique identifier linking this outbound collaboration message to a specific trading partner record. |
PartnerMessageId [KEY] | Long | Unique identifier for the trading partner message, serving as a foreign key reference to the trading partner message record. |
PartnerMessageName | String | Descriptive name of the outbound collaboration message associated with the trading partner. |
PartnerMessageStatus | String | Current status of the outbound collaboration message, such as Pending, Sent, or Failed. |
PartnerMessageStatusDate | Datetime | Timestamp indicating when the status of the outbound collaboration message was last updated. |
ProcessingAction | String | Defines the processing action for the outbound message transmitted through Simple Object Access Protocol (SOAP) headers. |
MessageId | Long | Unique identifier for the collaboration message, serving as a foreign key reference. |
MessageName | String | Descriptive name of the collaboration message associated with the outbound transaction. |
ServiceProviderId | Long | Unique identifier for the service provider handling this outbound collaboration message. |
DocumentId | Long | Unique identifier for the collaboration document, serving as a foreign key reference. |
DocumentName | String | Name of the document associated with the outbound collaboration message. |
DeliveryMethodId | Long | Unique identifier for the delivery method used for sending the outbound collaboration message. |
DeliveryMethodName | String | Descriptive name of the delivery method used to send the outbound message. |
AlternateDeliveryMethodId | Long | Unique identifier for the alternate delivery method, generated when an alternate delivery method record is created. |
AlternateDeliveryMethodName | String | Descriptive name of the alternate delivery method, used if the primary method fails. |
PartnerMessageCustomizationId [KEY] | Long | Unique identifier for the trading partner message customization, serving as a foreign key reference. |
RetentionDuration | Int | Specifies how long the outbound collaboration message should be retained before deletion. |
RetentionDurationType | String | Defines the retention duration type, such as Days, Weeks, or Months. |
OverrideStatus | String | Indicates whether the outbound collaboration message has been overridden. Values include Inactive, Active, or Loopback (default: Inactive). |
OverrideStatusDate | Datetime | Timestamp indicating when the override status was last updated. |
CreationDate | Datetime | Timestamp indicating when the outbound collaboration message was created. |
LastUpdateDate | Datetime | Timestamp indicating when the outbound collaboration message record was last updated. |
AttachmentProcessingMethod | String | Defines how attachments are handled in the outbound message. Valid values include 'In Message,' 'In Payload,' and 'MIME Part'. |
UserDefinedFlag | Bool | Indicates whether this outbound collaboration message configuration was user-defined. |
BindServiceProviderId | Long | Unique identifier for the service provider bound to this trading partner for outbound message processing. |
Finder | String | A system-defined query or lookup used to retrieve outbound collaboration message records associated with trading partners. |
TradingPartnerId | Long | Unique identifier for the trading partner associated with this outbound collaboration message. |