CMDBuild Forum

Attribues other property

I don’t understand the “AUTO value” property
Have you used it before?

Is a JS for set a default value

if (Ext.isEmpty(api.getValue("Country"))) {
         return api.setValue("Spain");
}
return NULL;