Validate data (server-side)
We set some (server-side) validations. Try them out by breaking the following rules:
- End date must be greater than start date
- Rows with Status "Closed" can not be changed
Validations are defined in a
custom database procedure.
It can be found inside the "uc_grid_examples" package in the "my_validation_proc" procedure.