-
Reject a Task using DFC
Hi, I have a workflow which contains a Reject Flow (the red arrow on designer) and a regular flow on a task (let's say task X). I want to reject this task using DFC. However, the "reject" is not one of the operations that IDfWorkitem handle. So, how can I make this operation? Is there a query or a DFC method for doing this…
-
How to check when the Workflow is Created? Manually and using DQL?
Hi everyone, I am a newbie in Documentum. I would like to know how to know when is the date workflow is created? (Manually and using DQL). Thank you so much in advance. Appreciate your help :)
-
Can one user accept a task sent to a group?
Hello, We have a business case where the approver of a document may not be known up front so I created a group for these approvers. Currently, the task is sent to and must be completed by everyone in the group before the workflow is completed and the document Effective. Is there a way to make it so when one person accepts…
-
How to update Client Capability and Extended Privileges using DQMAN?
Hi I would like to check how to udpate the Client Capability and Extended Privileges using DQman? Thank yoU!
-
Event registration in dmi_queue_item
HI friends, Maybe you can help me with the following issue. We have millions (over 90m) of registries on dmi_queue_items related to dm_checkcan_ref and dm_checkout_ref events. We don't want them. I searched the audit trail configuration and I didn't found anything (we have not any audit trail configured). Also I looked…
-
Documentum development installation
Hi! I'd like to ask a question about development environment, can I get and if yes, what's the steps to do to get development installation of documentum Content Server?
-
How to write/update aws s3 object metadata using DFC/API
We have configured s3 file store in documentum repository. Is there a way to add or modify metadata for the S3 object in AWS for the stored documents with the help of DFC/API.
-
Documentum 16.4 sorting basic search
I am looking to sort the basic search by object_name, similarly to how it can be done with the advanced search by extending to AdvSearchEx using: protected IDfQueryBuilder buildQuery() throws Exception { IDfQueryBuilder queryBuilder=super.buildQuery(); queryBuilder.addOrderByAttribute("object_name",true); return…
-
DM_CRYPTO_E_CANT_FETCH_CRYPTO_OBJECTS error 10,022
We have been getting below error while retrieving content. DM_CRYPTO_E_CANT_FETCH_CRYPTO_OBJECTS error 10,022 This issue happened during activity of window 2012 to window 2016 upgradation. It is completely stopping our work. This error is happening while retrieving document.Please suggest.