B2bTradingPartnersinboundCollaborationMessages
Details inbound messages received from trading partners by the Collaboration Messaging Framework.
Columns
| Name | Type | Description |
| B2bTradingPartnersTradingPartnerId [KEY] | Long | Unique identifier linking this inbound collaboration message to a specific trading partner record. |
| PartnerMessageId [KEY] | Long | Unique identifier for the inbound collaboration message, automatically generated when a new record is created. This serves as the primary key. |
| PartnerMessageName | String | Descriptive name of the inbound collaboration message associated with the trading partner. |
| PartnerMessageStatus | String | Current status of the inbound collaboration message. Valid values include Inactive, Active, or Loopback (default: Inactive). |
| PartnerMessageStatusDate | Datetime | Timestamp indicating when the inbound collaboration message status was last updated. |
| AcknowledgementCode | String | Indicates whether application processing feedback should be sent for inbound messages. |
| ProcessingAction | String | Defines the processing action for inbound and outbound messages transmitted through Simple Object Access Protocol (SOAP) headers. |
| ApplicationPartnerCodeXpath | String | XPath expression used to store and reference the application partner code. |
| ObjectKey1Xpath | String | XPath expression identifying the first key field in the inbound message payload. |
| ObjectKey2Xpath | String | XPath expression identifying the second key field in the inbound message payload. |
| ObjectKey3Xpath | String | XPath expression identifying the third key field in the inbound message payload. |
| ObjectKey4Xpath | String | XPath expression identifying the fourth key field in the inbound message payload. |
| ObjectKey5Xpath | String | XPath expression identifying the fifth key field in the inbound message payload. |
| ObjectKey6Xpath | String | XPath expression identifying the sixth key field in the inbound message payload. |
| MessageId | Long | Unique identifier for the collaboration message, serving as a foreign key reference. |
| MessageName | String | Descriptive name of the collaboration message linked to the inbound transaction. |
| DocumentId | Long | Unique identifier for the collaboration document, serving as a foreign key reference. |
| DocumentName | String | Name of the collaboration document associated with the inbound message. |
| PartnerMessageCustomizationId [KEY] | Long | Unique identifier for the partner message customization, automatically generated upon record creation (read-only). |
| RetentionDuration | Int | Specifies the duration for which the inbound collaboration message should be retained. |
| RetentionDurationType | String | Defines the type of retention duration, such as Days, Weeks, or Months. |
| OverrideStatus | String | Indicates the override status of the inbound collaboration message. Valid values include Inactive, Active, or Loopback (default: Inactive). |
| OverrideStatusDate | Datetime | Timestamp indicating when the override status was last updated. |
| LastUpdateDate | Datetime | Timestamp indicating the most recent user update to the inbound collaboration message for the trading partner. |
| CreationDate | Datetime | Timestamp indicating when the inbound collaboration message was configured for the trading partner. |
| UserDefinedFlag | Bool | Indicates whether this inbound collaboration message configuration was user-defined. |
| BindServiceProviderId | Long | Unique identifier for the service provider bound to this trading partner for inbound message processing. |
| Finder | String | A system-defined query or lookup used to retrieve inbound collaboration message records associated with trading partners. |
| TradingPartnerId | Long | Unique identifier for the trading partner associated with this inbound collaboration message. |