Skip to main content

Notifications

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

'System created at' field

Posted on by 111

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

  • YUN ZHU Profile Picture
    YUN ZHU 73,339 Super User 2024 Season 2 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 288 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 59,133 Super User 2024 Season 2 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,203 Super User 2024 Season 1 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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

New! Quick response templatesâš¡

Save time with the new custom templates!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,228 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,056 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans