• How to exclude email address field from Export.csv for contacts module

    How to exclude the email address field from Export.csv for the contacts module
  • Doc Merge Clickable Email Address

    Is it possible to make the email address field included in a Doc Merge Template clickable in Word or PDF after merging?
  • Sidecar set email

    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 …
  • How to check if contact's email address is not empty in process definition?

    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…
  • Invalid flag resets on Email Address when the address is linked to a record

    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…
  • $bean->emailAddress->addAddress is not working, and $sea->addAddress REMOVES all other addresses

    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…
  • issue adding email field to cases module

    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…
  • Email address for SugarCRM account owner in free trial accounts

    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…
  • How to remove email addresses through an after save logic hook?

    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…