web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

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

Show Full Name of User in Line instead of ID

(0) ShareShare
ReportReport
Posted on by 307

I tried to show Full Name of User in General Journal line but it only shows ID

 addafter("PR Approval Status")
        {

            field(SystemCreatedBy; Rec.SystemCreatedBy)
            {

                ApplicationArea = all;
                ToolTip = 'Created by';
                Editable = false;

            }

        }
pastedimage1675738249926v1.png
How to link with User table and show Full name for each line
Thanks
I have the same question (0)
  • Suggested answer
    Nitin Verma Profile Picture
    21,788 Moderator on at

    Hi,

    yes, it will show you always ID if you do like this, Do as per below

    trigger OnAfterGetRecord()
        var
            User: Record User;
        begin
            if User.Get(rec.SystemCreatedBy) then
                userFullName := user."Full Name";

        end;
    addafter("PR Approval Status")
    {
    field(Userfullname;userfullname)
    {

    ApplicationArea = all;
    ToolTip = 'Created by';
    Editable = false;

    }

    }

    you can use userfullName Global varilable as Text , and show it on page.

    Thanks.

  • Hoang Ng Profile Picture
    307 on at

    Thank Nitin

    Your code is correct. It can show Full Name of User

  • Suggested answer
    Nitin Verma Profile Picture
    21,788 Moderator on at

    Great.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,850 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,084 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 959 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans