Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
OCP Developer Workbench - API testing app
The OCP Developer Workbench is now available! The developer workbench desktop application is an application allowing developers to understand the functionality of the APIs offered by the OpenText Thrust Services, and how to use them. It offers a highly a configurable user interface, with perspectives (such as Library…
-
Follow Product Categories to personalize your experience
Following product categories allows you to see all posts for the products you follow in the Quick Links list and site header; receive email notifications; and refines your search results. Read on to learn more. Select a product Category: Quick Links After 'Following' a product Category, you can use the Quick Links menu to…
-
Does Documentum support defining documents?
Hi all, I would like to know if Documentum supports the definition of document classification, such as defining files A, B, and C as regulations, and files D and E as manuals. If possible, I would like to know whether the interface '/repositories/{repositoryName}/objects/{id}' can return these definitions.
-
Node.pName is not changing after assigning the value to the node.pName while creating the node
We are creating a node in XECM using the nodeCreate method. We are trying to rename the node by assigning a value to node.pName, but the name does not change after assigning the value during node creation.
-
How to rigister for predelete event in docuemtum
I want to wrtie the BOF module that will listen the event and when there is delete call, my method will be invoke, I tried finding doc but couldn't get. Please share any doc if you have or guid how can I proceed.
-
RestAPI - RecordsManagement - Delete RMClassification from existing document
I am using the RestAPI calls to Content Server and also the Recordsmanagement RestAPI interface. https://developer.opentext.com/ce/products/content-management/apis/records-management-25-3-0 All RestAPI are working but I cannot delete an existing RMClassification from an existing document. When calling the DELETE:…
-
Unable to deploy workflow to external WebApp due to Decision Service API error
Hi everyone, I’m currently trying to deploy my Core Content workflow from Visual Studio Code to an external WebApp, with the OpenTex Thrust Services Tutorial. As part of the deployment process, I need to call the Decision Service endpoint using Postman, specifically: /Decision Service/ Get 'Required Approvals' decision…
-
Can you expose a BPM as REST API?
Hi all, Initiating a BPM from a web service in Process Automation is pretty straightforward (Execution > Generate Web Service). But is it possible to expose this initiate BPM action as a REST service? The current REST Service is automatically generated for entities, but what about other Initiate BPM services or even other…
-
Does Content Server have built in JWT generation library
Hi all, I have an upcoming project where I need to call a REST service from Oscript. This service uses JWT (JSON Web Token) for authentication and session management. Normally, I'd find one of many Java libraries that do this, and call them through JavaObject methods, but given the extra scrutiny that OpenText is giving to…
-
URI .... modification detected
I have the need to read data from a supplied QR code that is a Base64 encoded *.PNG and part of the input data. Unfortunately Exstream/StreamServe does not support this out of the box and I have to call an external tool for this. I therefore create a temporary file that is placed in the %temp% folder with a unique name.…
-
Sending/Rejecting Workflow Task with rest
I try to send on a workflow process using CS rest from js (Within a WebReport). const input = { comment: 'aaaabbb', action: 'reject', "authentification_info": { password: 'ppppp!' } }; $.ajax( { url: "[LL_REPTAG_URLPREFIX /]/api/v2/processes/[LL_REPTAG_!workid /]/subprocesses/[LL_REPTAG_!workid /]/tasks/[LL_REPTAG_!taskid…
-
Why is "Start Workflow" Action missing for me in the Workflow Template creation?
Hello there, based on this Advanced Workflow Extension guide Start advanced workflow in Core Content Management | Advanced Workflow Extension Guide | Developer | OpenText I should be able to start an Advanced workflow through adding a "Start workflow" action . I have app extensions with some workflows in the same…
-
Determine long running communications/documents
I recently had the need to identify long running communicatons/documents, i.e. the ones that take more than a few seconds between dropping the source data and the timestamp when the entire job was set to "finished". The goal is to identify bottlenecks and concurrency problems in a busy site. In Supervisor I can list the…
-
Keeping links in PDF attachments imported into EMPOWER
We have an application (Extream Designer) that creates an EMPOWER document to which we upload PDF attachments. While the attachments do render fine in both preview and fulfillment, clickable links in the uploaded attachments are converted in plain text. They still LOOK like the original link, but they a re no more "linked"…
-
Update silently connector
How do I update an existent smart connector to newer framework version silently, via properties file
-
how to disable control center services will always have "warm up" during the first process
after server reboots/ or after a long period of time without active request/process. then when it receive the first input file, there is always a 26second "hang"/"warm up". after that the subsequence process will be immediate. fix typo is there a way to disable the "warmup" behavior? sorry if i ask in the wrong section,…
-
SAP Side Configuration details for Sales Order BUS2032
@appuq @Appu Nair @Smart Abhijit @Greg Griffiths Hi All, I am configuring Sales Order BUS2032 as part of the business object configuration between SAP and OpenText CS. All the OpenText side configurations are done. In SAP side, I have done, Business Object Declaration, Property Provider where I have taken Generic property…
-
REST API - Create Folder with a Category
Hi Friends, I am trying to create a folder and attach the category at the same time using the POST /nodes call and couldn't able to make it work. Wondering if anyone has any luck. I can make multiple calls like first call to create a folder and second call to update the category but I want to do this in a single call. Env…
-
Expression to set current date and time to date attributes
Hi Team, What expression or script can be used to set current date and time to a date attribute for the workflow extension built using thrust studio? Can the same expression be used for business workflows built using Core Content? Thanks, Dipali
-
Upgrading OTAC server from Tomcat 9.x to Tomcat 10.x
We are planning to upgrade Apache tomcat on our OTAC server from tomcat 9.0.105 to Tomcat 10.x . 1.Is tomcat 10 supported for my exact OTAC version which 23.3 2.Any compatibility issues with OTAC WAR files (javax → jakarta )? 3.Any knows issues reported after migrating from 9 to 10 ? 4.Are there Opentext recommended steps…
-
Documentum Smart View link to query form
Is there a way to create a link to a query form or saved search category for use in Smart View? Customers prefer to have a tile that directly takes them to an existing query form or saved search category. Thank you!
-
Disable "Open" Button / Replace "Open" With "Edit" Action - Document Properties
Hi, I was wondering if there is an option to change the behavior of the "Open" button and replace it with "Edit" button behavior? Or leave only "Edit" button. There is a confusion to the simple user since "Open" is way more noticed than "Edit" and the user gets to press Open instead of edit and it causes data loss since…