-
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…
-
Issue with repating attribute
Hello experts, I have a repating attribute where I have stored some data. Now I have a form which selects the data from the attribut and lists in a list box. When I try with this query "select case_c_e_evaluation from s_org_config where ANY case_c_e_evaluation is not nullstring" the result is something like this, When I…