Hi,
We are trying to create a dashlet to pre-fill contact fields with data from an external source. This works for first name, last name, phone, etc, but for Email, it does not work properly. It works when I go to the create view, refresh the page …
Hello devs,
I have a process definition to send an automated email to the specified contacts if certain conditions are fulfilled. I have been receiving a lot of exceptions in my sugar log regarding the email address missing while attempting to send…
I have an Email Address that is marked as Invalid on Contact A
Someone adds a Lead with that same address
the Invalid flag on the email address is reset.
This is not desired behavior. We mark email addresses as invalid after hard bounces in our…
I am writing an API to change an email address on a contact. I don't want to remove the old address, just add the new one as primary on the Contact bean. I used the documented addAddress ( support.sugarcrm.com/.../ ) $contactBean->emailAddress->addAddress…
I am trying to add the email field to the cases module, I tried to follow the Adding the Emails Field to the Record View from the sugar developer guide and everything seemed to work well, the field appears but when the record is saved it throw me the…
Hi, I'm using a free trial account for integrating SugarCRM with the product. In our product, we show the email address of the connected account in a few places in the UI. In case of SugarCRM trial account, it doesn't have an email address. I checked…
Hello, All. I would like to scrub bogus email addresses (that are entered during testing, etc) through an after save logic hook. I am able to mark an email address as invalid using the code below. However, I would like to completely remove the email address…