Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Understanding the AllowScheduling Property in Business Central Reports

Khushbu Rajvi. Profile Picture Khushbu Rajvi. 17,504 Super User 2025 Season 1

In Dynamics 365 Business Central, users often need reports to run not immediately, but at a scheduled time—for example, after business hours or during low system usage. This is where the AllowScheduling property in AL development comes in handy.

In this post, let’s explore what AllowScheduling does, why you should use it, and how to define it in your custom reports.

What is AllowScheduling?

The AllowScheduling property allows users to schedule the execution of reports from the report’s request page.


When this property is set to true, users see a Schedule option in the report request page.



 Schedule Report page will open. Here user can set a detail for execution.

Below popup will open.


We can check it in the Report Inbox of role center page.


Job Queue Entry will be created.



Thanks For Reading..!!

Regards,
Khushbu Rajvi

This was originally posted here.

Comments

*This post is locked for comments