• 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…
  • Attachments not upload in SugarCRM

    Dear Team, I have upgrade SugarCRM version 9.0.1 to 11.0.6 . When i try to upload any attachments in any Cases using SugarCRM screen no reflected any error and showing file uploaded but i am try to view or download the same file facing issue attached…
  • Compressed and Corrupted image issue

    While downloading the uploaded image in the Document/Notes module, the image was compressed and sometimes distorted. Steps to reproduce- 1- Create a document record, fill in the required field 2- Upload JPG image 3- Save the record 4- Downalod the uploaded…
  • 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…
  • 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…
  • 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 ;…
  • Open attachments in a new browser window

    Hi, If you click an attachment in Sugar (6.x), for example in the Notes section, then the file will be downloaded. We have a lot of attached PDF's in our CRM. Is it possible to open/view the PDF (in a new browser window) instead of having to download…
  • 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!