B2bTradingPartnersoutboundCollaborationMessagesdomainValueMaps
Manages domain value mappings for outbound message processing.
Columns
| Name | Type | Description |
| B2bTradingPartnersTradingPartnerId [KEY] | Long | Unique identifier linking this domain value map entry to a specific trading partner record. |
| OutboundcollaborationmessagesPartnerMessageCustomizationId [KEY] | Long | Unique identifier linking this domain value map to a customized partner message in the outbound collaboration process. |
| OutboundcollaborationmessagesPartnerMessageId [KEY] | Long | Unique identifier linking this domain value map to a specific outbound collaboration message. |
| MessageDvmId [KEY] | Long | Unique identifier for the domain value map (DVM) associated with the outbound collaboration message. |
| DvmName | String | Name of the domain value map used to translate values between external and internal message formats. |
| MessageId | Long | Unique identifier for the collaboration message, serving as a foreign key reference. |
| MessageName | String | Descriptive name of the collaboration message associated with this domain value map. |
| CreationDate | Datetime | Timestamp indicating when this domain value map record was initially created. |
| LastUpdateDate | Datetime | Timestamp indicating the most recent update to this domain value map record. |
| BindServiceProviderId | Long | Unique identifier for the service provider bound to this trading partner for domain value mapping. |
| Finder | String | A system-defined query or lookup used to retrieve domain value map records associated with trading partners. |
| TradingPartnerId | Long | Unique identifier for the trading partner associated with this domain value map entry. |