An essential business requirement of any data-rich application is that data be validated before it is persisted. This can be front-end validation as you type, or validation when you try to save. The validation process should result in user-friendly notifications that identify problem data and provide guidance on how to fix flagged issues.
SAP Commerce Cloud offers an easy to configure and extensible validation framework that ensures persistence only happens when the data conforms to certain validation constraints. As a Backoffice administrator, you can add your own validation constraints to help ensure that your site’s data is robustly checked before it is accepted in the persistence layer (the database).

