• 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…
  • Unknown platforms to be restricted in Winter '18 release

    In Sugar 8 / Spring '18, Sugar administrators can now configure API platforms using the Administration panel. The Platform extension is still available if you want to register a custom API platform as part of a Module Loadable Package. Sugar uses platforms…
  • Upcoming security changes to Sugar

    In our most recent set of security releases , we made some changes in Sugar that address input sanitization issues reported by a 3rd party security researcher. Conveniently, these issues can be addressed with the input validation and CSRF form authentication…
  • A new Sugar UX coming in Winter '18

    SugarCRM is on a mission to empower our users to delight their customers. To that end, we are pleased to introduce the first phase of visual restyling, and give some tips on how to work with the new UX. Our process in developing the new UX Sugar 7 introduced…
  • Developing Sugar on Docker

    TLDR Developing Sugar on Docker , get up to speed now! The long version What are Docker containers? If containers for you are more than the two pictures below… then you are in the right place! As you might be aware, there has been and there continues…
  • 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?
1 2