CMDBuild Forum

Re: Display attributes of a class in another

Hello, superb project, I have a question about the following: 

I have a class A and the Class B related by a domain 1: N. My question is how can I display the attributes of a card in the other, more specifically of the class B in class A? Automatically know that the Description field is displayed for the domain, but the other attributes? 

 

Greetings and thanks for the help.

An easy way is to go to the TAB Reports, select the row of interest and click on the “edit” icon.
Another way is to configure in the class A a widget (see the Administrator Manual) of type “Entry / Modify card”, mode “read only”, target Class B, CQL filter that identifies the card selected in the reference attribute of the class A (eg “{client: ClassB_reference_attribute_name}”).
CMDBuild Team