ACR Rules

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

Entity should have a maximum of N validation rules

Checks if entity has too many 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 validation rules per entity.