-
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…
-
How to Update the Bulk Metadata using Documentum Rest Endpoints
I have request where I have to update the object name of 10000 documents to "DeactivatedDocument" using Documentum Rest Endpoints. But I'm not sure which endpoints should I use and how to use. I explored /batches endpoint but for that preparing the request body is going to be tough tasks for that I have to walkthrough the…
-
Moment of xECM business workspace creation
Hi, We create case instances in runtime, which also triggers the creation of BWs in OTCS (xECM). But from an AppWorks perspective, what is the moment of BW creation when we also have onInit and onCreate rules fired running heavy BPMs? Is it after those rules, before, or is it a parallel thingy? Best regards, //Antal
-
Upscaling resolution question
In the SOAP or REST API, there is a boolean upscaleImage option for getInboundFaxAdvanced The documentation doesn't provide any info on what upscaling provides as far as resolution or dpi. Is the upscaling to 300 dpi?
-
xECM 24.2 - Digitally Sign the Module - Reposting in CSIDE Category
Appreciate if anyone has any info on how to sign the OLL files.
-
OpenText Connect Logout successful immediately when I login
I'm trying to look at a ticket on OpenText connect but every time I try to login it instantly redirects me to a screen that says: Logout successful You have successfully logged out. No matter what I try I can't get in and view my ticket.
-
AppXtenderReST query help
We use ApplicationXtender and I'm trying to use the Rest service with python to get a list of documents in app. I can run get requests and get responses. What I'm having trouble with is the format of the data object for the post request. Does anyone have any examples on what that should look like?