-
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
-
I am not able to personalize Welcome Header Widget Open Text Version 24.2
I am not able to personalize the welcome header and also if I want to add the link to a video that is in OT what link should a use, the path that the browser is showing? or something else? Thank you.
-
Has anyone integrated Private OpenText cloud (publicly hosted) with SAPS4HANA?
Dear Developers, I would like to understand if anyone has implemented a similar scenario where the OpenText Extended ECM (xECM) solution is hosted on a private cloud environment (yet publicly accessible), and integrated with an SAP S/4HANA system deployed on-premise within a customer’s internal network. In our case, the…
-
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:…
-
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.…