• after_relationship_delete logic hook deleting all records.

    I have created following code to delete record from related module,when user click on a remove button, from subpanel. I am facing a problem that when i remove a single record, it remove all the records from related module, instead of that single record…
  • SugarCRM 6.5 still updated?

    I'm a little bit confused. I know that sugarCRM no longer supports version 6.5 as of 2016, but there are still security patches being applied in 2017 as per: http://support.sugarcrm.com/Resources/Security/sugarcrm-sa-2017-005/ Does this mean that no new…
  • Action after duplicate check

    Hi, I have been playing a bit with the record duplicate check which comes in Sugar 7 and I have been able to add my own validations and to edit the layout of the duplicate check pop up in order to appear the fields which I want. What I want to know is…
  • What options are there for a Magento and SugarCRM integration?

    Does anybody have experience with integration Magento and SugarCRM? I made a research and found that extension http://amasty.com/magento-sugarcrm-bridge.html Please advise.
  • Dynamically hide panel in detail view based database field value

    In have Custom module called Quotes where I have a panel at the top in Detail view .I have database field called Status in Quotes table what I want is when status field in Quotes table is 1 then only the panel should be visible or else not can any one…
  • Get Field name by its Display label

    Hello, i want to get a field name by its display label. also to know if it exist or not in the bean (for example, Lead bean) i already know how to check if field exists by its name: $FieldDefArray = $lead->getFieldDefinition($name); but how can i get…
  • add duplicate email column to duplicate check on lead save

    When saving a new lead and there is another lead with the same email, i get the Duplicate screen, with a table of the leads that have the same email. but the email column is not shown - only the first name, last name and title and the headline doesn't…
  • set_relationship returns 500 in v7.11. Is backward compatibility not supported?

    My use case is simple. I'm creating a Contact, I'm creating a Case and I associate that Case with the contact. When we initially built the integration, only api v4_1 was available. When use API Key of SugarCRM v7.11, Contact creation and Case creation…
  • Saving Contact $bean deletes email addresses

    In the after_save logic hook for Accounts I wrote some code that would change the primary address of all Contacts linked to that account to the billing address of that account. The code works, but we eventually noticed, the the mystery of vanishing email…
  • Custom admin config page for new settings

    Hello, I would like to share with you the way to add a custom admin page for new settings. For example ( SugarCrm 6.5 ), we would add a setting to access to another system from sugarcrm; we need: * URL *USER * PASSWORD Instead of adding code in config…
  • How to clear a relationship field

    So how do you CLEAR a relationship field that has a value in it? I tried this . model . set ( 'whatevercontracts_accountsaccounts_ida' , '' ) this . model . set ( 'whatevercontracts_accounts_name' , '' ) ; but that doesn't really work, it seems to leave…
  • What is the function either PHP or Javascript in Sugar that converts the Database date/time to the current users Time Zone date/time?

    When the date/time is retrieved directly from the database, it is in UTC. How do I convert it to the current users Time Zone?
  • Erase code issue

    Hi all, I have a problem. I program a little code in js on the cache/modules/Contacts/editview.tpl file. Then, on administration panel -> studio, i put "required" on a insert. That erase my js code. What is the problem? Why erase the code? Thanks all…
  • Connect SugarCRM to Lumira 2.0

    Hi Experts, I am looking for a way to connect SugarCRM with SAP Lumira 2.0. At the connectors of Lumira 2.0, I do not see one that connects to SugarCRM. Is there perhaps any way I can extract SugarCRM data in SAP Lumira 2.0? Or perhaps is it possible…
  • how to assign multiply users to a project

    for example : i have three project ( project1, project2 , project3) each project have project manager and under project manager there is supervisor and users and all users work should be under their project , also each project manager have his own rules…
  • Relate field values(ID) not getting Saved

    I have a custom module with relate fields, modules where deployed using module loader on a SugarCRM 6.5 installation They show up okay in the edit view, but upon saving.. i get the smarty error below Fatal error : Smarty error: [in cache/modules/rating…
  • Calling Javascript function from a relate field in Editview

    Hello developers! I need to call a javascript function when a record is chosen in a relate field (in the editview). i know how to do that with standard fields like dropdowns and others but the javascript function is not called on relate fields. 1. i added…
  • Custom dropdown field appearing as multi-select field

    Hello. I followed the steps in this link to create a custom dropdown field: HOWTO: Add a search field that searches another module « Sugar Developer Blog – SugarCRM array ( 'name' => 'ano_padv', 'label' => 'Ano', 'type' => 'enum', 'default' => true…
  • 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
  • How can i override save button call?

    Hi Team, How can i override save button call. I want to right some logic at client side on click of save button. What is the correct way of doing it. Regards, Deepak
  • Adding custom fields to email template records?

    I noticed there is no Email or Email Tempates listed in Studio. We'd like to add a field or two to classify our different email templates, say we send different emails to prospects based on the business industry they are in so we'd like to add an 'industry…
  • 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…
  • how can i show errors' message like it shows in fields required in CE

    Hello everyone. I override check_from function to do a validation of custom fields but, how can i show errors' message like this? This errors' message shows when i try save a required fields empty. And i want show my messages like this under de fields…
  • Security Group subpanel not showing in main modules

    Hello Everyone, Security Groups subpanel is not showing in main modules such as Accounts, the relationship and the subpanel are both appearing in studio, but not in the detail view of the account. When I checked my log I found this : Bad subpanel definition…
  • display contact data in custom list view

    I created a new module that has a many-to-one relationship with Contact. This module is intended to record the office visits for a contact. In the Office Visit list view, I would like to display additional fields from the contact for example, birthdate…
« 2 3 4 5 6 »