Adding a Redirector to a Report
Redirectors are actions (or "commands") that take place after a report is finished. They are typically used to send (or "redirect") the report to another location, to notify the user that the report is ready, or that the report has failed.
You can add one or more redirectors to a report. The following table describes the commands that can be used with a redirector.
|
Command |
Description |
|---|---|
|
File Copy |
Copies the report to a location on a disk. This location can be remote as long as it is exposed as a UNC (Universal Naming Convention) path. Learn more |
|
|
Sends the report to a printer or print driver. Learn more |
|
Send Email |
Sends a notification email, optionally with the report as an attachment. Learn more |
|
Send SMS |
Sends a notification via SMS. Learn more |
When setting up a redirector in the report configuration in Workbench, you can select when the command should be executed. The following table describes the available options.
|
Report Status |
Description |
|---|---|
|
Report Completed |
Executes the redirector any time the report finishes, regardless of success or failure. |
|
Report Successful |
Executes the redirector when the report finishes successfully. |
|
Report Failed |
Executes the redirector when the report cannot be created due to a failure. |