ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Maintainability (28)
  5. Entity should have a maximum of N non-required validation rules

Entity should have a maximum of N non-required validation rules

Checks if entity has too many non-required validation rules
Sometimes you want all validations to be done in microflows and do not allow domain model validations for they are not that visible in the microflow and give unexpected errors.
Add an integer value that constrains the max amount of non-required validation rules on an entity.