Validation feedback - Does not show on Form

0
Hello, I have made a microflow to validate if all required fields are filled. This microflow is triggerd in the general Save Microflow and returns a 1 or 0 . If 0 the microflow exits if 1 it Commits. If the 0 returns, de Validation Feedback messages should be shown beneeth the specified widgets on the form. Problem: On 1 form (Dataview)  these Validation Feedback messages are shown, on another form Dataview of the Same Entity, nothing appears when a 0 returns (Same Microflow's)  What could I be doing wrong ?  Thanks ! Onco
asked
3 answers
1

Hi Onco

 

This could be an issue with 6.9.x

https://docs.mendix.com/releasenotes/desktop-modeler/6.10#conditionally-invisible-dom-node-changes

 

In the parent Dataview, change the 'Edit mode' from 'Control' to 'Text'.
You can verify that the alert is created by inspecting the Input form in your browser.

 

Cheers,

 

John

answered
0

Hi Onco,

Double check the properties of the dataview, the property 'read-only style' is affecting the feedback behaviour.

answered
0

Thanks guys !

Changing the readonly style from 'Control' to 'Text' did the trick. :-)

Onco

 

answered