B2bTradingPartnersdeliveryMethods
Specifies communication methods between the Collaboration Messaging Framework and trading partners for message exchange.
Columns
Name | Type | Description |
B2bTradingPartnersTradingPartnerId [KEY] | Long | Unique identifier linking this delivery method entry to a specific trading partner record. |
DeliveryMethodId [KEY] | Long | Unique identifier for the delivery method, automatically generated when a new delivery method record is created. This serves as the primary key. |
DeliveryMethodName | String | Descriptive name of the delivery method used for exchanging messages with the trading partner. This attribute is required. |
DeliveryMethodType | String | Specifies the type of delivery method. Valid values include 'One-Way Web Service' or 'Request-Response Web Service'. |
Service | String | Identifies the external service associated with the delivery method for message exchange. |
B2bRoutingFlag | Bool | Indicates whether messages to the service provider are routed through the internal business-to-business (B2B) gateway. 'True' means routing is enabled; 'False' means messages bypass the gateway (default: False). |
SecurityPolicy | String | Specifies the security policy applied to the delivery method, ensuring secure message transmission. |
UcmExportDocumentAccount | String | Specifies the storage location from which files are picked for outbound processing. |
RecipientEmailId | String | Email address to which outbound messages are sent when using email-based delivery methods. |
AttachXmlFlag | Bool | Indicates whether the transformed payload is attached to the email. 'True' means it is attached; 'False' means it is not (default: False). |
ServiceUri | String | Specifies the service endpoint URL stored in the topology manager for message delivery. |
CsfkeyUser | String | Username stored in the credential store framework (CSF) for authentication in secure message transmissions. |
CsfkeyPassword | String | Password stored in the credential store framework (CSF) for authentication in secure message transmissions. |
ServiceMeaning | String | Descriptive meaning of the external service used in the delivery method. |
CreationDate | Datetime | Timestamp indicating when the delivery method record was initially created. |
LastUpdateDate | Datetime | Timestamp indicating when the delivery method record was last updated. |
FileName | String | Identifies the file being delivered using SFTP-based delivery methods. |
RemoteDir | String | Specifies the remote directory where outbound messages are delivered when using the Secure File Transfer Protocol (SFTP). |
SftpHost | String | Specifies the host name used for outbound message delivery via SFTP. |
SftpPort | String | Specifies the port used for outbound message delivery via SFTP. |
FileExtension | String | Specifies the file extension for the B2B message file. If not specified, the default value is '.ZIP'. |
BindServiceProviderId | Long | Unique identifier for the service provider bound to this trading partner for message delivery. |
Finder | String | A system-defined query or lookup used to retrieve delivery method records associated with trading partners. |
TradingPartnerId | Long | Unique identifier for the trading partner associated with this delivery method. |