On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.
Discussions
Check for user permission on document via DFS
Hi, using DFS I want to check the permissions of a given user for a specific document. The user is not the current login user. I have the username and r_object_id and I want to check wether the user has at least read permission. I tried using the Query service but using DQL I found that it is not easy to resolve group…
Async server method call using DFC
Hi, I am trying to call a server method asynchronously in my TBO. Therefore I set the option "Run Asynchronously" in DAB when I created the method. In my code I do the following: IDfList argsList = new DfList(); argsList.insertString(0, "METHOD"); argsList.insertString(1, "SAVE_RESULTS"); argsList.insertString(2,…
Text inside a Datagrid
Hello! I have a databound Datagrid with a DatagridRow: <dmf:datagridRow cssclass="contentBackground"> <td> <dmf:label datafield="name" cssclass="defaultDocbaseAttributeStyle"/> </td> <td> <dmf:text name="xxxx" datafield="value"/> </td> </dmf:datagridRow> What i want now is, to set some <dmf:text/> elements to be invisible.…
Modifiying a component
Hello! I want to modify the importcontainer_component of documentum. I want a custom jsp and therefore i have to replace the <containerstart> element: <pages> <fileselection>/webcomponent/library/contenttransfer/importcontent/fileselection.jsp</fileselection>…
How to attach Aspects when importing a Document??
Hello everybody, i already have a customized import dialog. What i want now is that based on what a user selects in a dropdown-list on my import_content.jsp, aspects are attached to the imported document and input fields are shown on the jsp, allowing the users to type in the values for the attributes of the aspect. I…
Change Destination with TBO
I am quite new to Documentum i need some help. The idea is that the users work with a few views and check in documents in that views. But i want to put the documents in some kind of data pool and only link them in the several views. Example: I have a Cabinet /Data where all the Documents should be saved. The users work…