Hello,
I have a hook for Account entity that updates a field based on it's email addresses using beforeSave method.
It is working fine when saving Account in full edit mode. But if I use quick save for email addresses only, it is not working.
I think the beforeSave method is not triggered at all. Is there some way to trigger it or some other method ?
My hook is located at
custom/Espo/Custom/Hooks/Account
And the field is the standard emailAddress
I have a hook for Account entity that updates a field based on it's email addresses using beforeSave method.
It is working fine when saving Account in full edit mode. But if I use quick save for email addresses only, it is not working.
I think the beforeSave method is not triggered at all. Is there some way to trigger it or some other method ?
My hook is located at
custom/Espo/Custom/Hooks/Account
And the field is the standard emailAddress
Comment