• 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…
  • Migrating from 6.5 to 7.9 - custom/module/Contacts doesn't work more

    Hi, we performed a migration from 6.5 to 7.9. Our installation of sugar has a lot of custom modules, and fortunally all of this seems to work fine. The issue that we got instead is in the customization of Contacts module. In custom/modules/Contacts/ we…
  • 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…