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

5.0

Name

Consuming a Google Reader Shared Items Page with SugarCRM

HTML
Posted on 03-09-2009 by James Wallace

James Wallace explains how to get ATOM RSS feeds to play nicely with SugarCRM's RSS Module.

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

Using SugarCRM's SOAP-API with Python and SOAPpy

HTML
Posted on 02-18-2009 by Tuomas Rasila

Tuomas Rasila shows us how to get SugarCRM integrations working using Python and SOAPpy.

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

Enhance your 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: 1004  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 (1) UnhelpfulUnhelpful (0) Views: 1111  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 (4) UnhelpfulUnhelpful (0) Views: 2189  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: 750  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: 628  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 (2) UnhelpfulUnhelpful (0) Views: 812  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 (4) UnhelpfulUnhelpful (6) Views: 4177  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: 518  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: 570  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 (4) UnhelpfulUnhelpful (0) Views: 1019  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: 871  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 (1) Views: 983  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: 14  ShareShare

Building a Blogs Module

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

Join Sugar Lead Architect Majed Itani as he walks through dramatic upgrade-safe customizations. In this video tutorial, you will create a custom Blogs module by first building the base module in Module Builder and then adding custom functionality via code. A great tutorial for end-to-end custom module development in Sugar 5.

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

HelpfulHelpful (4) UnhelpfulUnhelpful (0) Views: 1040  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 (2) Views: 25  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 (1) UnhelpfulUnhelpful (1) Views: 1992  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: 13  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 (1) UnhelpfulUnhelpful (0) Views: 475  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 (1) UnhelpfulUnhelpful (0) Views: 1915  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 (1) UnhelpfulUnhelpful (0) Views: 1075  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: 659  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: 620  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: 725  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 (4) UnhelpfulUnhelpful (1) Views: 1186  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: 582  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: 614  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: 748  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 (2) UnhelpfulUnhelpful (0) Views: 2350  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: 534  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: 2714  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: 2192  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: 507  ShareShare

Submit or Request a Tutorial
Sort By: Date Added   |  Popularity  |  Views
Feedback
Please confirm your selection:
Helpful
Unhelpful
Have feedback for us? Drop us a line.
Terms & Conditions | Privacy | Trademark Info | Contact Info | FAQs | SugarCRM Inc.© 2004 - 2009 All rights reserved.