SugarCRM Development

SugarCRM Customization: A Step-by-Step Guide to create a Custom Field in the Relationship Table

SugarCRM Customization: A Step-by-Step Guide to create a Custom Field in the Relationship Table

This blog is intended for SugarCRM developers aiming to create a custom field in the subpanel from the relationship table. Let’s explore the significance of customization in SugarCRM. When certain requirements cannot be met through personalization or configuration within Sugar, code-level customization becomes essential. Such customizations may involve expanding the out-of-the-box functionality by extending the

How to Create, Develop and Deploy a Custom Module in SugarCRM Implementation

How to Create, Develop and Deploy a Custom Module in SugarCRM Implementation

With the increasing availability of low-code and no-code platforms for building applications, businesses now have the options to create their applications with minimal coding. SugarCRM has long offered a no-code/low-code platform. The SugarCRM administration includes Developer Tools such as Studio and Module Building, which facilitate the creation of custom modules distinct from standard ones.  SugarCRM

Creating a File Upload Field for a Core Module/Custom Module in Sugar 11.x

Creating a File Upload Field for a Core Module/Custom Module in Sugar 11.x

As we all know out of the box Sugar has the facility to add a file upload field only in few of the core modules and custom modules of module template type ‘file’. This article will explain you how we can add a file upload field to any of the core modules or any custom

SugarCRM Developer Tutorial on creating many-to-many relationship in Product Catalogue Module

SugarCRM Developer Tutorial on creating many-to-many relationship in Product Catalogue Module

SugarCRM Module Relationships  SugarCRM has few developer tools which makes the admin user’s life simpler. Sugar has one of the most powerful developer tools called studio which helps admin users create the below things As a standard feature admin can create 3 types of relationships between two modules namely, Sugar has explained in a detailed

Auto Populating the related module’s field data in the Current Module

Auto Populating the related module’s field data in the Current Module

We often have a requirement to populate the fields data of the related module on change of the related field in the current module. Let us take an example here. We have a parent-child relationship between the Accounts and Contacts module (one too many relationships). Although SugarCRM’s default address auto-population from Account to Contact is

SugarCRM Tutorial on categorizing records in two Subpanels for a single “One to Many” relationship

SugarCRM Tutorial on categorizing records in two Subpanels for a single “One to Many” relationship

We all know that when a one-to-many relationship exists between two modules, Sugar will create a subpanel in the Parent Module and a relationship table in the database to store the related records ids to load that records in the subpanel. This is pretty powerful but in some situations, there are requirements to create two