Inheritance split

0
Can anyone plz tell me how to implement an inheritance split with a cast object activity with an example. Lets say for creating a specialized object using inheritance split in a microflow and only one new button to create any one among  the specialized objects.    
asked
1 answers
7

Hi,

please take a look at  https://docs.mendix.com/refguide6/inheritance-split it has a good example about Member and Professor. When creating a new Professor just create a Microflow you call with the action button and use the Create activitity and select Professor. When creating a Professor the inheritance split is not needed.

answered