• 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…
  • How to filter a field of module B in the list view of module A

    Hi, I have two modules "A" and "B". There exists a relation (one-to-many) between theses two modules. One module A may have many module B's. I have a field "status" in Module B. It is an enum field with following options ('Open', 'Lost', 'Won'). …
  • Has anyone achieved sorting by multiple columns in List view?

    Is there a way to add sorting by multiple columns in List view? I know I added the suggestion 5 months ago ( https://sugarclub.sugarcrm.com/explore/enterprise-professional/i/product-suggestions/multi-column-list-view-sort ) , but it has come up…
  • Getting Started Developing for SugarCloud

    I'm trying to add an extra button into a listview header that will prepopulate a value in a dropdown list. I understand I need to extend the list-headerpane folder for the module, and add the button in list-headerpane.php by extending it to custom folder…
  • 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…