Possible to change generalisation object variable to specialisation?

0
Hi Is there any way to create an object variable of a generalisation class, pass it into a microflow (from a page) and then in the microflow, convert it to an object variable of one of it’s specialisation classes? I can’t find any way to do this, so maybe it’s not possible..? Thanks Joe  
asked
2 answers
0

This can be done, using the inheritance split: https://docs.mendix.com/refguide/inheritance-split

The following lecture will help you implementing: https://gettingstarted.mendixcloud.com/link/module/50/lecture/388

answered
0

You can by using clone from community commons. Like advised to me in https://community.mendix.com/link/questions/91910

answered