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

5.0

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

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

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

Studio & Module Builder - Tips & Tricks for the Developer

HTML
Posted on 09-17-2008 by csage

Many useful examples on how to make Studio and Module Builder do what you want.

HelpfulHelpful (3) UnhelpfulUnhelpful (4) Views: 1100  ShareShare

Email address change for Sugar 5.0

HTML
Posted on 09-11-2008 by Yun-ping

There is a new schema for Email Addresses in 5.0, which deprecates the email1 and email2 fields in some modules such as Contacts, Leads, Prospects, and Accounts. The upgrade process will create the new email_addresses table and migrate the existing email addresses to the new table and the new relationship table email_addr_bean_rel. The email_opt_out and invalid_email fields in the Leads, Contacts, Prospects, and Accounts modules are also deprecated. This tutorial details those changes.

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

Sugar 5.0 Data type changes

HTML
Posted on 09-11-2008 by Yun-ping

In SugarCRM version 5.0 there are schema changes and vardefs.php file changes to consolidate inconsistencies in the use of boolean fields and related date/time fields throughout the modules. This tutorial details the changes and pointers for migrating module customizations or custom modules built in SugarCRM 4.x versions.

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

Using Yahoo Stock Ticker Web Services in Sugar

PDF  |  148.00KB
Posted on 08-19-2008 by SugarCRM

In this article we will cover integrating live stock updates within the Sugar application. Yahoo provides a web service that generates comma separated data containing the stock prices of a ticker symbol.

HelpfulHelpful (3) UnhelpfulUnhelpful (0) Views: 311  ShareShare

JSON and Sugar with Majed Itani

PDF  |  44.00KB
Posted on 08-06-2008 by SugarCRM

In this tutorial we will talk about JSON which stands for JavaScript Object Notation and how it allows for your applications HTML front end to communicate with your PHP back end.

HelpfulHelpful (4) UnhelpfulUnhelpful (0) Views: 291  ShareShare

Building Sugar Dashlets and RSS Feeds

WMV *  |  59.00MB  |   43mins
Posted on 06-10-2008 by SugarCRM

Expanding on Sugar Architect Majed Itani's previous session on building a custom Blogs module, this developer session focuses on adding a new Sugar Dashlet and RSS feed for the custom-built Blogs module.

* If prompted for a codec within Microsoft Media Player, download the codec from http://www.gotomeeting.com/codec/.

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

Web-to-Candidate Handling For Sugar Enterprise

PDF  |  21.00KB
Posted on 03-02-2008 by SugarCRM

Also building on the Creating New Modules and Relationships tutorial, in this tutorial you will create a web to candidate form that can be used on a fictional company's website. This form will capture candidates and add them as a candidate into Sugar.

Helpful (0) Unhelpful (0) Views: 7  ShareShare

Reporting and Workflow For Sugar Enterprise

PDF  |  26.00KB
Posted on 03-01-2008 by SugarCRM

This tutorial builds on the Creating New Modules and Relationships tutorial. In the Reporting and Workflow tutorial, you will to create reports and set up workflow rules, triggers, and alerts.

Helpful (0) Unhelpful (1) Views: 12  ShareShare

Bending Sugar with Majed Itani (Webcast Part 1)

WMV *  |  28.61MB  |   21mins
Posted on 03-01-2008 by SugarCRM

Join Majed Itani as he walks through dramatic upgrade-safe customizations.

* If prompted for a codec within Microsoft Media Player, download the codec from http://www.gotomeeting.com/codec/.

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

Sugar Dashlets and You

PDF  |  44.92KB
Posted on 02-26-2008 by SugarCRM

The Sugar Dashlet Framework allows developers to easily create new Sugar Dashlets that are installable into SugarCRM instances.

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

SI Bootcamp- Complete tutorial For Sugar Enterprise

DOC  |  400.00KB
Posted on 01-06-2008 by SugarCRM

