• Some attachments on a note won't load via API, others do.

    I list notes attached to an opportunity. In the list all attachments I added via the API work fine, but all attachments added by user directly in CRM appear to be missing filename, file ext etc. Opening them via the Sugar application works, but downloading…
  • Get original Documents/Notes pdf saved as files without extensions

    Hi. When I create notes for users and add documents to the note, this documents (pdf, xls...) are saved in upload folder as files without extension. If I download this documents from web I can download it as the original pdf. But I need to extract the…
  • Duplicating Notes Module

    Hello! I was hoping to duplicate the notes module but can't seem to figure out how. Any advice would be appreciated!
  • How to create a bean note with an attachment inside SugarCrm

    Hi people. We have a schedule task in SugarCrm that call a restapi and with its reply we create some notes, the problem is that some replies has attachments with a public URL that has a lifetime of 15 min to download and save that file inside sugar…
  • 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…
  • Handling file creation on the cloud

    Hi, we face an issue with a piece of customisation we wrote some time ago that is not working anymore on the cloud. We have a logic hook that works on Opportunities. When the opportunity reaches a certain state we create a PDF file add it to a new note…
  • Notes with single and multiple Attachments since version 10.3

    In Sugar versions lower than 10.3 each note could contain only one single attachment which is described in the note record and which is uploaded to the upload directory ($sugar_config[‘upload_dir’]), the file name is the same as the id of the note record…
  • show notes contents in case admin

    I was wandering if there was a way to show a notes content which are attached to a case whilst in the admin area. Similar to how notes are viewed in the sugar case portal when you open a case. Sugar said its possible but we need to speak with our system…
  • Add notes to custom module

    Hi all, we had a developer add a custom module Feature Keys (holo_FeatureKeys) to our Sugar Ent 9.0. I now need to add notes support to this module. Using studio I created a relationship one-to-many in the feature key module to notes (see attached) however…
  • Create note with attachment with php and sugar api

    Im trying to create a note in sugar and on my local install the following code worked fine $note = BeanFactory : : getBean ( 'Notes' ) ; $note - > description = $args [ 'description' ] ; $note - > id = create_guid ( ) ; $note - > new_with_id = true ;…
  • 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…
  • 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!