Mendix Delay Validation of object

0
I have a page which has 2 dropdowns. One dropdown's values filter the values of the second dropdown through refresh. There are 2 more fields which are mandatory, i.e. validation type is required.   Because of these 2 fields, if i select dropdown number1, it does not reresh the second dropdown unless in fill the mandatory fields.   is there a way to delay the validation of the 2 fields such that they are required/or validated only on saving the page changes and not when other dropdowns are refreshed.  
asked
1 answers
0

Hi Pragya,

 

I would change the validation on those two fields to be checked within a microflow triggered by clicking a save button, rather than on the entity or page as you may currently have it.  Here’s some documentation on how to do that: https://docs.mendix.com/howto/data-models/setting-up-data-validation#5-advanced-validation-with-a-custom-save-button   

answered