web
You’re offline. This is a read only version of the page.
close
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...
Answered

Show Full Name of User in Line instead of ID

(0) ShareShare
ReportReport
Posted on by 297

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,698 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
    297 on at

    Thank Nitin

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

  • Suggested answer
    Nitin Verma Profile Picture
    21,698 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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 3,226

#2
Jainam M. Kothari Profile Picture

Jainam M. Kothari 2,047 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 1,257 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans