CMDBuild Forum

Re: How realize a Counter of Assets?

Hello,

 

I hope you can give me a hint to realize a Software-License-Management.

 

I do not know exactly how the best way to implementation this in CMDBUILD and show the consumption of licenses (which are in use and which are free for use).

Maybe I need a counter? Which Classes an Attributes do I need? Do I need CQL?

For example, I have 100 licenses of Software_A - > 67 are assigned to users and I have 33 left. 

How to make this construct quite useful in CMDBUILD? 

 

Many thanks and best regards

Konrad

 
 

You can create a domain N:N between the classes Software and License, add the relationships between software and license cards and then configure a custom report to extract the licenses consumption.

CMDBuild Team