-
Exstream Designer - Variables missed when data comes in last
I am using OT Communications 25.1 and have some incoming data in json…. (simplified) { "generalData": { "displayName": "Test" }, "description": { "about": "Test" }, "documentMeta": { "documentLanguage": "sv", "documentAnonymous": false, "compactMode": false, "numberOfCategories": 1 } } The variables documentLanguage and…
-
Compile fails with 25.4 SDK
Env: Smart View SDK v25.4 It seems like js files in nuc is using ES6+ syntax such as array spread operator. This leads to grunt compile to fail with below error Error: Parse error using esprima for file: lib/src/nuc/lib/less.js Error: Line 90: Unexpected token ... Has anyone else faced similar issue, and is aware of a…
-
Can I access certain metadata in Business Workflows?
Hello, I would like, when starting an advanced workflow from a business one, to use certain elements from Core Content and feed it as a variable for the advanced workflow input. e.g. something like ${current_document} for the uploaded file or ${current_user.email}. Is it possible? and if yes, does some reference for…
-
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:…