documentum6.5

In Documentum 6.5 my TBO's are being triggered even when the document is a template.

When creating and modifying document templates in Documentum 6.5 my TBO for that object type is being triggered. In 5.3 creating a template did not trigger the TBO. This is a problem because I have the TBO doing all sorts of things with documents when they are checked in and saved. But I want it to do nothing if the document is just a t...

Pros and Cons of DFC and DFS?

I am new to Documentum, I have to upgrade one code from Documentum foundation class to Documentum Foundation Services. Can someone provide the pros and cons of each, and good source of information to get started with it. btw, I am writing code in Java to get information from documentum. ...

Displaying Custom Attributes in Documentum - Webtop

I am following an article that explains how to use the ICustomAttributeDataHandler class. I am creating a custom column for the inbox screen, but the problem is that the value I set for my custom attribute is not being reflected on the screen. As a test I am changing the task name to "whoKnows". But this code is not effecting what is o...

how to remove values from signed out attribute in documentum

when check out done in documentum. how to remove values of "Signed Out To" attribute in documentum using java dfc api. when sysobj.cancelcheckout executed only unlock function done and removes the lock icon ...

DQL based on object_id

How can we access chronicle id based on object_id in DQL. Or can any one please provide the schema details related to object_id 's of document having same chronicle_id , so that we can access chronicle id eventhough we are provided with old object_id ? Here dm_document has only the current object_id saved in ... ...