KB Article #177088

Filename in an alert email


Problem

-- Per default, the filename is not part of an alert email

Resolution

** The ConsumptionFilename and ProductionFilename can be added to the an alert email:

  1. Open the [installDir]/Interchange/conf/alerts.xml file via texteditor
  2. Find the AlertDefinition section where you want the Filename fields present in the email (e.g. AlertDefinition name="Message Notification", "Message Rejected", and "Message General Error")
  3. In this section, enter the addition "Field label" lines:
    <Field label="ConsumptionFilename:" ref="Message.ConsumptionFilename"/>
    <Field label="ProductionFilename:" ref="Message.ProductionFilename"/>
  4. Repeat this for all desired email alert definitions
  5. Save the alerts.xml
  6. Restart the application

** The ref-values are case case sensitive.