• how to create extra button on list view

    Using sugar 10 I am trying to add extra button on list view which will update 2 column on that record. change assign to and status. I have followed these articles but they don't seem to work https://medium.com/shanes-tech-tips/sugarcrm-7-adding…
  • Add javascript in the onclick of a custom button

    Hi, I work with the 7.6 pro version of Sugar and I have added a custom button in the module Quotes that follows the old standard, the 6.7 version. I have added the button with this code in the detailviewdefs.php: 'buttons' => array ( 0 => 'EDIT' , 1 …