Getting an attribute from another entity

0
Hello, Im trying to make a data grid that tells me the customer order number and gets the color (string) from another entity by looking the color code of entity 1 on entity 2 on the database. My Domain Model looks something like these   So here is some small screenshot of my datagrid. The column “color” uses Customer_Order_Colors_Database as its attribute. Finally when I preview my app I can only see other attributes like order number, color code that are from the entity “Customer_Order” but not color (string)from the associated entity ”Color_Database”.
asked
2 answers
0

As you have an association between the Customer_Order entity and the Colors_Database entity, you can set the association and then show the attribute by following the association to the attribute when setting the source data for the column.

 

answered
0

Hi Daniel,

I have a same Problem, can you fix it?

answered