• Sidecar set email

    Hi, We are trying to create a dashlet to pre-fill contact fields with data from an external source. This works for first name, last name, phone, etc, but for Email, it does not work properly. It works when I go to the create view, refresh the page …
  • Action Button

    I have created an Action Button on Leads that creates a new record in a Custom Module. The relationship between the Lead and the custom module is 1:1 so once a record is created in the new module the button should then be hidden, the record created can…
  • Is there a way to dynamically show/hide email template fields?

    I have an email template being used by a New Order Process Definition, however the Orders module has many dependent fields that either show up or dont for the user depending on the state. I want the email template to be able to hide the fields with no…
  • DocMerge fails when data contains an ampersand

    We have Word documents as templates for DocMerge. The merge produces DOCX files that Word cannot read. Some versions of Word give a helpful error message that specifies an illegal character in word/document.xml Unzipping the DOCX and viewing the…
  • Regarding upgrade 12.0.4 to 13.0.2

    Hey Dear, Using a silent upgrade method, I have successfully upgraded SugarCRM from version 12.0.3 to 13.0.2. However, when I attempt to access it via the URL, the login page is not displaying. Upon further investigation, I noticed that several files…
  • Missing create button for smart guide templates

    Hi! I have an On-premise site that I just upgraded to 13.0.1. And I have a regular user with all permissions to all smart guide templates modules, and specifically de Admin & Developer permissions. But when he access to the Smart Guide Templates…
  • Filter Pop-up based on relationship

    Anyone able to get this working? I tried what Neeraja P suggested in sugarcrm filter on relative field - Dev Answers & Best Practices - DevClub - SugarClub so far not working. Here is the code I am adding to custom/Extension/modules/RTPOL_OLP/Ext/Vardefs…
  • How to disable modules in Global Search Dropdown?

    Currently, when someone select the search and selects the dropdown, you see the screenshot below. How would I go about disabling: "Business Centers", "Document Merges", "Revenue Line Items", "Shift Exceptions", and "Shifts" from this menu? They don't…
  • How can we implement datetime(3) for all datetime values?

    Currently, the datetime is a standard MySQL datetime field. However, we have items that happen quickly and the datetime field doesn't reflect quick changes, especially in the _audit tables. Can we change the datetime to be datetime(3) which will capture…
  • Execution of Schedulers in UTC?

    Schedulers execute based on the timezone associated with the System Administrator. If we set a Scheduler to be executed at Min: 30 Hour: 06 Date: * Month: * Day: 1-5 This means this should be executed at 6:30 a.m. Monday - Friday. However…
  • How to "ignore" some characters with the global search ?

    Hello, I want to know if one of you know how to customize the GLOBAL SEARCH to ignore certains characters (for instance - or / or .) ? Obviously, the "problem" is more an elasticsearch concern ; what would be great is that the query is launch with…
  • Sugar 13 How to add Custom module for email template ?

    I wanted to add the custom module in the Email template insert variable dropdown.
  • Replace filesystem upload with Azure Blob Service

    I'm working on a method to replace the OOTB filesystem storage with Azure Blob Storage. Do you know if anybody has done this before? Could you share your code, issues faced, etc? BTW this is on-premise not Sugar Cloud if that makes a difference
  • How to decrease the amount of significant digits/zeroes after a decimal? Cloud

    Clients have asked for there not to be 8 digits after every decimal for currencies. I saw that a solution would be to edit the $sugar_config How do i make this change happen on a cloud instance of sugar? I believe i need to resort to the default of 2…
  • How to add an index to a textarea?

    How can I add an index on a field of type textarea? I have added the index with field(32). Which is the part of the field I'd like to index. However, each time we do a Quick Repair and Rebuild. Sugar finds the index but wants to remove and re-add the…
  • Relationship based on another relationship

    Is it possible to create a relationship based on another relationship? For example, in Opportunities I need to add two Contact relationships to track both Commercial and Technical contacts for an Account, but I need to limit the ability to select the…
  • how to add icon in tpl file for package installer but it not get in when i install the package in Sugar 13.0 but in Sugar 12.0 it is working fine ?

    Hello Everyone, I faced an issue in my tpl file for the package installer. When I install the package the icon was not shown but the code was there. I am using the font awesome external link but it not working in Sugar 13. why is it so? please suggest…
  • 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…
  • Replacing nusoap and curl using NTLM auth for sugar 12.0.3

    Hi, We are upgrading a customer from 11.x to sugar 13, but in 12.0.3 Nusoap has been removed. The customer is also using NTLM authentication for their soap connection. I am having troubles finding documentation covering this scenario. I have found that…
  • Issues with Sugar 13.0 and PHP 8.2 in Vagrant

    Anyone else having issues getting Sugar 13.0 to work in a Vagrant using PHP 8.2? I keep getting " (Elasticsearch Queue Scheduler) failed in CRON run, Undefined constant "Sugarcrm\Sugarcrm\Elasticsearch\Adapter\CURLOPT_USERAGENT"" from the cron jobs but…
  • Sugar 13 Enterprise On-site with Elastic Search 8.4.3 (Windows)

    Hi. We have resently upgraded our Sugar test environment to version 13. We have also attempted to install and run the Windows service for ES 8.4.3 (Elastic Search) but are unable to test the connection via Sugar Administration and perform the required…
  • Components not found in SugarCRM Ent v13

    Hello. I tried to install version 13.0.0. Through system check acceptance, the database support, xml parsing, zip handling, and bcmath support were not found. I used this vagrant box for the compatibility of sugarcrm version 13.0.0 Please do…