For a migration project I have to copy the documents from one filenet(source) to another(target) keeping the same document ids.
I saw that when creating a document it is possible to create a document by passing the id, but I can't find anything to create a version of a document by setting the id as well.
How can I do?
To create document I use:
Factory.Document.createInstance(objectStoreImport, symbolicName, docId, versionSeriesId, reservationType);
How can I create a document version keeping the same id of the filenet source ?
#FileNet#Support#SupportMigration