Content Central 7.6 · Administrator Guide
Schedule an automated report
Define a report once, then let Content Central generate it for you automatically: a CSV or Excel file produced on a schedule, with no one clicking a button.
Who can do this. You need to sign in as an administrator (or a user with the Report Templates and Workflow administration permissions). The big picture: a scheduled report needs two pieces. a report template doesn’t run on its own.
- A Report Template defines what the report contains (which documents, which columns, the output file).: Part 1 below.
- A Workflow Rule decides when it runs, by tying together a Report Scheduler trigger (the schedule) and a Generate Report action (which template to run).: Part 2 below.
If you only build the template, nothing happens. The Workflow Rule is what actually generates the file.
Part 1: Build the Report Template (the what)
Step 1: Sign in as an administrator
Open Content Central, enter your administrator Username and Password, and click Login.
Step 2: Open Administration › Report Templates
Click the menu button ☰ › Administration, then click the Report Templates card.
Step 3: Create a new template
The Report Templates page lists your saved templates. Click New Template in the top-right corner.
Step 4: Fill in the template designer
In the template designer, set the essentials:
- Give it a Report Name (and an optional Description).
- Choose the Report Type: what the report is about (see the list below).
- Add Filters to narrow which documents are included (optional: with none, all documents are considered).
- Set the output Filename (defaults to
report.csv) and pick the Output Columns that appear in the file. - Click Apply to save.
The Report Type decides what the report counts or lists:
Use Add Filter to scope the report: for example, only one Catalog or Document Type, or documents matching a particular Field value.
Heads-up about fields. If a field is used by a report template (as a filter, segment, or column), Content Central won’t let you delete or change that field until the template is updated or removed. You’ll see a message listing the templates to fix first.Part 2: Schedule it with a Workflow Rule (the when)
Your template is saved, but it still won’t produce anything until a Workflow Rule runs it. Go to Administration › Workflow.
Step 5: Create the trigger (the schedule)
Open Triggers › New Trigger. Set the Type to Reports → Report Scheduler, then choose how often it should run with Process Interval (for example, Every Hour, or a daily/weekly schedule). Click Save.
Step 6: Create the action (run the template)
Open Actions › New Action. Set the Type to Generate Report, then choose the Report Template you built in Part 1. Click Save.
Step 7: Create the rule (tie them together)
Open Rules › New Rule. Give it a name, then:
- Click Add Trigger and choose your Report Scheduler trigger.
- Click Add Action and choose your Generate Report action.
- Make sure Enabled is on, then click Apply.
Where the file goes. On each scheduled interval, Content Central generates the report and saves the file on the server. Once a template has produced a file, you can pull the most recent one with the Download Report button on the Report Templates list.
Just need a one-off list? If you don’t need this on a schedule, skip the template entirely: a regular user can run a Search and click Export CSV directly from the search results page.