Search

GlobalSCAPE Knowledge Base

Emailing a report as a PDF attachment in EFT Event Rules

Karla Marsh
EFT

THE INFORMATION IN THIS ARTICLE APPLIES TO:

  • EFT v6 and later

DISCUSSION

When the Auditing and Reporting module is activated, you can configure an Event Rule to generate a report, then email it or save it to a file. If you add the Generate Report Action to a Rule, you must also tell EFT what to do with the report (save it or email it or both). Using the variable %FS.REPORT_CONTENT%* in the body of email notifications adds the content of the report inline in the email in HTML format.

But what if you want to send a PDF of the report to someone? When a report is generated by the Generate Report Action, a temporary, enumerated copy of the report is created and stored locally in the EFT installation folder. The temporary copy is deleted once the Event Rule context is out of scope. Using an AWE workflow and the procedure below, you can generate a report as PDF and then add the PDF as an attachment to an email.

* %FS.REPORT_CONTENT% is used in Event Rules (such as in email notifications). %FS_REPORT_CONTENT% is used in AWE actions.

Be sure you have defined the mail server connection in EFT before attempting to send email notifications with AWE. The mail server connection is configured during installation.

Emailing a report as a PDF attachment

  1. Create a new AWE workflow called EmailReports.
  2. Add a Send Email action to the EmailReports workflow.
  3. In the Attachments area, specify the report variable, %FS_REPORT_FILE%.
  4. Click OK, then Save and Close.
  5. Create a Timer Rule with the Generate Report Action.
  6. In the Report Action dialog box, select the report that you want to send, and then, for the Report output format, click PDF.
  7. Specify the date range and Advanced Options as necessary and then click OK. The Report Action is added to the Event Rule.
  8. Add the EmailReports AWE workflow Action to the Event Rule.
  9. Expand the "if failed..." section for each action and check the box for "Stop Processing this rule."
  10. Save the Event Rule by clicking OK and Apply.
  11. The Event Rule should look similar to the following:

  12. Click Run Now at the bottom on the Event Rule to verify that the report is generated and the email attachment is sent.
Details
Last Modified: Last Year
Last Modified By: kmarsh
Type: HOWTO
Rated 1 star based on 13 votes.
Article has been viewed 45K times.
Options
Also In This Category
Tags