-
Node.pName is not changing after assigning the value to the node.pName while creating the node
We are creating a node in XECM using the nodeCreate method. We are trying to rename the node by assigning a value to node.pName, but the name does not change after assigning the value during node creation.
-
How to get the data about the users created and users newly added into Opentext cloud system?
Hi Team, We wanted to ingest the data about the users , groups, users associated with groups in Opentext cloud system using OTDS APIs into data lake database. First we will perform the full load for user (/otdsws/v1/users) ,groups(/rest/groups) but I am not able to find any possible to perform the delta loads based on…
-
OTCS Smart View - undesirable automatic widget reload
I am using OTCS Smart View with business workspaces. BWs have perspectives with widgets+webreports. When a tab is loaded and then I click on any folder in the BW, the widget in the other tab gets reloaded (new fetch). Is it possible to prevent reloading widgets in other tabs when I open a different folder in the business…
-
Cloning or Copying a User in OTDS/Content Server with All Assigned Details and Groups
Dears, I would like to check if there is a way in OpenText Directory Services (OTDS) or Content Server (CS) to clone or copy an existing user so that the new user inherits all associated details, including group memberships, roles, and permissions. Regards,
-
OTCS Smart View - search user by full name
OTCS does not support search for a user by full name (first name and last name at the same time). In Smart View (widget Metadata - user field), when I start typing first name "Radek", it shows all users with first name "Radek", but when I add a character space "Radek ", it shows 0 results. Is it possible to search for a…
-
Retrieve documents from OpenText cloud Platform via REST API?
Is there any REST API from OpenText cloud platform to fetch employee document? which will return JSON Data { employee : "", filename : "", content: "" }
-
Replicating DocumentCreateOrUpdate OScript logic via OOTB APIs
Hello, We have a custom OScript module that creates business attachments by calling the following function: XECMPFNA::BulkActions::DocumentCreateOrUpdate.execute(). This logic creates documents and automatically inserts related entries into the XECMPFNA_DOCUMENTS table. These entries are then used in our downstream…
-
Workflow Tasks Not Appearing in “My Assignments” – Status Shows OK but Marked as “System Monitored”
Dears, We are facing an unusual issue in some of our workflows and would appreciate your insights: After a user completes an action in a workflow, the workflow status changes to OK. However, the next task does not appear in the “My Assignments” list of the intended recipient. In the Monitoring widget, the workflow is shown…
-
OTCS Rest API testing through SOAP UI
We regularly used postman for API testing , but recently we had to move to soapUI. while trying to run a basic OTCS upload document rest API request through the soapUI utility , observing the below error : { "error": "Could not process object, invalid action 'create'", "request_id": "fd927e3c-0273-4e18-980e-e6835430430f" }…