-
Uploading document using Java11 (rest-api)
Hi , Kindly assist in Java error, we were able to upload a document to OTCS using Java7 , however once compiling the same java code in Java11, the below error is coming up as per screenshot. Please advise. Regards, Vishnu
-
Is java assistance supported?
Hi there, I added a D2FS dialog with the sdk to my plugin and in it I defined a combo with java assistance <combo advancedView_required="true" condition_required="true" condition_required_edit="true" control="true" id="name_field" assistance_type="java"…
-
Magellan OpenText deployment on generated VM, can't get node details in deployer
I've created a template instance of OpenText v24.3, and I can access the base instance (used for creating the template) just fine. However, with the new instance created from the template, I can have the deployment/installation program connect to it, at least enough to get the instance name. However, when I open the…
-
Archivelink Viewer and Opentext
I have an old version of OPentext 9.6 and content Server was was installed for Archiving on windows 2008 ( Not suppored anymore) We need to move all the files to a new Windows server 2019 or older but I need to reinstall opentext and the opentext apache web server. What version and where can I get the install files and…
-
Trigger rename action
Hi, I would like to know if it is possible (in Smart View) to automatically trigger the rename action when a document is dragged and dropped in a folder.
-
Restart cancel activity in System Center 25.1
Hello all, We are in the process of upgrading the OTCS from 22.3 to 24.3. In the system center, activities got canceled after the step "Start remaining services." I have attached the screenshot. I am unable to restart the activity now. I don't see any option, either. There is no step mentioned in the admin guide as well.…
-
New! Core Communications
Core Communications is a SaaS application that enables customers to design, generate, and personalize communications such as documents and email messages. Based on OpenText™ Communications (Exstream Cloud-Native), the market-leading Customer Communications Management (CCM) application, Core Communications gives…
-
Any sample HTTP examples to Search against CM 10.1?
Apologies, a noob question I am sure :/ Are there any samples that show how I can access a CM 10.1 server via an API to perform a simple search for records? I am intending to build a Power Automate workflow from Microsoft365 that queries against a CM 10 server using an HTTP Connector. I am really struggling atm to…
-
Core Messaging email "opt-out report"
Dear Community, is there a way to find out which email address has selected the "opt out" option via API. I know from CoreContent GUI there is such a report avail, but I cannot find an api call to receive this info. Thanks for your support !
-
How to configure routing of inbound fax to a webhook?
Hi, I have created a webhook taking in 3 params below is the code snippet. what are the configurations on the fax portal to test this webhook as I am getting faxImage is null. @RestController public class FaxController { @PostMapping("/webhook") public void faxReceiver(@RequestParam("metadata") String metadata,…