-
Check-in multiple documents at once in D2
I have a requirement to select multiple documents or a folder and check-in all the documents at once. Right now, there is no Apply to All or Ok to all in the Check-in user interface therefore, I created mine (called by a menu entry with the ShowDialog Entry. It looks like In the Dialog's java class, in the Validate()…
-
Migrate Content Job
Hello, I am migratign a large amount of content from one file store to another using the Migrate Content Admin job in Documentum Webtop. However, when I run this job it makes Webtop very unstable. I would like to schedule this job to run in the evenings, migrating a month of data at a time. I have data going back as far as…
-
Setting Ingress annotations during OTXECM deploy (Content Server focus)
Hi, More a discussion rather than requesting advice, but this may help someone. I've been doing my test deploys primarily to Google Cloud (mainly because I was able to get access to a PP deck outlining the details of this). One thing I do in order to get https working is I use ingress-shim annotations in my deployment to…
-
New release of the Developer Workbench
The developer workbench is a test application that allows developers to understand the functionality and how to use the OpenText Thrust APIs. It offers a highly configurable user interface, offering perspectives (such as Library Management, Process Admin, Capture), and what to show and not to show in these perspectives. As…
-
NAAF Fingerprint 2FA not establishing
Hello team, We are trying to implement 2FA using NITGEN eNBiosScan-C1 (HFDU08) fingerprint device. We are using NAM 5.0.3 with NAAF 6.4.3 with windows 7 client. The device service is accessed in the user enrollment page of NAAF and the device is working in windows 7 client. We are stuck in a position where the error on…
-
How to retrieve the r_folder_path of documents using Documentum Rest /Search Endpoint
Hello Techies, I am currently exploring Documentum REST and have a requirement to retrieve the r_folder_path along with the document results from the search endpoints. Below is an example of a search endpoint I used, but the results do not include the r_folder_path. To fetch the r_folder_path, I tried using the /dql…
-
Is there a way to retrieve a user's DN without needing the Administrator role?
I have an AW 23.4 enviornment. I have a Lifecycle that has a Human Activity that is assigned to an "Indvidual" using a property that stores the user's DN value. This value is retrieved by a BPM that runs before the human task, in the BPM there is an AW LDAP web service endpoint that is called and the BPM works IF the user…
-
Is it possible to enhance an Imported Entity?
AW 24.3 Is it possible to enhance an Imported Entity that is "Linked" by adding additional properties/relationships somehow, but still being linked and being able to update the data in the entity and it inserts/updates/deletes back to the SQL table? I need to be able to have a user in the same list view Add a new record,…
-
Hacknosis: MedTech Winners!
The 2024 Hacknosis: Sustainable MedTech event has come to an end and the breadth of solutions submitted impressed the judges! We added more prizes and chances for teams to show off their solutions. One of the three challenges was around MedTech Sustainability and our 5 winners were: Each submission challenged the status…
-
How to upload a file from local system using Post Man DCTM Rest API
Hi, I have a requirement where I need to upload a file from local system using DCTM Rest API. I have achieved this by adding the file directly in the postman, but is there a way to specific the path of the file location in JSON and upload the document from the path to the repository? The file should be picked from the…