• Request Status are automate to change resolved to Closed

    Dear All, I want to customized Request Status are automate to change resolved to Closed in 14 days. Please suggest a change or customized in code . Thanks & Regards, Suraj Kumar
  • How to Collect data User Login and Logout Details In sugar crm ?

    Hi Dear Team & Developers, How We Can Create or Get By Default Sugar crm Users Login And logout Details. I want to create report or want to see log for each SugarCRM users login Details. Please suggest me if any idea. Thanks
  • How to overwrite the core file to remove the timezone from the print to pdf file, How can we do this through the customization?

    How to overwrite the core file to remove the timezone from the print to pdf file, How can we do this through the customization? Path: sugar\modules\Reports\sugarpdf\sugarpdf.reports.php Code : $this->SetHeaderData(PDF_SMALL_HEADER_LOGO, PDF_SMALL_HEADER_LOGO_WIDTH…
  • Scheduled report too big

    I suspect that I have some reports scheduled by users that result in files too big to send via email. I am seeing errors like the following in my logs: Wed May 13 18:05:09 2020 [20239][2488a848-2e7a-4290-87c0-4d2b6c6408e4][FATAL] PHPMailerProxy encountered…
  • How to sort Group By data in descending order in Report charts

    Is there a way to sort data in the Group By column in descending order in a Report chart? For example, when I create a chart of sales by month, the months are automatically sorted in ascending order starting with the earliest month. Is there a way to…
  • Can you gather information from a Meeting and place it into an Advanced Report?

    Hi guys, I have a question...is there anyway to create an Advanced Report for information logged into a meeting for instance? I am trying to create a Custom Query to select the data entered into a meeting but I can't seem to gather the information to…
  • potential bug reports?

    I am using Sugar Pro 9.0.2 onSite. I built a Matrix report on Leads with date created and status parameters. Date Created is set to a range: 1 Jan 2017 to today. A simple group by And a simple summary display The results are grouped by Year and Month…
  • How can I add the people that received a scheduled report on the CC email form of each user that recieve the report

    Hello, I have the requirement of How can I add on the CC of the email result of scheduled report all the people added on the destination list of that scheduled report. I appreciate all the ideas!, Thank you.
  • How can I check if a scheduled report is empty, not send it?

    Hello, I want to know more about what I can do if a scheduled report that runs every so often is empty. I want it not to be sent. I appreciate all the ideas! Thank you.
  • Clickable record Name in PDF Report

    Our users want Clickable Names in the PDF Reports that are emailed to them, that is not currently possible without overriding the PDF generation. I was able to get the Name of the first record to be a beautiful clickable URL, but not the rest, and I cannot…
  • How To Make Dependent Filter In Sugarcrm 9.0 Report Module ?

    Hi All ! How To Make Dependent Filter In Report Module Sugarcrm 9.0 .? Its Working On Accounts and other Modules In edit View While I am trying To create Report for ex-Account Module But Filter Dependent Not Working ? So any one Suggest me What can i…
  • REST V10 Report Data - Get display columns only in result

    I am using below API to get report data: /Reports/:id/records But I am getting full record set instead of display columns which chosen for that particular report during report creation using report module. reports rest api v10