Show Operator Name in report thru linked property
Hi All,
We have a reference property named PerformedBy. It stores the operator performing the assignment.
Property is of type User reference. We are able to show the user full name in the UI simply by referencing .PerformedBy.pyUserIdentifier.pyUserName
Now, we need to show that name also on a report.
Simply referencing the property as above shows an empty column in the report.
We also tried several class joins, however no luck there.
Can you advise what is the way I can show the Full name of the operator's profile stored in the PerformedBy property?