• 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…
  • 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…
  • 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 ;…
  • 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!