Forums / Developer / Object removal extension hook?
Tuomo Syvänperä
Saturday 08 August 2009 12:29:32 am
I have created a custom ezcontentobjectedithandler which creates/updates a row in our own database when new objects of certain class are published. Is there a similar extension hook for object removal? Meaning, that when these objects of the same class are removed, I should be able to remove the row from our database also.
Heath
Saturday 08 August 2009 11:19:51 am
Yes, using the locations features in the admin manually of course [0] or using the workflow event system to automate this process(their are several which offer similar functionality). [1-4]
By what criteria would you like to determine weather assignment should be added?
By default to all objects of a specific content class or some other criteria?
I think I would recommend copying most recent related extension as the basis for your solution. [3]
Cheers,Heath
[0] http://ez.no/doc/ez_publish/user_...sks/publishing_at_multiple_locations [1] http://ez.no/developer/contribs/w...ed_user_placement_for_ez_publish_3_8 [2] http://ez.no/developer/contribs/workflow/automated_user_placment [3] http://projects.ez.no/createmultiplelocationruleevent [4] http://ez.no/developer/contribs/workflow/locations_workflow_event[5] http://ez.no/developer/forum/developer/create_automatically_an_assignement
Brookins Consulting | http://brookinsconsulting.com/ Certified | http://auth.ez.no/certification/verify/380350 Solutions | http://projects.ez.no/users/community/brookins_consulting eZpedia community documentation project | http://ezpedia.org
James
Saturday 08 August 2009 11:28:36 am
<i>http://ezpedia.org/en/ez/workflow</i>