I got two table.
1. Goods table
a. Goods name
b. Goods parent.
c. Authorized person (fetch from goods parent)
2.Goods parent
Parent name
Authorized person (At this linked field I changed the field with property setter and it worked, it give me full name of user)
Every Parent got a Authorized person (which linked to User table)
Question:
At Goods table when I fetch data from Goods parent it give me User ID (user email)
How I can take user full_name ?
Property Setter or Client script can help me ?