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…
-
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…
-
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.