MxModelReflection - Mendix Forum

MxModelReflection

0

When using the MxModelReflection out of the box, we get an error message. In our project we have an enumeration that has a caption longer than 200 characters and when the MxModelReflection is ran it will cause an error. The problem is in the MxModelReflection domain model. The entity MxObjectEnumCaptions has an attribute for Caption of 200.

 

Would you be able to fix this in future versions?  Seems to me that if 200 characters is the limit for a enumeration caption then there should be a warning when entering is.

asked
1 answers

Hello Mark,

generally, we use short length for Enum also large field consume more space, and it may affect performance.

We can handle it with LOV for this kind of scenario if enumeration that has a caption longer than 200.

Created