Hello All -
I am wondering if anyone has an elegant solution to folder creation for DFS; where they type is more than just dm_folder.
Currently I am writing my proof of concept using the java class 'ObjectPath' and then the Create Path functionality. This is really nice because if you give it something like /folder/1/2/3/4/5/.... it will only build out the portions that are missing and handles that really elegantly.
Unfortunately I can only seem to make it work with the type dm_folder. I can't seem to override its type and have it create folders of another type. Does anyone know how to do that? Or another approach that doesn't make this an absolute performance nightmare?
We are using xCP and Documentum 7 if that opens up any special doors.
Thanks a million!
SN