-
Hacakthon Top 25
Hi Everyone, Thank you for your patience. We had 5 judges; two technical, one business focused, one hospital readiness and one Clinical Doctor that has a wide set of experiences. Here is the top 25 projects - in no particular order. Prize winners are being finalized by category, winners will be contacted and the…
-
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.
-
Reminder: The Capture Service demo app and tutorial are available
Just a reminder that video walk through, Code used in the video and a step-by-step guide are available.
-
When to use this forum and when to use suppport forum...
Just an FYI… It might not be obvious, but this developer forum is more geared towards "developer" level of questions. If your question is around development, this is the place! If your question is more around usage, install, administration, etc. This is your place:…
-
Documentum D2 Smart View SDK is GA in 23.2
FYI… Documentum D2 23.2 is released now and is GA. We are VERY excited for this. Partners are invited to participate in an SDK challenge. We will be giving you showtime at the Documentum User Group meetings and finalist at OT World in Vegas. To download the SDK (for everyone), here is a short URL link:…
-
Is anyone using the eStudio DX Package from Professional Services?
We are a legacy TeamSite customer, considering migrating our users to eStudio. However after an initial assessment, it's clear the eStudio is so limited in its functionality compared to CCPro, that it won't be usable by our users. We have had a demo of the DX Package from Professional Services, which adds features and…
-
Content Server REST API for adding attributes to category
Dear All, I have used api/v1/nodes POST (body - type=131, parent_id and name) for creating a Category node. Please suggest REST API (or approach) that can be used for adding attributes to the Category.
-
Streamserve Process MailOut and attached external files
Hello, In streamerve 5.6.2, in a Mailoutprocess, I try to put attached external pdf files (files on system file). I try to do this with the function MIMEAddPart like MIMEAddPart("../../output/file.pdf",0) but the result is : The current output connector does not support attachments. However, in the help doc, it's written :…
-
How to delete tasks that i have created while testing from my all Task list?
How can i also customize lists in "My Inbox"?
-
Developer Cloud success - learn how SoluSoft built their fraud case management solution
Want to learn how SoluSoft Corporation helps government agencies tackle fraud faster by using their knowledge on Information management services? Then read the blog and find out! Excerpt: OpenText Developer Cloud gives us access to a massive range of information management APIs and cloud services. Since we can use proven…
-
Microsoft Graph Connector Using Team Site Data
I am trying to find out the possibility of integrating web crawling capabilities into the team site for one of our customers who is using the team site. Later we can use the crawl data to build indexes which can be used by Microsoft Graph Connector for our specific needs. We are currently exploring ways to enhance our data…
-
Application Extender Rest Service API to export documents.
Trying to export all the docs from repo, i was going through the REST API and found AXDocWorkingCopy to export documents.Can you please guide me if thats possible using AXDocWorkingCopy rest call or if i have to use AXDocExportJob Rest call instead. If AXDocExportJob is better than AXDocWorkingCopy what could be the…
-
Compability matrix
Hello, can please someone attach here Documentum server compability matrix, please. For some reason my support account is not working it auto log(s) me out. Thank you in advance!
-
Scripting function SetJobDescr in StreamServe 5.6.2
Hi, we are trying to set the print job name in windows spool by using the function SetJobDescr. We can see the job name in the log output, but not in the spooler of the printer. Any help would be much appreciated. StreamServe is version 5.6.2 with cumulative 4 applied. Thanks & kind regards Andreas
-
Content Server CWS - Underlying protocol for Transferring document from CWS Client to OTCS Server
Hi All, We have a java program which uploads documents to Content Server using CWS SOAP Web services, We are creating document using below piece of code. Attachment attachment = new Attachment(); byte[] fileInBytes = null; try { fileInBytes = Files.readAllBytes(path); } catch (IOException e) { throw new Exception("Error…