Is there a way to change the super type of a custom type?
Hi, Is there a way to change the super type of a custom type? Currently the super type of my custom type is dm_document. I need to change the super type to be another custom type. CURRENT: dm_document -> my_custom_type NEED TO MAKE: dm_document -> another_custom_type -> my_custom_type Note: another_custom_type already…