A Validation ensures that user-entered data complies with defined rules before submission or processing. It upholds data accuracy and integrity across the system.
Example:
Use Case
In a student application form, ensure only students with 70% or higher CGPA can proceed.
Note
The process of creating a Validation is similar to creating a Business Rule, but their purpose differs —
- Rules automate system behavior.
- Validations enforce data correctness.
The vocabulary and configuration (Condition types, Action levels, compare types) remain consistent with Business Rules.