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;
}
}
How to link with User table and show Full name for each line
Thanks