-
Use Case Documents for OTCS
Hello, Are there any use case documents for OTCS? I am looking for some use cases for departments like finance, HR, aftermarket, and sales using OTCS. Any leads?
-
OTDS User sync to Documentum - Create default cabinet for user using user_login_name
We're about to start using OTDS to sync users from AD to Documentum (instead of the LDAP job). We need a cabinet created for each user, however in OTDS settings: If we use the User Attribute Mappings > create_default_cabinet = T, the cabinet is created with the user_name (and dm_cabinet.is_private = TRUE) We need the…
-
Get comment for a node via API?
I'm trying to find comments via the REST API - Looking in the UI, I can see that comments are different nodes within the "pulse" volume -- Is there a way that I can find these nodes for given a document node ID?
-
OpenText xECM 16.2 Federator 1 Issue
Content Server Error: [A proper index signature file does not exist for all Search Engines]" Content Server Error: Error applying query on Enterprise: Error applying query on Enterprise Search Manager: No Search Engine available for this Data Source. Please report this problem to your Administrator.…
-
How to add/Update pulse comments using OTCS REST API
Hello everyone, I am searching for a way to add/modify pulse comments using REST API. I have a requirement where I am migrating documents from third party system and they have provided comments related to each document in xml format. I have to add these comments using REST calls or any other recommended way. I know there…
-
Open action on Grid open in new window
Is it possible to have an open action on a grid open in a new window? Thank you.
-
Deleting a task
I have a Grid Component that holds some properties and relationships values including the task list in an entity. When I try to delete a task that was already started, I get error "The task is not available" and we are not able to remove task. Can I add task actions like skip to Grid Component to remove a task item that…
-
error when we upload the JPG file "An Illegal Attempt was made to upload a document"
Is it possible to upload the JPG file with binary data without file location from SAP to Opentext system by using the REST api with multipart/form-data we have designed the logic to consume the rest API with multipart/form-data and trying to upload the direct binary data and getting the error as below- "An Illegal Attempt…
-
Error after upgrade 24.2, can't load WebReport in Smart UI dialog anymore.
Hello, we were using Smart UI modules to provide Smart UI action (function menu) buttons to call WebReport contents in Smart UI dialogs. All was working good since 16.2.x versions, but now after the upgrade to 24.2 receiving this error. Here is the sample code of what was working previously. <script> csui.onReady3({…
-
How to search for a document VIA Rest API with a specific field of a category?
I know how to implement it using SQL query in a LLAttrData table since usually the ID of a category is constant and so as the specific field. The question is how to implement it using REST API request? I have a document with the name of "A" which has a category named "Cat" and a field name "Field A" which value is "XX". As…