-
File upload using Rest API
Hello, I am new to the REST API world. I am looking for uploading multiple files in Content server along with the meta data information. We have meta data csv for that. Is there any sample code or guidelines available for doing this using the REST API?
-
Integrate xECM Records Management Classification in AppWorks
Hi experts, My colleagues are working on enhancements to an existing process, where process users want to able to select a records management classification (from xECM) when setting up process instance. This RM classification would then be used in turn in the corresponding xECM workspace. Any ideas? I could suggest that…
-
FolderBrowserWidget does not fire childSelected event
Hello, I am showing a FolderBrowserWidget in my external javascript application (loading the smartview library and css from my content server installation). The csui docs indicate that the FolderBrowserWidget has an event called childSelected and an accompanying method getSelectedChildren() but after registering these…
-
What are where_column_query valid standard column values?
Hello, For GET /v2/businessworkspaces REST API there is a parameter "where_column_query". I understand about custom column usage here, but can we use this parameter also for standard (system default) columns such as creation date, creator, modify date, etc.? I've tried multiple values, but none of them seems to work for…
-
Query related to a columns not visible in Business Workspaces using widgets
Hello All, We have designed an html page and using below widgets to display business workspaces - "csui/integration/folderbrowser/folderbrowser.widget" and "csui/widgets/nodestable/nodestable.view" 2. We have global+custom (created via Facet volume) columns available in those Business Workspaces 3. From OTCS (smartview and…
-
xECM 24.2 - Digitally Sign the Module
Hello Friends, I recently was trying to install a custom module in xECM 24.2 and got a warning saying that "The OLL file does not have a digital signature" and wondering if you guys came across this. Although this didn't prevent me installing the module, I am curious if this is an extra step that we need to go through…
-
Upgrading Content Server 22.3 to 24.x
Hello All, I want to upgrade OTCS 22.3 to the latest version, 24.x. Is there any step by step guide available or any documentation that can help me to do this? This is the first time I am upgrading OTCS. Need a bit help before I start the activity. Thanks in advance. Regards, Raj
-
OAuth 2.0 - Client Credentials Flow + Permissions
Whenever a new OAuth Client is created in OTDS, assuming the global option is selected, are there any restictions to the data that can be requested through the REST API? Calls to the nodes resource are not returning expected data.
-
Containers not starting
Installed the xECM helm chart in EKS, all the pods are Running fine except for: otac-0, otcs-admin-0 and otcs-frontend-0 kubectl describe pod otac-0: Warning Unhealthy 50s (x1177 over 173m) kubelet Readiness probe failed: Error: Not ready, file /opt/opentext/archive_center/ac_config/acInstalled does not exist, container…
-
The items are not from the same database
In workflow, we have a EventScript which is simply there to initiate another series of workflow instances based on the attributes of the WF you are creating. After upgrading from CS16.2.4 to 22.3 (16.2.21.2017), this event script has stopped working. Having debugged it and stepped through into the Core modules, we have…