-
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?
-
Compatibility issue with CS 22.4
Hello, We need to upgrade CS from 16.x to 22.4. We also have Process Builder & Forms builder 6.7 How do we upgrade the forms as Forms builder is out of life.Is there any tool from Opentext which supports 22.4 version & how do we migrate if there is any tool? For Processes what is the tool for 22.4 version corresponding to…
-
Incompatibility for CS 22.4
Hello, We need to upgrade CS from 16.x to 22.4. We also have Process Builder & Forms builder 6.7 How do we upgrade the forms as Forms builder is out of life.Is there any tool from Opentext which supports 22.4 version & how do we migrate if there is any tool? For Processes what is the tool for 22.4 version corresponding to…
-
SDK Example: Add tabs to Tasks or Workflow panels
D2 Smart View example, showing how to add tabs to the tasks and workflow panels. We can't add mp4's here, so here is a Core Share link (partners have access to the root folder of this, but this is a direct link to this one) This video is a 200-300 level - meaning, it assumes you have some familiarity and have done or seen…