Extended ECM
Extended ECM discussions include Content Server Smart View, SDK, CSNODE & OScript, and Integrations.
-
How to Build a WebReport to Delete Nodes Based on Filenames in a CSV File
Hi everyone, (Posting on behalf of Pierre) I'm working with OpenText Content Server 21.4 in a pre-production environment and need help designing a WebReport that performs the following: A CSV file (deleteme.csv) is uploaded to a specific folder in Content Server. The WebReport should read the CSV and extract a list of…
-
Creating a Shared Submission Folder with Restricted Access in OpenText xECM
Hello everyone, I am looking for assistance with setting up a shared folder in OpenText xECM where users can submit files. The main requirements for this folder are: Single Shared Folder: There will be one folder accessible to all users for file submissions. Access Control: Only the user who submits a file and the folder…
-
CMIS - Inquiry
Hello everyone, We are looking to use CMIS to integrate between multiple systems and our Content Server, We have been testing on CS 24.4 and so far we have deployed the xecm-cmis.war and got it to work and can access it from the workbench, the war interface seems to be buggy and throwing multiple errors. however since we…
-
How add OR install extended ECM in existing OpenText content server 21.3
Hello Everyone, I am new here wants to know that how, we can enable the extended ECM in my existing OpentText Content Server 21.3 v. Thanks in advance.
-
Folder names not getting translated
Hi, I am using csui SDK to build a page to show the folderbrowser widget for a certain folder in Content Server. I have attached the code I am using. It is working fine and is loading the folderbrwoser widget but the problem is folder multilingual metadata is not working. In this case, I am trying to use Polish language.…
-
Content Server Mobile on Azure Kubernetes Services
We are trying to deploy Content Server Mobile on AKS. As per the Release Notes of Content Management 25.2, we could see the below Docker images are available. when we try to pull the images, we do not see the otawg-csmobile-init. Please refer to the below output. PS C:\Users\shiva> docker pull…
-
REST API - paging not working on search endpoint with OTDSTicket
I am creating a custom web application and using Authorization Code Flow (OAuth 2.0) for authentication. This part is working and I am able to get an access_token (or OTDSTicket). Then I use this OTDSTicket to make CS REST API call to the search endpoint and I am getting the first page result. However, when I send another…
-
Creating complex query
Hello experts , I want to create a complex query while generating profile in classifications. My complex query will use 2-3 conditions to assign the classification using Intelligent classification. Any help is appreciated !!
-
Display document from ArhciveLink URL metadata
Dear Experts, My scenario is: I am posting/creating Business Workspaces with Category Attributes in xECM through xECM REST API. Attributes are: External DocID External ArchiveServer ArchiveLink (http link) I would like somehow to display the document image (stored in the Category Attribute as URL), in a user friendly way.…
-
Metadata deletion on disposition execution
Hello All, my questions is regarding the metadata deletion on execution of disposition actions such as Destroy or Delete Electronic format. As per the understanding the Destroy operation delete the document, versions and metadata from OT database while Delete Electronic Format deletes the document but keep a skeleton of…
-
Records management on metadata
Is there a way I can apply RSI separately on documents and metadata ?
-
How to implement a dropdown list as input field in LiveReport
Hi I'm using xECM23.4 I'm trying to implement a Dropdown list to be serve as an input parameter to a LiveReport Query I've created , Couldn't find a dropdown list Type on the input parameter of LiveReports I tried using the following approach: I have set a "custom" data type (suggested in the documentation) on the…
-
Using REST API how we can call webreports using url - /api/v1/webreport and passing inputs
Using REST API we can call webreports using url - /api/v1/webreport and in body we have to pass webreport nickname to execute the report . i want to know how to pass input parameters to the webreport when making a rest api call.
-
Oscript help with my code auto close script
hello, My callback function is not working, please help public function Dynamic autoCloseStep( \ Object prgCtx, \ WAPIWORK work, \ Integer workID, \ Integer subWorkID, \ Integer taskID, \ Integer returnSubWorkID, \ Integer returnTaskID, \ Dynamic extraData = Undefined ) Object tempPrgCtx = prgCtx // Create admin session…
-
JWKS support in OTDS
For oAuth integration does OTDS provides jwks support, and exposes some wellknown urls that can be used to configure in spring. Can someone post the links here. If not what is the recommended approach to integrate with for OIDC and OAuth token based integration.
-
oAuth Clients in OTDS
Hey Folks, I am wondering if anyone here worked with oAuth Clients in OTDS. I tried Authorization flow and it works great. I am trying to see if Password credentials flow will work with the oAuth client that is created in OTDS. Thanks Mahesh
-
I need help creating a Live Report for all missing documents.
I have a requirement to report on all missing documents within a specific document type across all created employee workspaces. How would I create a custom report in xECM 23.4?
-
Migration Archive Server documents into Core Archive
Hi, Dear Colleagues! I would like to raise up one very important topic for migration with Migration Tools approach. Situation at glance: We have Archive Server OnPrem with 10 Logical Archives. We have installed on the other VM: Core Archive Connector + Opentext Migration Tools. Initialization script "otcam-config" was…
-
GOS Attachments to OpenText xECM Workspace?
Hi Developer Team, I have a use case where I need to move attachments added via the GOS (Generic Object Services) menu in SAP to the OpenText xECM system. For example, when a user creates a Purchase Requisition (PR) using transaction ME51N, they may attach a document using the “Create Attachment” option in the GOS menu…
-
Business Workspace sync across Env's
Hello, We are looking for Business Workspace sync across xECM. Suppose, if a Business Workspace is created in PROD, same should be replicated in lower Env's. Note: Only BW to be created, data/files are not required. Can anyone suggest approach, thanks !!!