-
Calling a WebNodeAction
Hello everyone, Im creating a WebReport SubTag and Im trying to execute a WebNodeAction from the Sub Tag Execution. Im not sure how to approach calling a WebNodeAction, if it is even possible and what other ways there could be to achieve similar outcome. I dont really want to write my own logic, id rather use the existing…
-
Issue with Passing OIDC Access Token to OpenText xECM REST API
Hi all, I'm developing a REST API that interacts with the OpenText xECM REST API. My API receives requests from another application where users are authenticated using OIDC (with Entra ID as the issuer). The requests include a JWT access token in the Authorization header. My goal is to pass this token (after validation or…
-
Opentext Content Manager: Search Editor Documentation or Advanced Guide?
Has anyone found/developed a comprehensive guide for using the search capability of Opentext Content Manager? I'm looking for explicit syntax for using the string option in the search editor, including examples. The online support documentation for content searching is more of an overview. Most 'Any Word' searches are…
-
how to get custom content in the yellow box when using type ahead
looking at the following : I've tried a few ways from the Eclipse doc and AI chatbots to get my own comments to appear for my custom functions but keep just getting the function name, is this possible or is it a limitation of the CS IDE plugin ?
-
Dynamic number of tables in birt
<p>Hi everyone,</p><p> </p><p>I'm fairly new to BIRT, and have been using the software for about a month now.</p><p> </p><p> </p><p> </p><p>I have requirements for a report that is something like the following.</p><p> </p><p>Imagine you're recording bowling information, and you need to record a table that is players on the…
-
TBO access from Webtop
Dear Experts, We have webtop application which uses TBO & SBO using dbor.properties i.e. do not need to install the TBO & SBO on Content Server, but now we have planned to install the TBO & SBO on content server & i am able to install a test TBO on the content server. But I am not sure how I am going to use it in webtop…
-
How to Prevent Auto‑Generated ADN Numbers When Assigning Categories via WebReports?
I’m working on a project where I need to generate custom ADN numbers (starting from a specific sequence) and assign them to placeholder documents. The ADN format is: Site‑Field1‑Field2‑Field3‑00001 The ADN is dependent on a category that contains several attributes (Field1, Field2, Field3, etc.).Currently, the category is…
-
Datamodel OpenText Access and Process Server 10.5.0 APSR-1050-012
Hello, Our organization is still reliant on OpenText Access and Process Server 10.5.0 APSR-1050-012 for various reasons. However, we are currently encountering issues where processes are getting stuck without clear causes. I'm seeking assistance to gather more information about the data model, which would enable me to…
-
Load Runner protocol for Oracle Hyperion Financial Management (HFM)
I'm looking for someone who has connected Load Runner 23.0 to performance test Oracle HFM Financial Application. I'm not sure I'm using the correct protocol. Please advise,
-
DCTM25.2 - Issue with Procedure in lifecycle
Hi, Background, below code snippet is from a Procedure that we call when our lifecycle goes into “Published” state. We are trying to call a custom method “MycDocPublisher” with arguments to perform our task. This Procedure was working fine with 22.4 and jdk11 (javax) but is failing after upgrade to 25.2 and jdk17…