• Duplicating Notes Module

    Hello! I was hoping to duplicate the notes module but can't seem to figure out how. Any advice would be appreciated!
  • 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 ;…