Documentum : apply method when import or save properties of a document

Hi,
we are beginners in the documentum 7.2 solution and we are looking for the best way to apply a Java method when import (d2 import event) or save after modification (dm_save event) of document properties by the end user.

Comments

  • If you create D2 IPluginAction, you should be able to call your method using IDfSession.apply()
  • Thanks for your response.

    Where and how can we create D2 IPluginAction? 

    could you give us example please?