Generalization by multiple Entity

0
Hi, Can i use a entity those generalization with two entity ? Because my requirement is that i want both entity use in one new/edit page with manual entry . If anyone known this requirement then Please share me..realy it's so helpfull for me . Thanks, Vipender Kumar
asked
2 answers
2

That is not possible in Mendix.

answered
0

And to add to the answers above: In the Java programming language, for example, you don't solve this with extensions (generalizations in Mendix terms) but with interfaces. (https://docs.oracle.com/javase/tutorial/java/concepts/interface.html). Such a thing isn't possible in Mendix. By the way, you could do something like this in a database by creation views over multiple tables but that approach is probably much more advanced than what you are looking for.

answered