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