Hello everybody
I would like to validate a value of a field (type: number) before the object is created. Negative numbers are not allowed in this field so there should be a warning if a negative number is entered.
At the moment i am allowed to enter negative numbers and when i create the object, I get an error because of the invalid value and the object is not created. That is annoying because I (or the user) has to reenter all of the data.
I am thankful for any help.
Greetings Clemens