EDITED: Apologies for duplicated response
One quick solution would be to use Edit in Excel after previewing, if your goal is just to review the G/L Entries. But if you want to generate a printable RDLC report from the Preview Posting data, then yes — you’ll need some customization.
Use Codeunit 19 "Gen. Jnl.-Post Preview" Call methods like RunWithDocument(...) to trigger the simulation. This generates temporary G/L entries in a buffer table (not stored in the database).
RunWithDocument(...)
Capture the Temporary Entries Extend the logic by copying the temporary entries from Gen. Jnl.-Post Preview into your own temporary or buffer table within the same session. You can do this within a wrapper function or via event subscribers.
Gen. Jnl.-Post Preview
Design an RDLC Report Create a report that uses your buffer table as the dataset. Make sure it's session-based so it prints only after the preview is generated.
Reference Standard Pages You can also study Page 14811 "Posting Preview Source" and related pages to understand how BC displays the preview posting entries on screen — useful for aligning your logic.
While not available out of the box, this approach gives you the same simulated G/L Entries as the Preview Posting screen — but in a printable format.
If this helped you, please check the box "Does this answer your question?"
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Sumit Singh 2,674
Rishabh Kanaskar 2,580
YUN ZHU 2,115 Super User 2025 Season 2