• 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 create and download a custom pdf report with the Custom API Endpoint process which can print relatedBean records in PDF?

    I have the ChequeBatch Module which has a relationship of One to Many with the Cheque module. I have a "Generate Cheques" button in the ChequeBatch module record view in edit options which calls a Custom API Endpoint and executes a process of incrementing…
  • Add Quote like functionality to the Custom Module

    I need to create a module exactly same as quote module with all functionality of quote module My Custom Module name is "Order Form" Quote & "Order Form" will be related as 1 to Many i.e 1 "Quote" : Many "Order Form" Product and "Order Form" will…
  • Why is record.php not being used when I install this package?

    Here is the package. Feel free to unzip it and take a look. Lev_Contracts2013_09_20_Amy.zip I am frustrated, because I have a file \SugarModules\modules\Lev_Contracts\clients\base\views\record\record.php but after installing, it doesn't show up…
  • 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…
  • How can one installation package replace another without uninstalling and reinstalling?

    How can one installation package replace another without uninstalling and reinstalling? We want to use packages to make changes to Sugar instead of studio. That way we can track the changes in GITHUB.
  • Creating a custom module based on Quotes

    I am thinking about creating a custom module much like Quotes where a related modules records can be added on the same form as the Record/Create of the parent record. This module would be much simpler than quotes and products would not be involved but…