-
how to import objects into the repository by mapping xml properties???
hi all i extracted metadata(xml format) and content to my local machine..my task is to read those xml properties and map it to the objects and import them to the repository..following is my code and am getting null pointer exception wen i tried to set the object.plz help me public class Updating { public void doImport(…
-
Clear the cache to choose the docbase.
Hi All, I use documentum 5.3 and I would like to choose the docbase every time I log in. Basically I have that documentum registry the last docbase choose and I would like to choose it each time that I log in. I tried to delete everything in my local pc (All folders such as: C:\Documentum ; C:\Documents and Settings\<user…
-
Custom activity defenitions
Hello Experts, I have developed a custom activity for process builder which copies some documents from one docbase to another. We will very often require it because we have several docbases and there are document excange between them. I have created an activity defenition file and so far what I got is this, Now my problem…