Data Validation

0
Hi Team,   I need a help for the mentioned function , If  the task is mark to be a completed then the data needs to move the next page. Can you please help on this.
asked
1 answers
0

This page explains step by step how to set this up.

https://docs.mendix.com/refguide/setting-up-data-validation/

Essentially, when you submit the page you trigger a microflow. This microflow validates the data. If the validation is successful it shows the next page. If it is invalid, then it shows validation feedback messages on the current page to help the user add the correct data.

I hope this helps.

answered