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

Configuring the Body of an Email Notification

Configuring the Body of an Email Notification

There are two ways to customize the body of an email notification:
  • Provide a text or HTML file that contains the body of the customized email.
    Assign the path of this file to the dx_email_body_file event property. This file must be accessible to all Data Exchange Server instances.
  • Provide a text string that will replace the built-in body text.
    Assign this string to the dx_email_text event property.
The customized body of an email message can contain variables that are set during runtime.
The following variables are built-in:
Variable
Description
$DXMonitorName
The name of the monitor.
$DXPartnerInfo
Partner name, account name, and account number.
You can use event attributes in the customized body of an email. For example, you can define an event attribute called MyAttribute and embed it in the body of an email as $MyAttribute.
The developer assigns a value to MyAttribute using the DX_Event_Attribute transformation.

0 COMMENTS

We’d like to hear from you!