-
Learning to deploy Documentum on Kubernetes- UNSUPPORTED
A tutorial using Docker Desktop Kubernetes 😉Special thanks to Jose for contributing this tutorial. It is unofficial and unsupported. But very good info to consider. Both files are needed, together, the PDF and the 7z. Slide 38 is WIP that might come in future versions. (Kubernetes Dashboard, metrics server, Kafka,…
-
How to restore a deleted workflow on a document?
Hello, I have executed the below api to destroy the workflow but I want to know how I can restore the workflow back on the document: destroy,c,<workflow_id> Is there any api used to restore a deleted workflow? Any help is much appreciated. Thank you.
-
is there API endpoint for Document to update it in D2 using D2 REST API?
is there API endpoint for Document to updated it in D2 using D2 REST API? Objective is to search the document name using unique name and get the objectID to update its meta-data. I do not see any API where I can find a objectid using search criteria. is there any examples ? DFS was way better than D2REST ,it is…
-
How to pass performer dynamically while initiating workflow / completing manual activity using DFC?
I've developed a process (workflow template) within Documentum Workflow Designer. This process includes three manual activities, and for each activity, the performers are configured with the "Previous Activity Performer to Choose at Runtime" option. I'm utilizing the following code to initiate the workflow and successfully…
-
Re-indexing issue
Hi, I am doing re-indexing in the IndexAgent and we have configured the filters. However, when check the logs it says ignore configured filters. Does anyone know the answer to this? Please help. Thank you in advance.
-
D2Rest throwing the E_INPUT_MESSAGE_NOT_READABLE
Hello, I'm trying to make POST API call using custom REST client code. On execution I'm getting the 400 status code and following error message {"status":400,"code":"E_INPUT_MESSAGE_NOT_READABLE","message":"The input message is not readable.","details":"Error in parsing the JSON into object class: class…
-
D2-Config error : transformToDocument (oXml)
Hi all, Just upgraded my D2-Config from 16.4 to 23.2. D2 loads perfectly, however for D2-Config I am getting this error when i load the D2-Config. Error createXsltProcessor(/D2-Config/servlet/GetResource/scripts/common/Frame.xsl) : Failed to execute 'importStylesheet' on 'XSLTProcessor' : parameter 1 is not of type 'Node'.…
-
is there API endpoint for updating the existing documents/folder in D2 using D2 REST API?
is there API endpoint for updating the existing documents/folder in D2 using D2 REST API?
-
SDK Example: (PREVIEW of 23.4) - Adding a custom menu item to menu for Properties, relations,et
This sample is a PREVIEW of what is coming in 23.4, but available now as a non-production hotfix for 23.2, to partners and by approval to customers. It will be a sample in 23.4 GA. -Adding Submenus and widgets to Properties menu in D2 SV - Ability to create custom panels in the object metadata view We can't add mp4's here,…
-
SDK Example: Adding a simple tile to landing page
D2 Smart View example, showing how to add a new simple Tile to the landing page. Also, in the samples in the SDK (included in the SDK itself), there is a sample on how to add a more complex tile and widget (See the GroupAdmin sample) We can't add mp4's here, so here is a Core Share link This video is a 200-300 level -…