-
My Assignments Extended View - additional columns
Can we extend the columns in My Assignments Widget Expanded view ( Myassignmentstable) to display the date the task was assigned to the user. Note: I have registered the extension under "csui/controls/table/cells/cell.factory"
-
Problem deleting an ADN number in UnAvailable status?
Hi, Could you please tell me how to delete an ADN number in UnAvailable status? From the "Un-reserve/Delete ADN Numbers" interface, I'm unable to do it. Regards, Dario
-
How to override EMail sub classes (NodeCreateSubclassPost)
Hi CS23.4 I have inherited a module that overrides some functions when you drag and drop a document into classic view, so it can perform some additional checks before deciding if it needs to write into an additional table for later. Part of the module is this code: override function Void __Init() Object lliApi = $LLIAPI…
-
How to Create a Live Report to Retrieve Data on Files Uploaded to Content Server on a Specific Date
Hello community, I'm seeking guidance on setting up a live report in Content Server. My goal is to obtain detailed information about files that have been uploaded on a specific date. I would like to understand how to configure the date input in my user interface and then use that date to filter results into a table with…
-
Unable to open Documents in Webtop 16.7.8
Hi Team, While opening the documents getting below errors: 2023-08-09 16:05:48,925 [Thread-0] INFO com.documentum.wdk.extnnative.WDKExtnNative - Archive is: ucfinit.jar 2023-08-09 16:05:48,925 [Thread-0] INFO com.documentum.wdk.extnnative.WDKExtnNative - Applet class is: com.documentum.wdk.extnnative.handlers.UCFInitJar…
-
OpenText System Center manager. Steps, Executions plans, Utilization
What I intend to do: Create/Modify Configuration files (.ini and .xml) Hello, I am looking for information regarding system center manager, I have read through the Administration and configuration guides, watched all that there is on the OpenText-How-To YouTube page, and took to Documentations I received in my Training…
-
Modifying WebReport Constants through another WebReport
Hello everyone, I would like to know if it's possible to modify the constant values of a WR using another WR? If so, how would I go about it? I did not find a sub-tag dedicated to this and I'm trying to avoid going into the Sub-tag development path. Thank you in advance.
-
Connecting a third party system using OTCS REST API
We have to connect the OTCS with a web application called Document Locator using the OTCS REST API. Requirements are, 1. Adding a new folder/document. 2. Updating the metadata. 3. Creating a workflow in OTCS and call that from Document Locator. Can someone help me how to do that? Is there any documentation that I can…
-
Documentum Upgrade to 20.4 from 16.4
Hi All, During upgrade, we have exported all the tables(full schema) from 16.4 and Imported in 20.4 version. Got many errors after doing that and fixed them one by one by manually updating the tables. The references of 16.4 tables(dm_acs_config. dm_jms_config) are still in 20.4 DB. I have updated them manually to fix few…
-
OTCS RestAPI: how to authentication a user which is in an Async Partition with SAML2.0?
Hi guys, When I access OTCS, SSO happens with SAML2.0. So far so good. Problem: When I try to use the OTCS RestApi (api/v1/auth) I always get "invalid username/password specified". I tried all the combinations playing around with the account domain, but can't find a way to make it work. Note: The request works fine if I…