Prior to saving form data when creating or updating a record, Rollbase performs server-side
data validation.
1. Field-level Properties (e.g. required values, min/max ranges, maximum length of text or size of
uploaded file, etc.).These constraints depend on the field's type
2. Field-level Validation:You can specify a custom JavaScript formula and attach it to a specific field
to validate the value of that field and return a custom error
3. Record-level Validation via Triggers.You can specify a custom JavaScript formula and attach it to
a Trigger to validate any number of values and prevent creation or update of a record and return a
custom error message if necessary