-
Documetum Form Builder: storage option from view menu is disabled
Hello All., I have created process templates using form builder, but while configuring a data and storage properties for Drop downliast some properties are disabled , I cant edit them. Activity tab from data pane is also disabled. Any one has some clue about this issue? Is there any configuration is required in order to…
-
BOF module error: Could not invoke the method
Hi, All. We have module , that copy objects beetwen different repositories. It have worked so far. But after patch installation the modul in not work. Interface public interface CopyObjects extends IDfModule { public String[] copyObject(String[] objectIds) throws Exception;} Implementation public class CopyObjectsImpl…
-
DFC 6.7 - IDfSession.getId() - Output value
Hello , We have a java program that is deployed in three different environments - A , B and C. The java program uses dfc and has a session listener to output the session id of the created session everytime a new session is created as shown below. class listener{ .. .. public void onSessionCreate(IDfSession sess) throws…