-
DQL- Help needed
Hi, The following DQL lists 3.5 million Object IDs (r_object_id): select r_object_id from ecm_inventory_mgnt where a_storage_type = 'AppONE' I need to form a list of about 200k Object Ids at a time. Does using the date range is the only solution for my task? Some the dates have more than 200K objects created on the same…
-
Launching the "view" action on a document
I have installed the Documentum Developer Edition 6.5 software on a Windows 2003 R2 server. It is working fine on the local server. If I try to access one of the documents with a URL like this: http://demo-documentum.myserver.com:9080/webtop/drl/objectId/09de75d18000256b The option to "View" or "Edit" appears. If I click…
-
what is locked in workitem?
hi all.in r_exec_os_error column of dmi_workitem there is a sentence like :"DM_SYSOBJECT_E_LOCKED error:The operation on ef_tmnttur712ba410 sysobject was unsuccesful because it is locked by user Ramazan Daghan" i have 2 questions: 1-what is the thing that is locked? 2-how can i access this locked thing inside the java?(i…
-
custom action right click menu documentm preview
Hi, I need to add a custom taskspace action selectable on the right mouse click menu on the document in the folder view. Once added it,how can I redirect the behavior of the select new menu voice to redirect the behavior like the left click preview action? thanks for help
-
single left click custom action on xform
Hi, I have the default taskspace folder tab. I need to change the behaviour on the singol left mouse click on the document for the preview. So I have extended the FolderContentView.xml and the relative class ( extends FolderContentViewComponent ),but I have not found the event ( method ) for the singol click. The method…