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