Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 480 Bytes

39-Avoid-using-validation-rules.markdown

File metadata and controls

19 lines (14 loc) · 480 Bytes
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.

![39.png]({{ site.url }}/assets/39.png)

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