• A custom composer configuration has been detected which is incompatible with the upgrade process.

    Good Day! I would like to ask for your assistance regarding my SugarCRM Pro 7.7.2.0 upgrade issue. I am trying to upgrade our existing SugarCRM Pro v7.7.2.0 to v7.7.2.2, but I cannot proceed due to an error I encountered. Already reported this issue to…
  • How to disable sub panel row actions conditionally based on parent model?

    What is the best practice to conditionally disable edit/add/ un-link actions on sub panel where parent module is assigned to a status. For example: If parent status is 'Closed' -> Sub panel records should not be altered. Message was edited by: Alex N…
  • Sucrose Bubble chart customization in Sugarcrm

    I have to integrate sucrose bubble chart in Sugarcrm. I don't know how to integrate sucrose bubble chart in Sugarcrm. It will be helpful if there is any document or process for this. Let me know if there is any link or document for integration.
  • Show field label at left/right of inputbox/valueoffield in detail view.

    I added 'labelsOnTop' => false in record.php file of opportunity to display field label at left of inputbox or at right of inputbox. But it is shows label on top of inputbox. is there any other setting to achieve this?
  • Apply initial filter based on other field value

    I have a field which lists all Accounts, and have a filter to choose only parent accounts. Here I have a drop down field in which if I choose one option then only I need to apply the initial filter on the Account field. If I choose other drop down values…
  • CLI tool to transfer system data between environments

    Today I wanted to share an useful tool that I built few months ago to work across environments of the same instance. The CLI System Data is a command line tool built to simplify some of the data transferring tasks between environments of the same system…
  • Bulk Upsert REST API for data loads and integrations

    The goal of this sample code is to be able to create and update big amounts of data quickly, by leveraging only REST API for integration and initial data load purposes for on-site implementations. The code implements a POST based bulk upsert API for Sugar…
  • model.save() over write the full bean instead of just set fields

    Hello Folks, I have find out a big problem with sugarcrm. I have created the custom popup for Accounts module by following Adding a new popup view in Sugar 7.x Record View « Sugar Developer Blog – SugarCRM and it is working fine. Now Suppose I have Industry…
  • Custom bar chart dashlet in Sugar 7.8

    Hello, I'm trying to generate a bar chart dashlet in the Contacts record view, but I'm having some issues when rendering the chart. I obtain the data with a custom endpoint and then format it to what I think the chart expects, but it's not working. These…
  • How to compare new value and old value in Sugar 7 Enterprise Process ?

    Hello guys, We have move Sugar 7 Pro to Sugar 7 Enterprise. Now, we can use Process module instead of Workflow module. This is Workflow, we need to migrate to Process (Opportunity Module): 1) "Opportunity" create/update Save . 2) Custom text field "Job…
  • Adding config fields to a dashlet

    Hello, I'm trying to modify a custom dashlet in an Enterprise 7.8.2.1 Sugar instance, adding two fields to the dashlet config (it has none at this time). These fields should be used to filter the info the dashlet is showing. This is my dashlet metadata…
  • Hide Converted Leads from List View

    Hello, For Sugar 7 I would like to hide Converted Leads from the Leads module list view if they have been converted to Contacts. Only Admins should be able to see all leads, non-admins should not see converted leads. Thanks Offshore Evolution Ramana Raju…
  • How to know relate field Join table name?

    Hello, I have Contact, Account & other custom module object. How to know relate field join table name using code? I have Contact object relate field Array ( [ name ] = > account_name [ rname ] = > name [ id_name ] = > account_id [ vname ] = > LBL_ACCOUNT_NAME…
  • Is it possible to make Sugar Dashboard Uneditable for Regular Users?

    Is it possible to make Sugar Dashboard Uneditable for Regular Users?
  • How to make default sales_stage when crate opportunity in Sugar 7?

    When user create a new opportunity default value should be Pending Sale. But now I have default is prospect. How to change this?
  • Is it possible to hidden some tabs(or panels) in the contact module based roles in Sugar 7

    for example this is show more panels(tabs)
  • How to Hide button in the opportunity module menu with specific criteria (Sugar 7)?

    I need lIke this js ({ extendsFrom: 'RecordView', zipJSON: {}, initialize: function (options) { app.view.invokeParent(this, {type: 'view', name: 'record', method: 'initialize', args:[options]}); var salesStage = this.model.get('sales_stage'); // this…
  • How to replace field with logic hook in Sugar 7 ?

    My problem is that in the Sugar 6 I replaced field (contacts, opportunity,cases) with logic hock: $bean->io_number_c = 12345 I replaced to $bean->ionumber_c = "<a target=\"_blank\" href=\"".$path."\">".$bean->ionumber_c."</a>"; ($path = "http:/some_different_site…
  • How can I hide Task and Direct Reports subpanels from contacts module in Sugar 7?

    Hide subpanels from contacts module view layout.
  • How to make border bottom in the contacts field layout?

    This need for separate field
  • How can we change font size of the titles of the fields (contacts module) in Sugar 7?

    Is it possible?
  • Is it possible to edit or not edit the field (contact module) based roles in Sugar 7

    How can I do that?
  • how do I get curren user id in contacts module record.js?

    ({ extendsFrom: 'RecordView', zipJSON: {}, initialize: function (options) { app.view.invokeParent(this, {type: 'view', name: 'record', method: 'initialize', args:[options]}); //var userID = app.user.id; //console.log('userId='+userID); this.context.on…
  • htmleditable_tinymce field is display in base(web)  but that is disabled in mobile view  sugarcrm 7.* why ?

    Hi Everyone, I have facing some problem in htmleditable_tinymce field. I use sugarcrm default field type " clients/base/fields/htmleditable_tinymce " In base(web) that is look good and working fine but when I put that field in to mobile view it see as…
  • Auto Increment Integer Field in SugarCRM 7.6 On-Demand (SaaS)

    I've been encountering an issue when working with SugarCRM 7.6 On Demand (aka SaaS instance) in making a custom field auto-increment on every update. Since I can't access the code directly to modify Sugar's internals to create an auto-incremented field…
1 2