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