• 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…
  • Change Meeting/Call Reminder Template to include Description value?

    What variable am i to use to add the meeting 'description' to the template? My change looked like this: <!-- BEGIN: MeetingReminder_Subject --> Meeting Reminder - {MEETING_SUBJECT} <!-- END: MeetingSpecial_Subject --> <!-- BEGIN: MeetingReminder --> Title…