-
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 !!!
-
What will be the best process of migrating SharePoint data to cloud xECM?
Hi Developers, Regarding the migration of data from SharePoint to OpenText xECM Cloud, particularly for large files exceeding 200+ GB, the standard cloud procedure involves: Exporting SharePoint data to an SFTP location. Using XML control files to facilitate structured import into xECM Cloud. Do we have any other approach…
-
Passing Smart parameter : current location : to the web report
Hello, I need to show my WebReport as Smart UI Widget. The current NodeID (depends on user's choice) will use as parameter's for the report by default . Is it possible to use some "smart" parameter? How I can achieve such requirement? Thanks , Olga
-
Getting error - Thrust service API Authorize Error
Can some one help to solve this error Error Details : {"fault":{"faultstring":"Invalid ApiKey","detail":{"errorcode":"oauth.v2.InvalidApiKey"}}}
-
How to hide some columns in TableReportView
Hello, I have a SmartUI TableReportView used to shows some data. I need 2 data for each row in order to invoke a subWebReport. How to I can Hide the columns in the tableReportView? Thanks Alessandro
-
How to search for a specific document in a web report
Hi there We have a WR constant which is a known folder within CS, and we have a WR parameter which is the name of a file we want to open from that folder (if it exists). I don't seem to be able to find the simple search or "Get node by name" tag that will find that file .. I feel like I must be missing something obvious. I…
-
Have there been changes to CS 25.1 api/v2/nodes/{id}/nodes call?
Hi, I hope I haven't missed anything obvious. This call in CS 23.4 (and I think all the way up to 24.4) works just fine (servers are VMs): https://server6/otcs/cs.exe/api/v2/nodes/2000/nodes?fields=properties{parent_id,id,name,type,mime_type,create_date,modify_date}&fields=versions{id,version_number} The same call in 25.1…
-
Looking to create AWS Textract OCR engine option for IC
I have an AWS Textract account and would like to integrate it as a selectable OCR engine within Intelligent Capture. I was told there is already a Google Vision deployment, is there also an AWS Textract option available? If not, has anyone already integrated AWS Textract? Thanks in advance!
-
I ran one of the examples in the tutorial in pm. How do I find what error 599 is?
"Accept": "application/json", "XM-Token-Authorization": "{{your_authorization_token}}", "Content-Type": "multipart/form-data", "Attachment": { "fileName": "C:\KT\Fax\test file 2.pdf", "type": "application/pdf" }, "Metadata": { "faxOptions": {}, "userId": "AppDevFaxUsr", "subject": "Sending a test fax from the tutorial",…