• Add file to Notes via REST API

    I'm trying to post a file via the REST API. I already create the note, I have the note ID and now I'm trying to upload a file to the note. Documentation is not so clear to me. When I cal the API like this: Notes/0df989f0-7453-11ec-838a-065b9161e400…
  • Uploaded files get corrupted in sugar

    Hi All, I am trying to store a custom image file to sugar with a unique file name to a filename field on a custom Module (holo_FeatureKey). there is a file size difference from the original file and the one then stored in sugar org file: 2f5f5f47b2aecbcc6c376a0f771254ec…
  • set_note_attachment method returns "id: -1"

    I'm trying to add an attachment to a note using the set_note_attachment method. I'm calling the REST API from a .NET Core WebAPI. I can already login and create notes without any issue, but when I call the set_note_attachment it returns { "id": "-1" …
  • How do you add a note attachment to an email draft in Sugar 8?

    The Emails module is now built with Sidecar in Sugar 8. When you have a note record with a file attachment, how do you attach that file to an email draft using either JS or PHP in Sugar? Whenever I attempt to use the related attachments collection and…