• After Update on 14.0.1 ENT OnPrem: Inline-Edit in Subpanels for Custom Modules no longer possible

    Hello Devs, after our update to version 14.0.1 ENT OnPrem, it is no longer possible to access the edit mode within the subpanels by double-clicking. However, this only affects modules that we have subsequently added, i.e. custom modules via the Module…
  • Updating "Team" field on a related module of a custom module

    Hi! We have a custom module that has a relationship with the "Calendar Lines" module. Our current operations work with all the calendar lines records on the GLOBAL Team to ensure the right access. We have recently received complaints that some…
  • Process Definition: Cannot edit change field action type

    Hello, I just imported a custom module to my production called "processing." We also imported two process definitions that use this custom module and two existing modules (Accounts & Contacts). In production, we cannot edit any of the action nodes…
  • 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
  • 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…
  • Portal issue with custom module create records

    Hi, I have created custom module in sugar and add that module into sugar portal. I have followed all the steps given in this blog post: sugarclub.sugarcrm.com/.../adding-a-custom-module-to-the-customer-portal Module display in the portal. When…
  • Ability to show external apps inside SugarCRM

    Hi, I have a requirement to show my application reports and statements inside SugarCRM account. My application is hosted externally. Here is the requirement. - Need to create custom page/tab inside Sugar CRM - On clicking the page/tab a list of options…
  • Calls Subpanel for Custom Module

    Hi all. If I wanted to use "calls" for a custom module, has anyone done that? I don't want to add a relationship direct as it appears on the call. I wanted to add it to the "related to" box, which you can do by adding it to dropdown called parent_type_display…
  • How to create a custom module from existing module in sugarcrm customize edition

    Dear Sir, I have already a Meeting Module in sugarcrm ce and and I want some changes regarding add new fields or update. So that I have to add custom module for the same. Please help
  • 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…
  • How to get a field auto populate from another module's (from subpanel view) field on create view?

    I need to get a field from a module and set the value of this field on the name field when I'm creating a new record. For example, in a custom module, we have a field called "work product", when we are creating a new record in subpanel module we want…
  • UpgradeWizard.php file not present in SugarCRM Enterprise Development Build 10

    Hi, I have upgraded an old custom module from Backward Compatability mode to Sidecar. To ensure that I am not missing anything, I want to run the UpgradeWizard.php file as mentioned here . However, the file is not present at all in the development…
  • Name Text In Detail View Not Displaying Correcly For One Module Only

    Good morning, Following an upgrade to v10.0.2, we have a bit of a weird issue where the Name field text isn't displaying correctly in a custom module and looks like the below (you can just make out the text): On edit, the text is visible: However…
  • 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…
  • Cannot add relate field [relationship field] on the custom module record save/update

    Hello, Please forgive for my language and terminologies used if are incorrect below is what I am struggling with I have a custom module name COF I wanted to have a relationship with opportunities 1 : M [1 Opportunity can contain many COFs] I…
  • 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…
  • 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…
  • 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.
  • Tasks Related To - Custom Module - Subpanel

    We have a custom module containing a 1:M relationship to Tasks module. On the Tasks Record Layout, this 'relationship field' is available for use to link a Task to a record in the custom module. On the custom module, Tasks appears as a sub-panel which…
  • 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…
  • BeanFactory script aborts while executing

    Hi, Iam a newbie at customized Sugarcrm scripts and I would appreciate any help. The script should create a course (training) for every product (Artikel) in a array. A course has relationships with a student (cursist), a product (Artikel) and a company…
  • After_save logic hook not executed when a Process Definition creates a new record

    This logic hook checks whether a record is new and a checkbox is checked, then links an account to the record based on the related contact. It works perfectly when a user creates a new record, but not when created by a process definition. The process…
1 2