Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Handling AfterSave event of document form tab View modes: 
User avatar
Member
Member
seanbun-gmail - 4/8/2009 3:16:25 AM
   
Handling AfterSave event of document form tab
I am working on a task to create relationships of a document automatically. It requires to handle some logics in the event of after saving a new/existing document.

I have thought of a way to use the user contribution webpart and add my logic on the code behind of the webpart. Unfortunately, it does not handle the native form tab in cmsdesk. Any better idea how could I work on the event of the native form tab?

Please advise. Thanks.

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 4/17/2009 1:40:15 PM
   
RE:Handling AfterSave event of document form tab
Hello,

you can use TreeNode handler. Please see http://devnet.kentico.com/docs/devguide/treenode_handler.htm and http://devnet.kentico.com/docs/devguide/event_handling_overview.htm for more details.

Best Regards,

Martin Dobsicek

User avatar
Member
Member
seanbun-gmail - 4/20/2009 12:53:59 AM
   
RE:Handling AfterSave event of document form tab
This is excellent. It exactly provides me what I need. Thanks.