Hello,
I have a problem with my site view in my web project:
In the "Domain model" I have created a number of entities which are related to each other.
I'm trying to make is that when you select an entity, automatically display all their related information in the others entities.
The only solution I've found to do this is by "view component" -> "details" for each of the entities.
The problem with this solution is the screen output is not good.
#############################################################
For example:
Entities and relationships
Company ---- Country --- State --- Address
When you select an "Company" entity automatically extract all information related to it and that is distributed on the other entities.
Is there another way to do this apart from a details component for every entity which need show the information?
I'd be very grateful if you could show me an example.
Thank you in advance,
Adrián