[Vtigercrm-developers] Register Event Handler in Manifest
Alan Lord
alanslists at gmail.com
Fri Feb 6 13:45:28 GMT 2015
I'm trying to register an event handler using the manifest file but it
doesn't seem to be working, i.e. it isn't getting added to the database
table vtiger_eventhandlers...
Is there anything wrong with the following snippet from my manifest.xml?
><events>
> <event>
> <eventname>vtiger.entity.aftersave.final</eventname>
> <classname><![CDATA[GeoToolsEventHandler]]></classname>
> <filename><![CDATA[modules/GeoTools/resources/GeoToolsEventHandler.php]]></filename>
> <condition><![CDATA[]]></condition>
> </event>
></events>
Thanks
Al
More information about the vtigercrm-developers
mailing list