• Best practice to send data to an external site and displaying the return in sugar as an alert

    Hi all, I have a custom module of printers, when certain fields are updated in the record I want to send that record data to an external laravel site to update its database. I currently use logic hooks to do this $hook_array['after_save'] = Array…
  • Print files from list view of Module and Subpanel

    How to add print file button in Action menu of record.? When the user selects records in the list view (module) or is viewing the records in the subpanel, clicking on the Print Files button will cause the files in those records to mass print. (Makes…
  • How to prevent logic hook firing from another module or on import

    Hi all. I've created a logic hook which basically checks if the record is updating and if so, check if there is a contact assigned and if not, do not allow save. This works fine on my test site but not on a customers site. They have two issues: 1…