Hi,
I cannot get my hook to work... maybe someone could be so nice and point me in the right direction?
I tried making hooks for "Espo\Custom\Hooks\Lead" (in /custom/Espo/Custom/Hooks/Lead) and "Espo\Hooks\Lead" (in /application/Espo/Hooks/Lead) and even tried implementing a Common-Hook to try getting into the save-process. I already tried "Leads" instead of Lead...
But the only afterSave-"Events" I get (using the Common-Hook) are ScheduledJobLogRecord-Events.
Is there any other way to do it?
Regards,
Mirko
I cannot get my hook to work... maybe someone could be so nice and point me in the right direction?
I tried making hooks for "Espo\Custom\Hooks\Lead" (in /custom/Espo/Custom/Hooks/Lead) and "Espo\Hooks\Lead" (in /application/Espo/Hooks/Lead) and even tried implementing a Common-Hook to try getting into the save-process. I already tried "Leads" instead of Lead...
But the only afterSave-"Events" I get (using the Common-Hook) are ScheduledJobLogRecord-Events.
Is there any other way to do it?
Regards,
Mirko
Comment