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

Announcements

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,812 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,812 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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,371 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,806 Super User 2026 Season 1

#3
AndrewThomas81 Profile Picture

AndrewThomas81 1,371

Last 30 days Overall leaderboard

Featured topics

Microsoft Training Manuals

Product updates

Dynamics 365 release plans