-
New! Supply Chain Traceability app
Sample application demonstrated during the OpenText World 2024 keynote for OpenText AI Data Cloud See the power of OpenText Thrust APIs with a sample application demonstrating Supply Chain Traceability. Step into the premise of a battery supply chain management where different raw materials are procured from different…
-
Image Placeholder postioning issue
We have recently upgraded to Version 23.2.1 from 16.2 using DB upgrade Approach. We are observing the image logo position shifted from the base version. We have used text box with placeholder variable design for image to be placed dynamically using placeholder. Has anyone faced similar issue, please share suggestions.
-
New! Sample Apps
Introducing Sample Apps The sample apps are built by OpenText staff to highlight how to get the most out of the Thrust Services APIs on the OpenText Cloud Platform. These are a new addition to our collection of developer resources available on developer.opentext.com. Check out the sample apps that we have in the library so…
-
How we can retrieve the dftxml file
Hi, When we upload a document to content server, it will convert to dftxml file for indexing. We need to get the the dftxml file of the document so we can get the text content of pdf/word etc documents. Can you please help to get this done. Regards, Sagar
-
Exstream Cloud Deployment
We are trying to install Exstream CE 24.2. We are using below command helm install "exstream" "Path of exstream-24.2.16-55862.tgz" --wait --timeout 30m0s --set otds.bootstrap.license.enabled=true --set-file otds.bootstrap.license.nonprod="Path of lic file" -f "Path of yaml file" --debug This installation is getting stopped…
-
Can't create Folders with specific User
Hi, we are trying to create a Folder on Content Server (16.2) via the following REST API: POST /api/v2/nodes But we get the following error: "You do not have permission to create Folder items. (SubType: 0).". The user we are using is enable to create other types of objects, such as Business Workspaces, but he can't create…
-
Integrating csui-sdk-24.2.0 into Angular 17
Is it possible to integrate the CSUI SDK into an Angular 17 project?
-
Can't create a Document via Rest API
Hello, we are using the POST API /v2/nodes to create a Document on our Content Server. The body of our request is: { "type": 144, "parent_id": 5627091, "name": "example.txt", "file": "UXVlc3RvIMOoIHVuIGZpbGUgZGkgZXNlbXBpbw==" } but we get the following error: "error": "An illegal attempt was made to upload a document". We…
-
JSON Complex Rule
I have no experience with JSON. I am trying to change the swap the variable inside a clause based on certain conditions. I cannot get this to work. Placeholder starts out empty. Based on conditions, I update placeholder with var 1 or 2. if (AM_DRV_templateId == 'AM_APPEALS_PARTIAL_APPR_OR_DENIED_FULL' &&…
-
set working hours in content server
Dears, we need to know how to set the working hours in content server to maintain the workflow tasks due date? also is there is a way to set the workflow task due date dynamically? Regards,