Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested answer

'System created at' field

(0) ShareShare
ReportReport
Posted on by 111

How can we add 'System created at' field in the general ledger entries columns?

  • YUN ZHU Profile Picture
    YUN ZHU 78,034 Super User 2025 Season 1 on at
    RE: 'System created at' field

    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

    pastedimage1681258058706v1.png

    Hope this helps as well.

    Thanks.
    ZHU

  • Suggested answer
    Shrey Chauhan Profile Picture
    Shrey Chauhan 272 on at
    RE: 'System created at' field

    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.

  • Suggested answer
    Mohana Yadav Profile Picture
    Mohana Yadav 60,161 Super User 2025 Season 1 on at
    RE: 'System created at' field

    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

  • Suggested answer
    Govinda Kumar Profile Picture
    Govinda Kumar 2,209 Moderator on at
    RE: 'System created at' field

    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.

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.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,432 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans