Site View - Details with dependent entities

28 May '14, 01:16 PM
1,830 Views
No Forum Badges

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

 
x 0
Follow
Answer Answer at this question and get points!
Forum Hero - Level 9

Hi Adrián,

In this case, you can use a hierarchy component, you can find information about this component in WebRatio menu in Help > WebRatio Product Documentation in Web Modeling User Guide > Reference > Components Reference > View Components > Hierarchy

In this component you can add sublevels and you can see the data as a tree you have to select the component and configure the root level, then you have to select the component and do right click and select Add > Level and you have to put the Entity, Display Attributes and Rel. Rol (relationship between root level and sub level) and repeat this for all sub levels. 

 

   
x 1
No Forum Badges

Thank you very much

 
x 0
Answer at this question and get points!