I have 3 custom object types: Type A is supetype(It inherits dm_document). Type B and Type C are subtypes of Type A. Both has its custom properties. I need to move documents from Type C to type B without losing any metadata.
Now what I understand is Type B and Type C are at same level in object tree, so direct move is not possible. So my options are either move Type C to Type A and then to Type B. OR I can create some temp object type and use that instead Type A. What would be more feasible?
Also, change Object DQL would change the r_object_type. How Do U move metadata from specific type to other. Can anybody provide sample DQL for that?
Thanks,
Priyanka