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

Completing an Event Reconciliation

Completing an Event Reconciliation

In the workflow that processes an acknowledgment document, include the DX_Complete_Correlation transformation to complete a reconciliation. The DX_Complete_Correlation transformation correlates the acknowledgment with the original document based on the correlation ID and completes the reconciliation. For more information, see DX_Complete_Correlation Transformation.
You can also call the completeCorrelation method of the B2B Data Exchange API to complete the reconciliation. The following example code shows how to call the completeCorrelation method:
String closingEventId = this.eventid; String correlationId = doc.receiverid + doc.senderid + doc.acknowledgment[i].transactionid; String openingEventId = server.completeCorrelation (closingEventId, correlationId);

0 COMMENTS

We’d like to hear from you!