How can we add 'System created at' field in the general ledger entries columns?
Hi, just add some new info.
If you can wait a few months, maybe there is no need for customization.
More details: https://learn.microsoft.com/en-us/dynamics365/release-plan/2023wave1/smb/dynamics365-business-central/add-existing-table-fields-optimize-pages
Hope this helps as well.
Thanks.
ZHU
First create the page extension of general ledger entries.
After that create layout and in that you can use addafter function in that give whatever field you want to show after that 'System Created at'.
In that add the field 'System Created at' in that, then publish your project and see the output.
Thank You.
You can create a page extension and add the field to the page.
Microsoft is planning to add a feature so that we can add the fields from tables to pages in the future BC versions
learn.microsoft.com/.../add-existing-table-fields-optimize-pages
Hi Ibakordor Kharmih,
Please note that the "System created at" field is automatically added to every table in Business Central. If you're looking to add this field to the "General Ledger Entries" page, then you can add it like this..
pageextension 50148 GLEntriesExt extends "General Ledger Entries" { layout { addafter("Entry No.") { field(SystemCreatedBy; Rec.SystemCreatedBy) { ApplicationArea = All; } } } }
I hope this helps, and please let me know if it did not solve your problem.
Regards.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,228 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156