hougaard / Simple-Object-Designer

Issue tracking for the Simple Object Designer for Business Central
7 stars 0 forks source link

Exposing SystemCreatedBy on Customer Card #359

Closed ScottB-Ronco closed 3 weeks ago

ScottB-Ronco commented 3 weeks ago

I went and exposed the field SystemCreatedBy to show on the customer card.

However when shown, it shows the GUID, but when you do CTRL-ALT-F1 to show the Page Inspection details there is shows the name with the GUID in brackets.

Is there a way to have it show the name of who create record and not the GUID?

hougaard commented 3 weeks ago

Create a FlowField (type Lookup) to the User table.

ScottB-Ronco commented 3 weeks ago

That's what I thought, but wasn't sure.

I created a FlowFields as lookup and all it good now.