• Problem when running CRM with php version

    Good day. I am experiencing difficulties with SugarCRM CE Version 6.5.7 (Build 8576) when attempting to make it work with PHP 7 or later versions. After changing the PHP version on the CRM site, I am able to log in and navigate the system. However,…
  • How to get the field from another module and display it into a different module?

    I know about the relationship but they only get the primary field, not the other fields. For example, I have two modules, module 1 holds the personal information of the user while module 2 let us say holds the person's activities. in module 2 I would…
  • How to change dateformat of datepicker v6.5CE?

    How can I change this? Currently, it is m/d/Y and I want to turn it into Y-m-d Thank you
  • Does anyone know any open source or paid chat modules for SugarCRM v6.5?

    We're looking to integrate a chat module in our SugarCRM and so far I've seen some livechat support which is not what we want as we would like to only have an internal chat module (like facebook that doesn't need to use an entire page for chat). I've…
  • When using before_save in SugarCRM 6.5 how do I stop the save?

    I am going to use before_save to review a Merge before it completes. If both Contact records have the two different Student Ids, I want to stop the process and display a message saying it can't be done.
  • SugarCRM 6.5 connector to Xero

    I'm wondering if anyone can provide me with a connector for Xero from SugarCRM, and if anyone can create one for a fixed price?
  • Reason why basic search or advance search is not working on a new custom module?

    Is there anything I need to check or configure to make sure that the search will work? By search I am not referring to global search but instead on the basic and advance search for the module.
  • custom email code not sending returns false

    $link = '<a href=" http://'.$root_url.'/index.php?module=CB_SupportTickets&action=DetailView&record='.$bean- >id.'"/> Click Here</a>'; $emailObj = new Email(); $defaults = $emailObj->getSystemDefaultEmail(); $mail = new SugarPHPMailer(); $mail->setMailerForSystem…
  • can I apply an after save hook for a sub panel?

    I want to do an after save hook for a sub panel, I tried adding it like what you would do for the main module but when I tried in when it in the sub panel it didn't work, but when I tried it using its main module it did work. So I'm guessing there is…
  • how to get the recently added bean id in after save logic hooks?

    I would like to retrieve the most recent id of an inserted data inside the after save method of logic hooks. How should I proceed with this? Thank you
  • how to implement round robin assignment in different modules for sugarcrm 6.5?

    I want to use the round robin assignment of SugarCRM for a different module, but I can't seem to find it in my admin menu, where does it usually hide for version 6.5 and how can I apply to it to a different module?
  • how to make a field required when it cannot be found in studio as it is a product of relationship?

    I created a new module that has a relationship with two other modules. One of the module lets call eating, the other let's call drinking. My module let's call it paying. Now my module paying has a one-to-one relationship with eating, and many-to-one relationship…
  • how to add custom javascript to compose page of email module in sugarcrm v6.5?

    How can I add a new custom javascript to the email module during the compose action without using any logic hooks? I tried using logic hooks but it gives me errors so I would like to know if there are other alternatives. thank you
  • What file is used to create the compose email in sugar 6.5?

    I want to customize the From and To parameters during email composition, but I don't know what file is used to create the compose email form. Can anyone point me to the right direction? Also I want to customize the From and To when sending the invoice…
  • where to find table for custom field in a custom module?

    I created a custom field inside a custom module, The custom field is working as expected and changes were made to its value when I edit it inside the edit part of the module for testing. But what I want to do is to update the value of the custom field…
  • MySQL query works in NaviCat but not in SugarCRM

    If any additional information is needed that would help you solve the problem, just let me know. I'm running SugarCRM 6.5.20 CE I have a logic hook that fires for a custom module and when I go to check the log, the query shows an execution time and appears…
  • How to add custom field in Global search ?

    I tried to add custom field of Account module in Global search. please any body guide me for the same.
  • connect to sugarcrm and get some data in my custom php file

    I made in new custom php file lets say e.g sample.php placed in root folder accessing it through a ajax call in any module but i am not able to connect to database or perform any operation. How to do that anyone can help?
  • How do I add additional columns to Convert Lead page that shows existing Contacts that might match?

    How do I add additional columns to the page that says: The contact record you are about to create might be a duplicate of an contact record that already exists. Contacts records containing similar names are listed below. Click Create Contacts to continue…
  • Adding a new config setting in the config class (user specific)

    Hi, how i can add a new config setting in the config class, and i want this config to be user specific so that every user has its own value on that setting Thanks in advance