Child pages
  • Data/Record/Column validation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The last step is calling all the column validators for Column Validation for all the changed columns of the record. By default Servoy will not call the column validators anymore when the value is set into the record, it will only validate the columns when saving or when the validate(record) method is called. This change of behavior is controlled by the servoy property "servoy.execute.column.validators.only.on.validate_and_save" which is default true. In the table editor column validation section there is now a check box that controls this property "Only execute validators on validate/save"

...