B2B Data Exchange
- B2B Data Exchange 10.2.2 HotFix 1
- All Products
Port
| Type
| Description
|
---|---|---|
DXEventId
| string
| Required. Identifier of the event to which to attach the document.
|
DXData
| string
binary
text
| Document to attach to the event. This port can contain the data of the document or a reference to the document. If this port is null, the transformation creates an empty document and adds the document to the event.
To attach a document with text data, set the datatype of the port to string or text. To attach a document with binary data, set the datatype of the port to binary.
|
DXDataByReference
| string
| Indicates whether the DXData port contains the document data or a document reference. If the value is true, the DXData port contains a document reference. If the value is null or false, the DXData port contains the document data.
|
DXDocumentId
| string
| Identifier of the document to attach to the event.
|
DXErrorMessage
| string
| Error message generated by the transformation.
|
DXErrorCode
| string
| Error code generated by the transformation. If the transformation fails, the value of the DXErrorCode port is greater than zero.
|