-
Best App to Play Bingo Game?
Many people look for the best app to play bingo games on their mobile. A good bingo app should be safe, easy to use, and fun. It should have a UK licence, clear rules, and fair games. Smooth gameplay, bright design, and quick loading make the experience better. Secure payment options and fast withdrawals are also very…
-
Is there Regex in Webreport?
I need to extract a specific string from a string. Let's say i have the following : "this is a sentence ends up with 80-30" or "some word 80-30 some word" in both cases i need to get the "80-30" out of the string. usually you can do the extraction with regex. any ideas how can you achieve that with webreport?
-
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…
-
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.
-
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.
-
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!
-
The "connection error" when opening an "Empower document" in an iframe
We have been working on creating an iFrame application which will render the Empower document in designated frame. The applications are used by business user to create, edit or preview the documents. The infrastructure include different cloud tenants (Calling and called - OT). When OpenText Exstream Empower application is…