API, SDK, REST and Web Services
Topics included: REST, Web Services, LiveReports, IDE Development, Smart View SDK, LAPI, Search API
-
What will be the best process of migrating sharepoint data to cloud xECM?
Hi Developers, What will be the best way of migrating the data from sharepoint to xECM cloud version? FYI :- My single file is of 200+ GB. As per the cloud standard procedures we have to migrate sharepoint data to SFTP location and from their i can use XML control files Import/Export to migrate into xECM. Thanks
-
Declare documents created by SAP in Content Server without xECM?
We are currently facing a version conflict that prevents us from upgrading the xECM plugin on SAP GTS. Our SAP GTS version will soon be more advanced than the Content Server version can support, making it impossible to proceed with the upgrade. In light of this, we are exploring a temporary solution for the next one to two…
-
LiveReports - Filtering UserID
I have a LiveReports which displays all the outstanding tasks of all workflows which are active. I am looking for assistance how to filter the report when the user who login to Content Server will see only his tasks
-
create document issue using REST API in OTCS
Hi, I'm trying to upload a file using following python code but I'm getting an error message, can you pls help me what I'm missing here ************************************************** import requests url = "https://xxxxxxxx.opentext.cloud/cs/cs/api/v2/nodes" payload =…
-
Rest: How to remove a use from ACL list
When removing permissions for a user (ACL) using the webservices it removes the user from the list on the UI completely. When i did the same with REST, it seems to leave the user listed in the ACL list (with no permissions to the object). SO the differences is that the name of the user is still in the ACL list of the…
-
How to download a file by WebReport?
I **** to download a file by WebREport,How to do?
-
WebReport DWNLD Tag Syntax
I am creating a WebReport to download a document to my local file system. I use a LiveReport source to identify the ID and name of a document. I tried this syntax to download the document: [LL_REPTAG=DATAID DWNLD:"C:\Users\abc\Downloads":"TestDownload" /] When running the report I receive this error message: * DWNLD:…
-
How to assign a dynamic reference of csv file against a web report source ?
Hello Developers, I have a scenario where I need assistance in configuring a WebReport. Within a Workflow Template, under the Attachments section, I have a CSV file Template. Additionally, I have a WebReport in the same Attachments section. Currently, in the WebReport's data source I have provided a static reference to the…
-
Shortcut - search for shortcuts for a specific user - CS 23.3
Hi, I need to know which shortcuts were created by a specific user. I can't find this information through the advanced search. Is there nevertheless a way to find such information with the advanced search ? Or can anyone provide a query to get such information ? Thanks for your help. Best, Ben
-
Navigating Between Folders takes from 3 to 4 seconds using smart view my Content Server version 24.2
Navigating Between Folders takes from 3 to 4 seconds using smart view my Content Server version 24.2 while in classic view is about 2 seconds ! Appreciate urgent support
-
Is it possible to dynamically assign a source file to a WebReport data source?
Hello Developers, I have a scenario where I need assistance in configuring a WebReport. Within a Workflow Template, under the Attachments section, I have a CSV file Template. Additionally, I have a WebReport in the same Attachments section. Currently, in the WebReport's data source I have provided a static reference to the…
-
Configuring document declarations and testing it
Step by step explantions about how Document Declaration works and how to check if ArchiveLink Documents and PrintLists are attached or not
-
Deployment Issue: Widget Not Showing in Perspective Manager (CS 24.1 / SmartUI SDK 24.1)
Hi everyone, I'm encountering difficulties deploying a custom widget on Content Server 24.1 using SmartUI SDK 24.1. I’ve been following the guidelines from course 4-0190 Content Server SmartView Development – 20.2, but I’m stuck with a couple of issues: Missing out-module Folder: I noticed that the out-module folder, which…
-
Binary format data push to content server API (api/v1/nodes) OTCS version 24.3
Hi All , I am using web report rest client for getting the data downloaded from third party application. Data is getting stored in below variable sample code:- @method:GET @secure:true @header:[ll_reptag_!header /] @output:JSON:binaryfile /] My file is stored in variable names as binaryfile. My use case is i want to push…
-
como utilizar 2 parametros con la etiqueta RUNSQL
necesito saber como puedo obtener la informacion de 2 parametros [LL_REPTAG_$LrIdObtenerIdCarpeta RUNSQL:"[LL_REPTAG_&CodigoCliente /]":"[LL_REPTAG_!vMascara /]" SETVAR:idCarpeta /]
-
What is the proper way to add RecordsManagement.svc to CWS (dotnet)
Hi, I was wondering what is the proper way to add the RecordsManagement service so I'd be able to use it's methods on my .NET project? As far as I know RecordsManagement.svc and it's DLL file are not located at the folder : OPENTEXT > WEBSERVICES > DOTNET > CWS / bin So I'm not able to add it to my project like other…
-
Pass Metadata with Workflow Initiation (Attributes/ Form) with REST API
Hi, I'm looking for a way to somehow initiate a workflow with some custom metadata that I want to store in the WF process (data could be stored in WF attributes, maybe a form) My main goal is to run WF several times to do the same job but with different metadata. The only thing that came up in mind is to run a over a list…
-
Confg OTDS Server for MFA – SameSite=None
Hey, I’m running Content Server 24.4 and OTDS 24.4. I am trying to setup MFA using a MS Azure SAML 2.0 auth handler. Our HTTPS certs are managed by our networking team on a separate proxy server. This means that all the internal traffic is only http(port 80). Because of this configuration, we are losing the…
-
FolderBrowserWidget loaded using WR HTML widget in Workspace tabbed perspective issue
Hello, CS 22.4 We have a workspace that has multiple tabs where tab 1 is standard browse (shows workspace content) while tab 2 has WR HTML widget that is loading FolderBrowserWidget. In general it works fine, however, there is a problem when we switch between tabs: Open WS and go to tab 2 (with WR widget) and…
-
How to get a horizontal scrollbar in smartview?
hi I'm sure this will be simple to someone smarter than me, but I can't work it out. I've created a webreport using the simple table smartview template. The table is wider than the container that the table is in, and although it automatically adds a vertical scroll bar, I can't work out how to add a horizontal one. I've…