layout | title | categories | prio | rulenumber | rulename | ruleset |
---|---|---|---|---|---|---|
post |
Avoid using validation rules |
Datamodel |
39 |
Why Validation rules on domain model level will give the users unexpected errors. For example, when importing data you maybe want to store invalid data temporary.

How to fix Remove datamodel validations and validate by microflows from UI. If you really need a validation rule, make sure to document it.