How many Validation rules can I define?

0
Hello everyone, Is the number of one Attribute`s Validation rules unlimited? Now 101 rules↑ is no problem. I can`t find anything in Mendix docs.
asked
2 answers
3

You have been busy creating all those validation rules. :-)

There is no limit. You will not be able to find anything in the documentation because there is no limit for two reasons: 1) it is a normal table so it can grow up to its physical limits; 2) no one has ever needed so many validation rules.

Take performance into consideration. Each validation rule takes up a small amount of time every time you commit an object.

answered
0

Why would you like to do that?

answered