Error Message

0
Good day Community i need some assists as shown in this image i need that error message to shown only when the Premuim shows a 0 Value not when there is a Value how do i go about that
asked
3 answers
0

You can achieve this by setting the validation in a Microflow. It's perfectly fine explained in the following post: https://community.mendix.com/link/space/microflows/questions/96924

Goodluck!

answered
0

I assume you have the validation on the page. You can do more complex validations by using the onchange with a microflow, where you cab send a feedback message to the attribute you want to show the message. If you also use this validation in your calculate/save routine then the user gets validated on all interactions.

 

Did you check the learning path section 8 of the rapid developer course?

https://academy.mendix.com/link/modules/95/lectures/770/8.3-Validation-in-Microflows 

 

answered
0

yes i do this is my Validation2024-02-07 (1).png

answered