CMDBuild Forum

Dynamic Attribute adding

Dear Support Team,

If a class did not need to own all of some properties, does CMDBUILD able to prepare a feature for dynamically adding of more fields in ADD new Card form?

In example a class of server has the property of an IP Address which refers to a list of IP-address class, servers maybe have one or more IP addresses.

In this case I have to add 5 attribute of IP address reference staticaly which does not fill for all cards of Server class.

Please guide me to solve better use of CMDBUILD.

regards

You can easily solve this problem by creating:
- a new class IPAddress
- a domain 1: N between Server and IPAddress, with the flag MasterDetail
active
- a reference attribute in the class IPAddres to the class Server
In this way, in the Details TAB of your server you can dynamically add all the IP addresses that you need
CMDBuild Team

It does'n work for me in 2.3.2. Would you provide us with a few screenshots or reference to the administration guide that could be helpful to resolve this issue ?