In this tutorial you will create a complete set of HR modules using the Sugar 5.0 Module Builder.

Helpful (0) Unhelpful (0) Views: 7  ShareShare

Parsing XML Data using PHP

SWF  |   05mins
Posted on 12-21-2007 by SugarCRM

Learn about XML Integration Workflow, and create XML Data using Report Functionality

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

SugarCRM integration with custom PHP applications (I)

HTML
Posted on 11-01-2007 by SugarCRM

Explore some basic querying methods to get lists of contacts from the SugarCRM

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

SugarCRM integration with custom PHP applications (II)

HTML
Posted on 11-01-2007 by SugarCRM

Explore some basic querying methods to get lists of contacts from the SugarCRM

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

Best Practices for Tuning Production Systems

WMV *  |  46.73MB  |   58mins
Posted on 11-01-2007 by SugarCRM

One hour recorded video session giving an overview of tuning all aspects of a SugarCRM system for optimum performance.

* If prompted for a codec within Microsoft Media Player, download the codec from http://www.gotomeeting.com/codec/.

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

Implementing Field Level Security in Sugar 5

SWF  |   05mins
Posted on 10-22-2007 by SugarCRM

In this tutorial we discuss access types and a go on a field level security tour.

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

Sugar Charting

SWF  |   05mins
Posted on 10-22-2007 by SugarCRM

Review chart types, chart modifications and more. Applies to Sugar 5.0 and up.

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

Using Business Logic Hooks to build upgrade safe customizations

SWF  |   04mins
Posted on 10-21-2007 by SugarCRM

Learn how to create upgrade-safe custom code that triggers off of a variety of events or "business logic hooks"

HelpfulHelpful (3) UnhelpfulUnhelpful (0) Views: 488  ShareShare

Updated Studio in Sugar 5

SWF  |   06mins
Posted on 10-19-2007 by SugarCRM

Discover the newly redesigned Studio for Sugar 5.0

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

Performance Wiki Articles

HTML
Posted on 09-27-2007 by SugarCRM

Several Sugar Wiki articles giving specific instructions for optimizing the performance of your SugarCRM system.

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

Database Tuning for SugarCRM and MySQL

WMV *  |  39.10MB  |  01hrs 02mins
Posted on 06-06-2007 by SugarCRM

One hour recorded video session discussing details of tuning MySQL for optimum performance with SugarCRM.

* If prompted for a codec within Microsoft Media Player, download the codec from http://www.gotomeeting.com/codec/.

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

Creating New Modules and Relationships

PDF  |  207.00KB
Posted on 06-01-2007 by SugarCRM

In this tutorial you will complete step-by-step exercises that will walk you through creating new modules and establishing module relationships.

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

Employee Referral Handling

PDF  |  40.00KB
Posted on 05-02-2007 by SugarCRM

In this tutorial you will create a new relate-to field establish a new relationship between the existing employees module and the new Candidates module.

HelpfulHelpful (1) UnhelpfulUnhelpful (1) Views: 224  ShareShare

Building Custom Modules with Sugar 5.0 White Paper

PDF  |  2.60MB
Posted on 05-01-2007 by Clint

A technical white paper on how to build a custom module with Sugar 5.0.

HelpfulHelpful (3) UnhelpfulUnhelpful (0) Views: 763  ShareShare

Sugar Web Service APIs

WMV *  |  54.36MB  |   48mins
Posted on 01-31-2007 by SugarCRM

Video sessions about the ins and outs of using Web Services (SOAP) with Sugar

* If prompted for a codec within Microsoft Media Player, download the codec from http://www.gotomeeting.com/codec/.

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

CTO Series

HTML
Posted on 10-25-2005 by SugarCRM

An ongoing discussion in the Sugar Forums with SugarCRM CTO and Co-founder Jacob Taylor where he discusses a variety of developer topics including how to optimize performance and scalability.

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

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