• How to easily add email to contact via API?

    I need to add emails to contacts. But I wasn't able to find out how to do it in a convenient way. Now when I want to add an email address to a contact, I have to call three endpoints. 1 - I need to call POST /EmailAddresses to get the email address's…
  • Create an account by REST API without sending user assigned notification

    Hello There is something equivalent to the php version of $bean->save(false); to avoid user email notificacion by API REST Calls? Or some variable flag on the json of rest/v10/Accounts POST? Something like the last part of this fake json example { "id…
  • Hide or remove email settings message from module list view

    Hi, I see message on each module list view regarding email settings. I don't want to configure email but I will do in future. I want to hide this message. "Note: To send record assignment notifications, an SMTP server must be configured in Email Settings…
  • EMail Template via HTML - after saving just Text

    Hi, We're using Sugar Prof. Ver. 7.9.5 I try to create a Email Template with HTML Code. So i put the HTML Code in the Editor and after the update the Template looks fine as it should. But after Saving there is just some Text and when i open the Template…
  • 7.11-dev Email sender options missing case queue and more

    I am working in 7.11-dev to prepare some Email module customizations for the version 8 release to onSite customers. In 7.9.x we have customized the "sender" field to default to the case queue email address and I am trying to reproduce this in v7.11-dev…
  • Create Email (compose.js) - how do I access the pre-populated contacts from the render function?

    Hello, For context: I am attempting to extend compose.js to set up some default values based on the number of contacts initially added. I am creating the email from the email subpanel on a case, which adds the case contacts into the email recipients by…
  • logic hook, email body stripped

    I noticed that in 7.6.2.2 when I send an email with html tags the email body is stripped. I use the following function to send emails from logic hooks: <?php //Function to send Email message function sendEmail ( $ToEmailAdd , $FromEmailAdd , $FromEmailName…
  • forwarded email description strips addresses

    Has anyone else noticed that as of v7.6 (possibly prior v7 versions too) when you include forwarded messages in an email the email addresses are stripped from the description? I have an inbound_email queue set up in SugarCRM that users can Bcc or forward…
  • Why does composing an email with attachments generate a note?

    I'm getting this bizarre behaviour in SugarCRM 7.5 where composing an email with attachments generates a Note for each of those attachments. Is this normal behaviour? And if it is, is there a way to disable it? Thanks!