-
can not configure types based on dm_message_archive
With Composer or DAB, I can not edit or create custom types based on dm_message_archive!!! Which is very frustrating as My Documentum for Outlook (DCO) will not accept any other types for email messages. On upgrade to D6.5, the type dm_message_archive was converted to a light weight type Composer does not support creation…
-
Clarification on extending components
Hello Experts, I have this confusion over extending the components to create custom components for business requirements. If we extend a particular components to make a few changes for e.g extending the import component to set the object type as the custom type making a few more changes to some of the jsp files.....does it…
-
<dmf:tabbar>
I didnt find how to use it in any document Could anyone plz let me know the document where i can find its attribute details and usage.. Thanks in advance
-
set the default value for loginusername
Hi, I have a requirement where I need to set the value for login username as dmadmin. I have loged in to the webtop as testinguser. But when I want to run the below DFC code for getting login username as dmadmin, then I am getting the loginusername as testinguser IDfSession session = getSession(); String loggedInUser =…
-
How to know if properties are modified
Hello, I am trying to customize properties component for documents and need to understand how it functions. I'm trying to find how is it determined that document has been modified or not on click on OK button. For example: I call properties component on one document and then there are two cases * I update any of the fields…