-
DFC 6.5 and Documentum 6.7 incompatibilities?
Hi All, Are you aware of any incompatibilities between DFC 6.5 and Documentum 6.7? I couldn't find any information that EMC guarantees backward compatibilities between Documentum and DFC, so previous versions of DFC can be used in conjustion with Documentum latest version. Thank you in advanced! Best regards, Karol.
-
Custom Property
I am using Webtop 6.5. Using DA I created a custom type billing_document_type which extends dm_document. When i create a document (Word Document) of this new custom type (billing_document_type) , I see the IInd tab of Info to enter the meta-data which has both inhertited dm_document attributes PLUS billing_document_type…
-
Delete dm_workflow objects with r_runtime_state=4
Hello Experts, In our environment we have about 100 workflows with r_runtime_state=4. According to documentum documentation, Value Meaning 0 Dormant 1 Active 2 Finished 3 Halted 4 Failed Now I want to delete the workflow objects with runtime state 4 but when I try to update the state for them an exception is thrown. update…
-
How do I instantiate the IUserQueue
Hi There. I'm in the process of developing a DFC component that requires to get the User's Work Queue Tasks. I am currently unable and urgently require assistance please. Below is a snippet of the NOT working code: DfClientX clientx = new DfClientX(); IDfClient client = clientx.getLocalClient(); IDfSessionManager mySessMgr…