Unlock Multiple Previews in Business Central Reports with Request Page Enhancements
In our previous blog, we explored how the SaveValues property can remember user-entered filters, improve usability when run Business Central reports.
Today, we dive deeper into advanced request page capabilities
🧩 Combining SaveValues
and AllowScheduling
When both SaveValues = true
and AllowScheduling = true
are set on the request page:
-
Users can preview reports multiple times without the request page closing.
-
This enables quick iterations: apply filters → preview → adjust filters → preview again.
-
Filters are still remembered for future runs.
🔁 If either property is false:
-
The request page closes after the first preview.
-
The page shows "Preview and Close" instead of just "Preview".
-
Users must re-run the report to make changes, reducing efficiency.
🧠 Developer Tip
This combo is great for reports that users test or run frequently with changing filters—like sales analysis, customer summaries, etc.
📚 Microsoft Docs References
Comments
Post a Comment