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