how to use entity fields in multiple forms in mendix

0
  In the screenshot mentioned above, I have one entity with few fields, there is one field “Vendor” which is already in use as Enumerations, but I want that same field’ Vendor ’as an attribute in other cases so, what are the possibles ways to do this, as multiple in multiple ways to use this – any idea about this anyone ?   I really appreciate any help you can provide,  thanks.   
asked
1 answers
0

In that case you will need to add a new string attribute to your entity, something like VendorOther
And you can add an  ENUM value ‘Other’ to your enumeration, when selected will display this text field to enter the other value (by setting visibility condition).
You cannot use the same attribute with different data types unfortunately.

 

answered