Creating new attributes

1
Hi all,  Is it possible to call a Java action which can add a new attribute into an Entity at run time? If yes, can you give me some pointers on how to do this? Thanks.
asked
2 answers
1

It is NOT possible to add an attribute to entity in runtime, as it involves changes to the database schema along with entire permission model.

You could check, in mendix API and SDK documents.

answered
0

Can you explain your use case?

Perhaps what you need is a 1-* association to another entity that has 2 attributes “key” and “value” ?

answered