Display Guid on Page and Report in AL

python73python73 Member Posts: 3
Business Central SAAS

Hi hope someone can help,
I have added the SystemModifiedBy field to a page and it returns the GUID of the user.

Is there a way I can change the value returned so that it shows the user value as it seems to show it if I hover over the returned GUID on the page.

field(SystemModifiedBy; Rec.SystemModifiedBy)
{
ToolTip = 'Specifies the value of the SystemModifiedBy field.';
ApplicationArea = All;
}


i've tried using a format string but can't get the syntax right.

Ideally i'd like to do the same on a report as well

Regards

Nick
Sign In or Register to comment.