• I was asked to create a report of all our SugarCRM reports and the number of times they have been accessed. Is this data even available with the Tracker module?

    We user SugarCRM Sell hosted in the cloud. When I perform a custom query like this: select * from tracker t where action = 'detailView' and module_name = 'Reports' order by date_modified desc The data exported just seems to be the date_modified…
  • How can I display fields from one module on the create and detail view screens of another module?

    In the module builder level, I have created three modules. We are using the SugarCRM sidecar method to display the modules. Module 1: Contracts Fields: Name, Email, Mobile Module 2: Contracts_Sales Fields: Sales_person_name, Sales_company, Sales_email…
  • Ability to set values within any dropdown to active/inactive

    We need the ability on the admin/Studio side of things to be able to hide out of use dropdown options. Is it possible to hide values within an individual dropdown field without deleting? I would like to hide out of date values without deleting and removing…
  • 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…