We have a vault where there is one object and class with attached documents. It was not set up as a class of the Document object type.
The annoyance of not using the document object is the extra clicks one needs to do to view an attached document vs with a document class the document sort of is the object and clicking on the object previews the document.
So we would like to change these objects to documents. In fact over 200000 of them.
It appears you can programmatically change an object from one class to another but you can't change the object type (eg change to object type Document)
Any ideas how this change could be made? would each existing object's properties need to be read and then a new object created using the read property data?