Validation Rules error message

0
I set validation rules for some attributes, but when they are not fulfilled I don't get an error pop up in the browser, only one in Mendix itself. Anyone any hints?
asked
1 answers
0

In a form they should appear automatically. In a microflow you can add an action 'Validation Feedback'. Combine this with error handlers on the change object action.

answered