• How can i call yes/no popup when saving a contact

    I'm using the Community Edition of Sugarcrm. I want to present a yes/no popup, when the user push "Save" button on creating a new contact. For doing that i need to somehow call a javascript function/file when the button "Save" is pushed on the editview…
  • Custom Javascript Function on DateTime Field

    Hello Folks, Its nice to be here. Thanks to Sugar for being so closed to their Community. I am stuck in middle of one functionality requiring javascript onchange function on datetime field. It involves some calculation and autofilling other fields based…
  • Create custom email and send it to Email Queue

    Hello there We are using SugarCRM 6.5 CE and let me share a new functionality I am trying to add to my sugarcrm configuration. I am creating a new button that launches a process which reads a custom "status field" of all accounts, and for all those which…
  • How can I share the code in 3 servers?

    Hello! The problem that I have right now is an Infrastructure level; I'm hosting on AWS a SugarCRM application and I have to replicate the code in 3 servers of an Autoscaling group on Amazon web services, What I'm using is EFS (elastic file system) or…
  • How to add "File Upload" field in Case module in SugarCRM CE 6.5.x version?

    Hello, I want to add "File Upload" filed in Case module. Please guide me on this.
  • What your favorite type of music to listen to while programing Sugar?

    personally I enjoy SomaFM Player just thought a fun thread would be a nice change for once.
  • Detect change in "date" field (sugar 6.5)

    Hello There's a date field and I want to detect when it changes through Javascript (so I can toggle visibility of other fields on the screen). What I have tried: I tried attaching displayParams on the field in edit view to try to detect the change with…
  • Disable Assignment Notification On Module In SugarCRM

    How can I disable assignment notifications for a particular custom module in SugarCRM? Eg. When I create a new Case or Task and assign it to a User, the User receives an email about the assignment. If I turn off "Assignment Notifications" through Email…
  • should be compatible with SugarBean::save

    Me ayudan, por favor estoy tratando de ejecutar la versión community 6.5.22 en xamp con php 7.0 pero me muestra estos errores Warning : Declaration of SugarEmailAddress::save($id, $module, $new_addrs = Array, $primary = '', $replyTo = '', $invalid = …
  • Hide or remove email settings message from module list view

    Hi, I see message on each module list view regarding email settings. I don't want to configure email but I will do in future. I want to hide this message. "Note: To send record assignment notifications, an SMTP server must be configured in Email Settings…
  • Use Saved Searches Without Advanced Search Form Showing?

    The Advanced Search Form with all the fields (and the 1990's interface designed for 800x600 screens) is ugly and takes up a huge chunk of real-estate at the top of the screen. The only way to make it go away appears to be clicking the 'basic search' link…
  • Connection test failed in "Full text search setting" in Sugar 6.5 caused by Possible Cross Site Request Forgery (XSRF) Attack Detected

    Hi, Connection test failed in "Full text search setting" in Sugar 6.5. I found that it is caused by Possible Cross Site Request Forgery (XSRF) Attack Detected and i follow the suggestion by adding "$sugar_config['http_referer']['list'][] = 'localhost…
  • Mass Update the text area fields.

    How can we mass update the text area type in SugarCRM?
  • custom where for custom dashlet not working 6.5

    I am following this guide , I followed every step but my problem is that this part of the code is not working as expected: MyTasksUntilNowDashlet.php function process($lvsParams = array()) { global $timedate, $current_user; $format = $timedate->get_date_time_format…
  • Get record ID in _headerModuleList.tpl (CE)

    I'm trying to customize the very top navigation menu and figured out everything except for how to get the module name and record ID inside _headerModuleList.tpl (template which generates the top navigation bar) What I tried: - Calling $_REQUEST inside…
  • Not able to relate contacts and notes custom code

    Hello I am trying to create a note and related it to a given contact, but I am getting this error message Notice : Undefined property: Note::$contacts in / custom_Notes.php on line 55 Fatal error : Call to a member function add() on null in \custom_Notes…
  • Getting all available modules in v10 REST API

    Is there any rest v10 API to retrieve available modules in v10 REST API version?
  • 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…
  • Filter list view records, not applied to Select All->Export

    Hello I have a question here, and it is that in the Contact List View, I have modified the custom/Contacts/views/view.list.php file so the records shown in the list view, are for some users, only the ones that matches a condition. To do so we have added…
  • What are these IDA fields?

    Can someone confirm what are these _ida fields that we sometimes see in vardefs? For example I created a relationship between leads and users (1-to-N) and now seeing the following: $dictionary [ "User" ] [ "fields" ] [ "leads_users_1leads_ida" ] = array…
  • How to add a M-N relationship via vardefs?

    I am trying to add a relationship between a custom module (Mass Interactions) and EmailAddresses, and to so in such a way that it won't need to be redone in v7.5.x when we go there. The examples I can find are all 1-M and not N-M. in custom/Extension…
  • Refresh subpanel values through a logic hook?

    Hello I have a relationship hook which updates data in 2 subpanels and a regular field. It works, well but to see the changes I need to manually reload the page. I know that logic hooks deal with back-end modifications, but is there a way to invoke some…
  • logic hook for when a user is assigned to a record

    Hello I want to trigger an action when a new user gets assigned to a record (by default it's assigned to "admin"). I'm trying the after_relationship_add hook, but it's not working. Should I even be using the " after_relationship_add " hook at all? It…
  • Field account name not mandatory in opportunities

    I am trying to make the "Account Name" field by creating a new opportunity that is not mandatory but I am not capable. The option to make that field is not mandatory appears in the Studio and I have already tried to eliminate the line "<span class ="…
  • Quickbooks Integration Options

    Is there any conduit software out there that will allow creation of an invoice in SugarCRM and then that invoice is exported to a Quickbooks Online account? Seems like most integration is the other way around - I would guess because it gets tricky with…
1 2 3 4 5 »