-
Can't create Folders with specific User
Hi, we are trying to create a Folder on Content Server (16.2) via the following REST API: POST /api/v2/nodes But we get the following error: "You do not have permission to create Folder items. (SubType: 0).". The user we are using is enable to create other types of objects, such as Business Workspaces, but he can't create…
-
Integrating csui-sdk-24.2.0 into Angular 17
Is it possible to integrate the CSUI SDK into an Angular 17 project?
-
Can't create a Document via Rest API
Hello, we are using the POST API /v2/nodes to create a Document on our Content Server. The body of our request is: { "type": 144, "parent_id": 5627091, "name": "example.txt", "file": "UXVlc3RvIMOoIHVuIGZpbGUgZGkgZXNlbXBpbw==" } but we get the following error: "error": "An illegal attempt was made to upload a document". We…
-
JSON Complex Rule
I have no experience with JSON. I am trying to change the swap the variable inside a clause based on certain conditions. I cannot get this to work. Placeholder starts out empty. Based on conditions, I update placeholder with var 1 or 2. if (AM_DRV_templateId == 'AM_APPEALS_PARTIAL_APPR_OR_DENIED_FULL' &&…
-
set working hours in content server
Dears, we need to know how to set the working hours in content server to maintain the workflow tasks due date? also is there is a way to set the workflow task due date dynamically? Regards,
-
Content server 24.1
Hey everyone, appreciate to know what is the EOL for Content server 24.1
-
OT Media Management API | Create a folder - malformed syntax error
Hi Team, I am facing malformed syntax for below request, looks some params are not right can some one help me to sort out this issue. note : other post methods are executed fine other than this create folder. https://otmm-dev.com/otmmapi/v6/folders/*********3380442446794dcb161f { "folder_resource": { "folder": { "name":…
-
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?