Table of Contents

Search

  1. Preface
  2. PowerCenter Mappings and Workflows
  3. B2B Data Exchange Transformations
  4. B2B Data Exchange Workflows
  5. Dashboard and Reports
  6. Creating Workflows for Event Reconciliation
  7. Forms Designer
  8. Configuring Email for Monitor Notification
  9. Dashboard and Reports
  10. B2B Data Exchange Web Services API
  11. B2B Data Exchange Run-time Java API
  12. B2B Data Exchange Forms Designer Java API

Input/Output Ports

Input/Output Ports

Configure input/output ports for the DX_Add_Document_To_Event transformation on the
Ports
tab.
The following table describes the DX_Add_Document_To_Event input/output ports:
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.

0 COMMENTS

We’d like to hear from you!