1

When multiple reports are configured in Report Selections, all configured reports are always executed sequentially. There is no option for users to select which reports to print or send.

This results in reduced usability and unnecessary report generation, particularly in scenarios where only a subset of reports is required. In mailing scenarios, this can also lead to multiple separate emails that must be manually combined.


Currently, there is no supported way to control or influence this behaviour through extensions. The report execution logic is handled in core Microsoft codeunits that cannot be extended at the required level, making it technically impossible to intercept or customise report execution.

There is a need for extensibility support or standard functionality to enable controlled report execution. This could include events or hooks to influence which reports are executed, or a standard selection dialog that allows users to choose the reports to process instead of always running all configured reports by default.

STATUS DETAILS
New