Excel import module generates error after installation

0
Hello, Today I downloaded and installed the Excel Importer module, however when I try to run my application I see that the form 'Column_NewEdit' is throwing the following error (4 times): 'Widget may not be required if the containing table row is conditionally visible.' Any ideas how to get rid of this error so that I can use the Excel Importer and my application? Thanks! Andrew
asked
3 answers
2

This is caused by the following change in the latest (2.5.1-rc2) Mendix version:

  • MXDN #4484 & #5494 & #5771: Disallow fields to be required when they are conditionally visible.

Until the version of the MxModelReflection module in the AppStore is updated, you can solve the errors by simply setting the required property of those 4 fields to false.

answered
1

Perfect!

This solved the problem. I was using Mendix 2.5.1rc1.

Cheers,

Andrew

answered
0

Did you also download the other mandatory component (Mx Model reflection) ?

Downloaded both components yesterday, have had no problems and no errors...

answered