-
OpenAI & Documentum
Has anyone looked into integrating OpenAI (ChatGPT) with Documentum? Our business users would like to do "chatGPT like" searches and pull content from Documentum repositories.
-
Implementation of OAuth(Azure AD) for Documentum DFS Services
Hi All, Need your suggestions/inputs to implement OAuth for Documentum DFS Services 20.2 version. Please share your inputs if any one implemented it. Thanks Raman
-
Query to show users who have access to widget
Hello All, Does anyone know a query that can be used to show all users that have access to a specific widget in D2?
-
D2 Smartview SDK - Overriding OnClick Actions
We are publishing the following how-to encase in a zip file. This will be included in 23.4 as a sample but exists today in 23.2 as well, this is just a how-to to help you figure out how. Here is the READ_ME.txt file in the zip so you can get an idea of what is required then dive into the sample: Assuming your SDK workspace…
-
How do I override/change the Dialog Controls using Smartview Framework
Here we have a video recorded by D2 Engineering that shows the Advanced Properties dialog control sample and how to change the drop-down control originally used to select the property page config into a list/table view with single select.
-
Clone Machines Documentum
Hello everybody, a cloning of Documentum machines like Content Server, App Server, Index Server and CTS has been done for a new environment. However, I don't know what I need to modify to make it work in the new environment. Since it has the data from the old environment. What would need to be modified?
-
Documentum REST extension adding openapi documentation
Hi all, I am new to extending the documentum REST services. In the default DCTM REST war, there is an openapi/swagger documentation provided. Extending the services as the documentation explains, that openapi documentation is not automaticaly extended with the new services. Does anyone have any pointers, or even better, an…
-
Quasi-concurrent Java methods invocation in D2 Lifecycle?
Quasi-concurrent Java methods invocation in D2 Lifecycle? Hi everyone, I'm dealing with an annoying problem with Documentum D2 22.2. I have a Lifecycle which, for a certain status, launches two custom Java methods, in sequence, let's say MethodA and MethodB both applied to the same document object (they are configured in…
-
[DM_WORKFLOW_E_WORKITEM_TRANSITION]error: 'Workitem (4a12bc7d801a4d01) fails to make the state tran
Recently I migrated from DFC 6.5.0.118SP1 to 21.4.0000.0147, and without changing my code, when I try to do this: IDfQueueItem oQueueItem = getQueueItem(workflow.getAttachment().getObjectId()); oQueueItem.getWorkitem().lock(); if(!Active.equals(workflow.getAttachment().getStatus())) { oQueueItem.getWorkitem().acquire(); }…
-
Is there a d2-apis that allow us run a method?
Is there a d2-api that allow us run a method?