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 exists.
If needed I can delete all objects of my current 'my_custom_type'.
Note: I can recreate my_custom_type with another_custom_type as super type, but I think it is not the best approach.
We are using DCTM 6.7 with Composer.
Please share your knowledge and experiences for figuring this out.
Thanks.
ta