How to reduce the redundance in the entities(Attributes)

0
I am having the same attributes for  3 different entities. So I need one entity for all the 3 entities. Please explain and help me in solving the issue.
asked
2 answers
1

It helps when you search the forum first for familiar questions. One hour ago there was almost the same question: https://forum.mendix.com/link/questions/109202

answered
0

You can create one entity with all attributes that are general for all 3 entities and apply that entity as a generalization to those 3. check the following documentation:

 

https://docs.mendix.com/apidocs-mxsdk/mxsdk/domain-model-metamodel#3-generalization-relationships

answered