2026 May 07 8:00 PM
Project Context
In our project, we have complex validations such as:
We implemented validations using:
FAILED, REPORTED, and %msg handlingTechnically, this works — but the user experience is not always optimal.
kind regards,
Mohammad Afrad Husain.
3 weeks ago - last edited 3 weeks ago
Hello afrad1212_6,
To avoid the validation in late save phase, you need to use the PRECHECK.
This requires shifting your validations to PRECHECK implementation which would run before data is brought to transactional buffer.
PRECHECK can be implemented for CRUD operation and Actions as well.