Default validations?

Hello, I am making some validation for the framwork, like indicated in the pdf of navigation and i have a question. Are some validation bydefault in the framework, like higher than, lower than, equal or someone else?

Hi,

At the moment we only have mandatory as a default. We could look into this, are there more people interested in this?

Regards Sanneke

Okey, thanks for the info! I think it’s interesting if a few validations added by default, like for example to verify and email adress or the higher. Other interesting thing if the posibility to make validation in two fields for example. I have one that check if one field is filled, and if is filled other are required, if is empty not required.

Hi Pentamsi,

The validation you describe is easy to implement because in the validation method you get the record object from the framework, so you can check if other fields are entered.

Regards,

Ok, not problem, I have an implementation yet. Thanks for all sanneke