Yurii Kuznietsov
Yurii Kuznietsov
I used to think about this problem before a lot. I'd like to have some consistency though, when entities share the same layout.
Hi Rodrigo, There were no any changes related to webhook functionality for the last year or so.
I tested and it worked fine on the latest version. I will be absent for 5 days or so. Suggest debugging in `application/Espo/Core/Webhook.` You can add log lines: ``` $GLOBALS['log']->debug('Some...
Check whether the scheduled job is running.
Check 2 `webhook_*` tables in DB. Whether they get populated with new rows as an event of your webhook occurs (e.g. on record save).
Try to debug here: https://github.com/espocrm/espocrm/blob/stable/application/Espo/Hooks/Common/Webhook.php#L55.
Does it execute afterSave? Is your debug logged?
It supposed to be called multiple times. It's not looping.
I don't know. Debug deeper. Webhook manager class > process methods. Check whether they are executed on record save. Check `data/cache/application/webhooks.php` file. The logic of webhooks is not that hard....
I thought calendar dashlet is not available for portal users. It was not intended to be.