Business Central can run and distribute reports automatically using the Job Queue. Instead of generating reports manually each week, you can schedule them to run at a set time and deliver the output by email or store it in the Report Inbox.
This guide covers how to set up scheduled reports, configure saved report settings, assign layouts, and route output to the right recipients.
Understand the Report Inbox
The Report Inbox is where scheduled reports land when they complete. Users can open it to view or download reports that ran in the background.
- Search for Report Inbox using
Alt + Q. - Open any entry to view the report output.
Reports stay in the inbox until deleted. This is useful for reports that run overnight so users can review them the next morning without re-running them manually.
Save Report Settings on the Request Page
Before scheduling a report, configure how you want it to run using the Request Page.
- Open any standard report, for example, Customer - Balance to Date.
- On the Request Page, set your filters, options, and date ranges.
- Select Save Settings and give the setting set a name.
Saved settings can be loaded each time the report runs, including from scheduled tasks. This means the scheduled job picks up the correct filters automatically.
Schedule a Report via the Job Queue
The Job Queue is the main mechanism for scheduling automated tasks, including reports.
- Search for Job Queue Entries using
Alt + Q. - Select New to create a new entry.
- Set Object Type to Run to Report.
- Set Object ID to Run to the report number you want to schedule.
- In the Report Request Page Options field, select the saved settings you configured earlier.
- Configure the Recurrence settings:
- Set Run on Mondays, Run on Tuesdays, etc. as needed.
- Set the Earliest Start Date/Time to control when the first run occurs.
- Set Status to Ready.
Once the entry is active and the Business Central service is running, the report executes automatically at the scheduled time.
Send Reports by Email Automatically
Reports can be emailed to recipients automatically when the job runs.
- On the Job Queue Entry, expand the Report Output Type section.
- Set Report Output Type to Email.
- Enter the recipient addresses in the Email Body or configure them through the report’s own email settings.
Some reports, such as statements and invoices, have dedicated email fields on their Request Page. For those, the Request Page settings control where the output goes.
For general-purpose reports, you can also route output to PDF and store it in the Report Inbox, then use a separate notification step.
Set a Report Layout
Business Central supports both RDLC and Word layouts for reports. You can assign different layouts per report and per use case.
- Search for Report Layout Selection using
Alt + Q. - Find the report you want to configure.
- In the Layout Type column, choose RDLC, Word, or External (for custom layouts).
- Select the specific layout in the Layout Name column.
RDLC layouts offer more precise formatting control and are common for financial documents. Word layouts are easier to edit without developer tools and work well for templates that non-developers maintain.
You can also manage layouts per company if you have multiple companies with different branding requirements.
Custom Layouts per Document Type
Business Central allows different layouts to be assigned for different document types within the same report.
- Search for Custom Report Layouts using
Alt + Q. - Select New Layout to create a copy of the built-in layout for a specific report.
- Edit the layout in Word or the RDLC designer.
- Return to Report Layout Selection and assign the custom layout to the report.
This is common when different customer groups receive invoices with different formats, or when different languages require adapted templates.
Review Sent Documents
Sent documents, invoices, reminders, statements, are archived automatically in Business Central.
- Search for Sent Documents using
Alt + Q, or navigate to Posted Sales Invoices and find the Sent column. - Open any posted document to see whether it was emailed and when.
The archive covers documents sent through the built-in email functionality. It does not capture emails sent outside of Business Central.
RDLC vs Word Layouts
| Layout Type | Best For | Editable Without Dev Tools |
|---|---|---|
| RDLC | Complex formatting, financial documents | No, requires Visual Studio or Report Builder |
| Word | Customer-facing documents, templates | Yes, edits in Microsoft Word |
| External | Custom layouts deployed as extensions | Depends on implementation |
For automated reports that run in the background, either layout type works. The choice depends on who maintains the layout and how complex the formatting needs to be.
To control which users can configure job queue entries and report settings, see How to Configure Security Groups in Business Central.