I am BRAND new to mendix so apologize for the fairly entry level question here. Going through the introduction course as well but I am at the same time playing with a basic functionality application.
I have a "Person" entity with a few generic parameters, FirstName LastName, EmailAddress to start off with
I made an "Employee" entity generalized with the person entity in my domain model.
I also have a "Project" entity with a 1 to many relationship pointing to employees and this variable created is my ProjectOwner
On the Project_Overview datagrid I want to have a column indicate who my projectowner is. I can pull the employee first name or last name and list them as two seperate columns. But for readability I want to put them together.....
How do I do this? Do I need to create a microflow? I started playing with that but dont know how to link it to the datagrid.
I am thinking it is best to leave the entity parameters seperate by first and last name in case I want to deal with sorting in the future.
Thoughts?