Documentum Checkin Question

lericho5326
lericho5326 Member
edited July 15 in Documentum #1

Hello!

I am fairly new to Documentum and DFC development. We are using Webtop and we are looking at customizing the checkin process to create a rendition request once the checkin process is completed. What will be the best way to proceed?

The process will be checkout document>checkin new version>submit rendition request using new version r_object_id.

Thanks!

Lericho

Tagged:

Answers

  • With D2 this is easy to do with configuration. With Webtop (or any other client), you could write a DFC TBO (Type-based Business Object). You would override the doSave() and doCheckin() methods : call the super method and add your code to issue a IDfSysObject.queue() to the CTS/DTS component.

  • Hello Hicham, thanks for the response. This is the same recommendation to us by OpenText. Unfortunately, we cannot proceed with the TBO route due to certain restrictions with our current setup.

    I have started a new thread with a more specific question on our current roadblock:

    Thanks!