CMDBuild Forum

check on Date attributes

Hi,

In CMDBuild I've created a class with two attributes of type Date (i.e. StartDate and EndDate).
 
I'd  like to add a constraint on these two attributes (i.e. EndDate must be always after StartDate).
 
How can I add this constraint using CMDBuild administration gui?
 
thanks in advance
 

At
this time it is only possible to manually create a constraint in the
database table that will prevent writing and return an error message to
the GUI, even customized.
In CMDBuild 3.0 version (end 2018),
it will be possible define a run time control as information associated with the form.
CMDBuild Team