Report Runner job tasks in ACE can be used to automate running and delivering reports.
Report Runner: Run as User – Generates reports based on a selected ACE user’s permissions and data access.
Report Runner: Client – Generates reports for specified client(s) or all clients if none are specified.
Both job tasks can be used to email reports to ACE users or external recipients. Reports can also be delivered via SFTP by adding a “Document: Transfer To” job task.
For general information on creating and managing jobs, see About Jobs.
Configuring a Report Runner Job Task
Follow the steps below for the one you need to set up.
Report Runner: Run as User
Create the Job
Navigate to Utilities → Jobs.
Click New.
Enter a Label (descriptive name) and optional Description.
Choose a Schedule (On Demand or Scheduled).
Complete other fields as needed. See About Jobs for full job setup details.
Add the Task
In the Add Task section, select Report Runner: Run as User.
Click Add.
Configure the Task Fields
Report Template – Select the report to run.
Run As User – Choose the ACE user for permissions and data access.
(Optional) Email to Users – Check to send to ACE users.
(Optional) Email to Addresses – Enter additional email recipients (comma-separated).
Format – Select the output format (required before saving).
Output File – Enter the file path and mask.
(Optional) Email Template – Choose a template with ${body} for inline HTML delivery.
Enable Active to allow the task to run.

Image Displays Report Runner: Run as User Job Task Fields
Report Runner: Run as Client
Create the Job
Navigate to Utilities → Jobs.
Click New.
Enter a Label (descriptive name) and optional Description.
Choose a Schedule (On Demand or Scheduled).
Complete other fields as needed. See About Jobs for full job setup details.
Add the Task
In the Add Task section, select Report Runner: Run as Client.
Click Add.
Configure the Task Fields
Report Template – Select the report to run.
(Optional) Clients – Specify client(s) or leave blank to run for all clients.
(Optional) Email to Users – Check to send to ACE users.
(Optional) Email to Addresses – Enter additional email recipients (comma-separated).
Format – Select the output format (required before saving).
Output File – Defaults to *.zip (internal files match format extension).
(Optional) Email Template – Choose a template with ${body} for inline HTML delivery.
Enable Active to allow the task to run.

Image Displays Report Runner: Client Job Task Fields
Email Delivery
Send reports to ACE users or any valid email address.
The Email to Addresses field supports sending to non-user email addresses.
Reports in HTML format are delivered inline in the email and as an attachment, unless size limits are exceeded (in which case, they are sent as attachments only or result in an error).
To include the report inline, the email template must contain the ${body} parameter.
The ${subject} field is not context-aware for this task.
Reports will still send successfully without a selected template or without the ${body} parameter.
Output File Naming & Behavior
The Format and Output File fields work together. The format you select determines the default extension in the Output File field.
Report Runner: Run as User
Default file mask: *.txt
Order of operations:
Select the desired report format in the Format field.
Click Apply to save.
The Format field automatically updates the Output File field so the file extension matches the selected format.
If you want the resulting file to have a different extension from the format of the file (per the Format dropdown):
Click in the Output File field.
Manually edit the file extension in the folder path.
Click Apply again to save.
If you later change the Format and save the job task, the Output File extension will be updated to match the latest selected format. At that point if the extension needs to be different than the format then you need to change it again in the Output File field.
The Output File name is also used as the email attachment name when sent via email.
Report Runner: Run as Client
Default file mask: *.zip
File mask remains *.zip even if the format changes.
Inside the ZIP, files have the extension for the selected format.
Renaming the mask extension has no effect.