• 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?
  • 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…
  • 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…
  • 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…
  • Where to put XML template?

    Hi everybody, I just want to know what is the best practice to put this kind of files? I have a TXT file filled with XML that i will read at some point in the execution. I'm thinking about using the Upload folder but I want to be sure. Thank you.