B2bTradingPartnersinboundCollaborationMessagesdomainValueMaps
Manages domain value mappings for inbound messages to ensure proper processing and integration.
Columns
Name | Type | Description |
B2bTradingPartnersTradingPartnerId [KEY] | Long | Unique identifier linking this domain value map entry to a specific trading partner record. |
InboundcollaborationmessagesPartnerMessageCustomizationId [KEY] | Long | Unique identifier linking this domain value map to a customized partner message in the inbound collaboration process. |
InboundcollaborationmessagesPartnerMessageId [KEY] | Long | Unique identifier linking this domain value map to a specific inbound collaboration message. |
MessageDvmId [KEY] | Long | Unique identifier for the domain value map (DVM) associated with the inbound 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. |