• Performance Issues with Custom Table Joins and Sorting in SugarCRM After MySQL Upgrade to 8.0.41

    We recently upgraded MySQL from version 5.7 to 8.0.41. Post-upgrade, we have observed a noticeable improvement in overall query performance. However, we are encountering a significant performance issue, specifically when accessing list views in modules…
  • For API customization in SugarCRM

    Dear All, I want to customized Some input received in Sugar by Default API . How can I customized if ? And Also share the path of default API in SugarCRM used. For Example :- I have share a case crate API with portal user and I received regularly in…
  • HTTP: 500 Internal Server Error Invalid subscription json data

    Dear Team, I have Upgraded our sugar CRM 11.0.6 to 12.0.3 & we are Getting CRM after login screen ( HTTP: 500 Internal Server Error Invalid subscription json data ) Please help what can i do for this issue
  • Count Endpoint for documents/ tasks

    Is there a best way to get a count of all documents/task etc . Like is there a URL endpoint we can just call that's like documents/count?
  • How to customize Studio created Action Button functionality for mobile and web users?

    Hi All, I have below scenario where I need help/suggestion how we can customize Studio created Action Button functionality. In the Case module of SugarCRM, I've implemented two action buttons from studio: (1) "Complete" and (2) "Cancel." Each Case…
  • Dynamic value set via Ajax in Accounts/Any modules in create page, But If click save button automatically got erased.

    $("input[name=name]").val('test'); when applying the value using Jquery. then after clicking the save button value is automatically erased and throws the required error message.
  • 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…
  • Sugar Latest Version ENT V13 Clarifications

    1. New Module Deployment : In Sugar V13 ENT default fields, such as the 'Name' field, are not listed Studio ->Layouts -> Record View/List View sections. For example, we would like to display the 'Name' field somewhere other than the top of the screen…
  • metadata/public?type_filter=&platform=base&module_dependencies=1 - 500 Internal Error

    I am getting 500 Internal Server Error in metadata/public?type_filter=&platform=base&module_dependencies=1 API and page unable to load. SugarCRM login page is keeps on loading.But no errors in php & sugar logs.
  • How create multiple links(relation ship) with bulk API

    Hello, I am doing rest bulk call. I want to create multiple relationships along with the bulk record creation/updation. Please advise. Thanks Sanket
  • How to make a Relationship between Users and Roles , Teams Modules

    Hi, I need to create relationship between Users -> Roles and Users -> Teams modules. Itry with using sugar studio but the relationship target module ( Roles and Teams ) is not listed. I must create relationships one to many with the core role module…
  • How to Send invites as calendar invite (ical) - For any module

    Hi There, We would like to implement the below functionality Upon creation/edition of any record in any of the module (name for example : PS) : a calendar invite sends to the Contact's primary email address. Calendar Appointment Subject/Title…
  • How we Can create and approve SugarCRM instance Portal Access.

    Dear Developer Team, I am trying to enable my instance SugarCRM Poral i have enable from admin but not able to login on SugarCRM instance portal and i dont know to create new user for portal and how to approved after sing up user to crm for portal…
  • Getting discard changes? popup after edit subpanel record

    I am getting a discard changes? popup after click on any module of navigation after edit in subpanel. Explained below: In Opportunity model subpanel for RLI, I have added a RLI record. After that I have updated the RLI record from subpanel with Quantity…
  • How can i get field_name in detail.hbs of phone fields

    Hello Folks how can i get field_name in detail.hbs of phone fields. Eg, i can use values, record_id by {{model.id}} and module_name by {{module}} . So I want to have field_name of phone field.
  • 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…