Hi,
We have a strange case. We have a varchar field called "VIP Email" at the Contacts module.
We have created a simple formula that copies the value of VIP Email into the contact's email field (check attachment).
However, each time we create or update a contact, the contact's email is NOT updated. We have also tested in the demo of EspoCRM but we get the same result.
Are we doing anything wrong?
Thanks a lot for your time.
We have a strange case. We have a varchar field called "VIP Email" at the Contacts module.
We have created a simple formula that copies the value of VIP Email into the contact's email field (check attachment).
Code:
emailAddress=vipmail;
However, each time we create or update a contact, the contact's email is NOT updated. We have also tested in the demo of EspoCRM but we get the same result.
Are we doing anything wrong?
Thanks a lot for your time.
Comment