How to display system$owner and system$changedby in a Grid

0
I have an entity which has system$owner and system$changedby columns. But this column has some id but not the actual name of the User. How can I get the name of the user from this id ?
asked
1 answers
2

Hi Mohammed,

This is the ID of the user object in the DB, you can retrieve the user by association or from DB by using [id=$EntityName/owner], or you can show it in a grid over association.

 

If you want to see it in the DB you can look for the user by the ID in the users table.

answered