CMDBuild Forum

Showing information from other class

Hello all,

I need to show information from another class in my current class, without using widget. For example, I want to have employee's email address from employee card shown in class detail and class list of asset card assigned to that employee.

Is there any possibility to do it?

Thank you.

Regards,

Herru

In the "Detail" TAB of a card you can show cards related to the current card by a 1:N domain marked as "Master Detail" (Administrator Manual), or you have to use the "Relations" TAB.

There aren't other ways to show in a same page data of different cards.

Otherwise

you have to define an SQL-based view.

CMDBuild Team