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…
-
java.lang.OutOfMemoryError
Hi all, maybe someone has the same problem. I have created a birt report in eclipse and in runs well locally on my pc. When I publish it on the BIRT Web Viewer I get following error: java.lang.OutOfMemoryError cannot be cast to java.lang.Exception For other reports Birt Web Viewer works well. Can anyone help? Thanx,…
-
Combine storyteller output and pdf file
In Exstream Storyteller 16.6, I've created a document that outputs as a PDF. I have another static PDF file that I would like to come out along with the one generated by Storyteller so that they come out as one combined file. However, no matter what I try, only one page comes out of the PDF I want to include. How do I do…
-
Integration to Splunk
need an API that works for Splunk integration with our system. My team and I tested these URLs: https://portal.xmedius.com/api/v1/enterprise/[companyname]/events https://portal.xmedius.com/services/[companyname]/events But both URLs end up in 404s. Can anyone provide a URL that would work?
-
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?
-
Project generator version 23.4.
Hello community, I am trying to find a SDK for Smart View to create a new project for version 23.4. I am not able to find it anywhere. Where is the hidden location that needs to be discovered? I am currently searching for a Smart View project generator that could be downloaded here for the version 22.3. But in the parent…
-
What's new in OpenText™ Content Metadata Service for 25.4
OpenText™ Content Metadata Service version 25.4 introduces powerful new features focused on flexible data modeling and efficient instance management. Developers can now define "dynamic relations" within type definitions. These relations link attributes between a source type and a specified target type, enabling the…
-
Invalid API call as no apiproduct match found - for Contract Approval tutorial app
I am building a contract approval thrust studio core content app base don this tutorial: OpenText™ Thrust Services Tutorial When I try to run Get 'Required Approvals' decision model in Postman (Page 200 of tutorial - {{decsion_service_url}}/runtime/decision-models?namespace=contract_approval&key=required_approvals) or when…
-
Api Test
Hello, is there a test panel where I can test the ITSM program API? Thank you.
-
Is It Possible To Show A WebReport Screen After The Initiation Of A Workflow?
I want to show a custom WR screen that I've created to a user when the user press "Initiate" on a Workflow. Lets say i have this WF structure : If the WF goes to reject it goes to the webreport afterwards and shows HTML page with some simple message "Rejected". In the documentation of the WR configuration in the WF it has…
-
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…
-
Custom Workflow Logging
Hello all, I was wondering if anyone of the forum had any thoughts on implementing custom logging within the workflows. The basic idea is to have reporting capability on the workflows. Not all tasks within the workflow need to be reported on (as some are going to be email tasks, external tasks, etc.). The most important…
-
Variable Page Size and Scale in Communications Builder
I am attempting to vary the page size, etc., in Communications Builder/Storyteller. Setting the orientation (portrait/landscape) is simple, but what I need to do is essentially "shrink-to-fit" when the data would produce a larger document. For example, if have a document that is portrait and the font is "Courier New", 10.…
-
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…
-
Documents from Documentum to Azure Blob
Hi All, I work as a Data Engineer and have been asked if we can create a pipeline to fetch documents from Documentum to Azure blob storage for downstream use by AI applications. Is this possible initially as a bulk download and then any new documents to trickle down to the Azure blob storage ? Thanks John
-
Documentum REST Services 23.4 - POST (Create Object)
Hello everyone, I'm trying to use Documentum Rest Services 23.4 in order to create an object: My object type is 'myType' with parent type dm_sysobject. So i want , (for monitoring purposes) to create myType Object without any folder link or any other dependency. What is the purpose of the id in this call ??? : The use case…
-
I would like to know more about OScript
Does anyone know about OScript? Can you introduce what functions OScript can achieve
-
Exstream Designer, XML, sections, tables - and page breaks
I'm currently running circles with Exstream Designer, printing a list of small tables covering several pages. Unfortunately my input data is "given" and fixed, so I can't just request better structure. The general form of the relevant part looks as this: <xml> <table> <row> <text>Blah</text> <type>1</type>…
-
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…