Submit or Request a Tutorial
Sort By: Date Added   |  Popularity  |  Views

Tips & Tricks

Name

Enhance you SugarCRM edit views with filters

HTML
Posted on 12-22-2008 by Sander Marechal

In my last article I showed you how can add grandparent relate fields to your custom modules. In this article I show you how you can use those fields to filter search popups on other relate fields.

HelpfulHelpful (0) UnhelpfulUnhelpful (0) Views: 43  ShareShare

Add grandparent fields to your SugarCRM modules

HTML
Posted on 12-11-2008 by Sander Marechal

When you build custom modules and you create one-to-many relations between them, you can put a link to the parent module in the various views. But what if that parent module has a one-to-many relation to yet another module? By default SugarCRM does not support adding links to grandparent modules on your views. This article shows you how to add them.

HelpfulHelpful (0) UnhelpfulUnhelpful (0) Views: 60  ShareShare

SugarCRM many-to-one relations to standard modules

HTML
Posted on 12-10-2008 by Sander Marechal

With the module builder you can create a one-to-many relation from a custom module to a standard module, but not the other way around. This article explains how you can create a these in code yourself.

HelpfulHelpful (0) UnhelpfulUnhelpful (0) Views: 86  ShareShare

Beyond module builder in building a custom module

PDF
Posted on 12-10-2008 by Julien Dehaese

The Sugar developer guide is a very good starting point when you want to start customizing SugarCRM and when the module builder does not permit you to do so. Since I have struggled in the beginning to put some things into practice, I am gathering practical tips and pieces which I found at various places to enable others to benefit from my findings and as well for my personal reference.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 141  ShareShare

Build custom SugarCRM modules in Subversion

HTML
Posted on 12-10-2008 by Sander Marechal

In this second tutorial about SugarCRM and Subversion, Sander Marechal explains how you can build version controlled custom modules that work together with the version controlled SugarCRM from the previous article.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 50  ShareShare

Keeping SugarCRM under Subversion control

HTML
Posted on 12-10-2008 by Sander Marechal

Sander Marechal shows you how to keep SugarCRM itself under version control, how to deal with deployment and how to do upgrades in the face of customisations to the core code.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 43  ShareShare

Fixing one-to-many relationships in SugarCRM 5.1

HTML
Posted on 12-10-2008 by Sander Marechal

There are four problems when you create a one-to-many relationship in the Module Builder: The Edit and Detail view do not properly contain the related fields in the child module, the related fields are not available in the List view, are not available in the subpanel and are not available on the Search panel. Here is how to fix all these issues.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 65  ShareShare

The SugarCRM cache directory demystified

HTML
Posted on 12-10-2008 by Sander Marechal

The SugarCRM cache directory contains not just cache files but a couple of other type of files as well. This article explains what's inside the cache directory.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 39  ShareShare

Hiding the Short Cut menu

HTML
Posted on 10-29-2008 by John Mertic

JavaScript code snippet for hiding the Shortcut menu when the screen renders

HelpfulHelpful (0) UnhelpfulUnhelpful (0) Views: 92  ShareShare

Common Customization Samples and Tutorials

HTML
Posted on 09-11-2008 by SugarCRM

A series of common code-level customizations.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 1153  ShareShare

Programmatically Hiding and Displaying Panels Based on the Value of A Drop Down in 5.1

PDF  |  87.00KB
Posted on 08-11-2008 by SugarCRM

In many cases it is desirable to hide or show certain fields on a form based on the value of a field. For example, if the account is a partner the form should show partnerish fields. The easiest way to do this is to create panels with information specific to each record type and then hide or show the panels based on the record type.

HelpfulHelpful (5) UnhelpfulUnhelpful (0) Views: 563  ShareShare

Programmatically Hiding and Displaying Panels Based on the Value of a Drop Down

PDF  |  80.00KB
Posted on 06-09-2008 by SugarCRM

In many cases it is desirable to hide or show certain fields on a form based on the value of field. The easiest way to do this is to create panels with information specific to each record type and then hide or show the panels based on the record type.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 495  ShareShare

Custom Aging Field - The upgrade safe way

PDF  |  205.08KB
Posted on 11-09-2007 by SugarCRM

In this example we are going to do a custom aging field.

HelpfulHelpful (1) UnhelpfulUnhelpful (0) Views: 392  ShareShare

Submit or Request a Tutorial
Sort By: Date Added   |  Popularity  |  Views